Home
last modified time | relevance | path

Searched refs:buffer_bytes_max (Results 1 – 25 of 184) sorted by relevance

12345678

/Linux-v4.19/sound/soc/pxa/
Dmmp-pcm.c49 .buffer_bytes_max = 4096,
58 .buffer_bytes_max = 4096,
159 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_free_dma_buffers()
178 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_preallocate_dma_buffer()
229 mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].buffer_bytes_max = in mmp_pcm_probe()
233 mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].buffer_bytes_max = in mmp_pcm_probe()
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-pcm.c21 .buffer_bytes_max = 128 * 1024,
38 .buffer_bytes_max = 128 * 1024,
338 pcm_indirect->hw_queue_size = runtime->hw.buffer_bytes_max; in snd_bcm2835_pcm_ack()
474 snd_bcm2835_playback_hw.buffer_bytes_max, in snd_bcm2835_new_pcm()
475 snd_bcm2835_playback_hw.buffer_bytes_max); in snd_bcm2835_new_pcm()
506 snd_bcm2835_playback_spdif_hw.buffer_bytes_max, snd_bcm2835_playback_spdif_hw.buffer_bytes_max); in snd_bcm2835_new_spdif_pcm()
542 snd_bcm2835_playback_hw.buffer_bytes_max, in snd_bcm2835_new_simple_pcm()
543 snd_bcm2835_playback_hw.buffer_bytes_max); in snd_bcm2835_new_simple_pcm()
/Linux-v4.19/sound/drivers/
Ddummy.c120 size_t buffer_bytes_max; member
164 .buffer_bytes_max = 128 * 1024,
169 .buffer_bytes_max = 26 * 64 * 1024,
179 .buffer_bytes_max = 256 * 1024,
189 .buffer_bytes_max = 16380,
210 .buffer_bytes_max = ((65536-64)*8),
530 .buffer_bytes_max = MAX_BUFFER_SIZE,
980 FIELD_ENTRY(buffer_bytes_max, "%ld"),
1090 if (m->buffer_bytes_max) in snd_dummy_probe()
1091 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max; in snd_dummy_probe()
/Linux-v4.19/sound/usb/line6/
Dpodhd.c87 .buffer_bytes_max = 60000,
104 .buffer_bytes_max = 60000,
129 .buffer_bytes_max = 60000,
149 .buffer_bytes_max = 60000,
/Linux-v4.19/sound/isa/sb/
Dsb16_main.c489 .buffer_bytes_max = (128*1024),
507 .buffer_bytes_max = (128*1024),
541 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
559 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
570 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_playback_open()
616 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
634 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
645 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_capture_open()
/Linux-v4.19/sound/soc/rockchip/
Drockchip_pcm.c29 .buffer_bytes_max = 64 * 1024,
/Linux-v4.19/sound/soc/uniphier/
Daio-dma.c25 .buffer_bytes_max = 128 * 1024,
240 uniphier_aiodma_hw.buffer_bytes_max, in uniphier_aiodma_new()
241 uniphier_aiodma_hw.buffer_bytes_max); in uniphier_aiodma_new()
/Linux-v4.19/sound/soc/mxs/
Dmxs-pcm.c43 .buffer_bytes_max = 64 * 1024,
/Linux-v4.19/sound/soc/davinci/
Dedma-pcm.c36 .buffer_bytes_max = 128 * 1024,
/Linux-v4.19/sound/core/
Dpcm_memory.c185 substream->buffer_bytes_max = size; in snd_pcm_lib_preallocate_proc_write()
187 substream->buffer_bytes_max = UINT_MAX; in snd_pcm_lib_preallocate_proc_write()
238 substream->buffer_bytes_max = substream->dma_buffer.bytes; in snd_pcm_lib_preallocate_pages1()
/Linux-v4.19/sound/soc/spear/
Dspear_pcm.c27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
/Linux-v4.19/sound/pci/echoaudio/
Ddarla20.c88 .buffer_bytes_max = 262144,
Dgina20.c92 .buffer_bytes_max = 262144,
Ddarla24.c95 .buffer_bytes_max = 262144,
Dindigodjx.c98 .buffer_bytes_max = 262144,
Dindigoio.c98 .buffer_bytes_max = 262144,
Dindigo.c97 .buffer_bytes_max = 262144,
Dindigodj.c97 .buffer_bytes_max = 262144,
Dindigoiox.c99 .buffer_bytes_max = 262144,
Dlayla20.c102 .buffer_bytes_max = 262144,
Dmia.c107 .buffer_bytes_max = 262144,
Dgina24.c115 .buffer_bytes_max = 262144,
/Linux-v4.19/sound/soc/cirrus/
Dep93xx-pcm.c33 .buffer_bytes_max = 131072,
/Linux-v4.19/sound/arm/
Dpxa2xx-pcm-lib.c32 .buffer_bytes_max = 128 * 1024,
151 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max; in pxa2xx_pcm_preallocate_dma_buffer()
/Linux-v4.19/sound/soc/qcom/qdsp6/
Dq6asm-dai.c71 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS *
93 .buffer_bytes_max = (PLAYBACK_MAX_NUM_PERIODS *
372 runtime->dma_bytes = q6asm_dai_hardware_playback.buffer_bytes_max; in q6asm_dai_open()
473 size = q6asm_dai_hardware_playback.buffer_bytes_max; in q6asm_dai_pcm_new()

12345678