Home
last modified time | relevance | path

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

123456789

/linux-6.1.9/sound/soc/pxa/
Dmmp-pcm.c44 .buffer_bytes_max = 4096,
53 .buffer_bytes_max = 4096,
165 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_free_dma_buffers()
184 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_preallocate_dma_buffer()
241 mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].buffer_bytes_max = in mmp_pcm_probe()
245 mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].buffer_bytes_max = in mmp_pcm_probe()
/linux-6.1.9/sound/drivers/
Ddummy.c113 size_t buffer_bytes_max; member
157 .buffer_bytes_max = 128 * 1024,
162 .buffer_bytes_max = 26 * 64 * 1024,
172 .buffer_bytes_max = 256 * 1024,
182 .buffer_bytes_max = 16380,
203 .buffer_bytes_max = ((65536-64)*8),
523 .buffer_bytes_max = MAX_BUFFER_SIZE,
961 FIELD_ENTRY(buffer_bytes_max, "%ld"),
1065 if (m->buffer_bytes_max) in snd_dummy_probe()
1066 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max; in snd_dummy_probe()
/linux-6.1.9/sound/isa/sb/
Dsb16_main.c462 .buffer_bytes_max = (128*1024),
480 .buffer_bytes_max = (128*1024),
514 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
532 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
543 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_playback_open()
589 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
607 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
618 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_capture_open()
/linux-6.1.9/sound/usb/line6/
Dpodhd.c69 .buffer_bytes_max = 60000,
86 .buffer_bytes_max = 60000,
111 .buffer_bytes_max = 60000,
131 .buffer_bytes_max = 60000,
/linux-6.1.9/sound/soc/uniphier/
Daio-dma.c25 .buffer_bytes_max = 128 * 1024,
218 uniphier_aiodma_hw.buffer_bytes_max, in uniphier_aiodma_new()
219 uniphier_aiodma_hw.buffer_bytes_max); in uniphier_aiodma_new()
/linux-6.1.9/sound/arm/
Dpxa2xx-pcm-lib.c28 .buffer_bytes_max = 128 * 1024,
127 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max; in pxa2xx_pcm_preallocate_dma_buffer()
/linux-6.1.9/sound/soc/tegra/
Dtegra_pcm.c35 .buffer_bytes_max = PAGE_SIZE * 8,
216 return tegra_pcm_dma_allocate(dev, rtd, tegra_pcm_hardware.buffer_bytes_max); in tegra_pcm_construct()
/linux-6.1.9/sound/soc/mxs/
Dmxs-pcm.c30 .buffer_bytes_max = 64 * 1024,
/linux-6.1.9/sound/soc/qcom/
Dlpass-platform.c41 .buffer_bytes_max = LPASS_PLATFORM_BUFFER_SIZE,
65 .buffer_bytes_max = LPASS_RXTX_CDC_DMA_LPM_BUFF_SIZE,
89 .buffer_bytes_max = LPASS_VA_CDC_DMA_LPM_BUFF_SIZE,
255 runtime->dma_bytes = lpass_platform_pcm_hardware.buffer_bytes_max; in lpass_platform_pcmops_open()
260 runtime->dma_bytes = lpass_platform_rxtx_hardware.buffer_bytes_max; in lpass_platform_pcmops_open()
265 runtime->dma_bytes = lpass_platform_va_hardware.buffer_bytes_max; in lpass_platform_pcmops_open()
1148 buf->bytes = lpass_platform_rxtx_hardware.buffer_bytes_max; in lpass_platform_prealloc_cdc_dma_buffer()
1152 buf->bytes = lpass_platform_rxtx_hardware.buffer_bytes_max; in lpass_platform_prealloc_cdc_dma_buffer()
1156 buf->bytes = lpass_platform_va_hardware.buffer_bytes_max; in lpass_platform_prealloc_cdc_dma_buffer()
1175 size_t size = lpass_platform_pcm_hardware.buffer_bytes_max; in lpass_platform_pcm_new()
/linux-6.1.9/sound/soc/ti/
Dudma-pcm.c22 .buffer_bytes_max = SIZE_MAX,
Dedma-pcm.c27 .buffer_bytes_max = 128 * 1024,
/linux-6.1.9/sound/soc/spear/
Dspear_pcm.c27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
/linux-6.1.9/sound/pci/echoaudio/
Ddarla20.c76 .buffer_bytes_max = 262144,
Dgina20.c80 .buffer_bytes_max = 262144,
Ddarla24.c83 .buffer_bytes_max = 262144,
Dindigo.c85 .buffer_bytes_max = 262144,
Dindigodj.c85 .buffer_bytes_max = 262144,
Dindigodjx.c86 .buffer_bytes_max = 262144,
Dindigoio.c86 .buffer_bytes_max = 262144,
Dlayla20.c90 .buffer_bytes_max = 262144,
Dindigoiox.c87 .buffer_bytes_max = 262144,
Dmia.c95 .buffer_bytes_max = 262144,
Dlayla24.c100 .buffer_bytes_max = 262144,
/linux-6.1.9/sound/soc/cirrus/
Dep93xx-pcm.c30 .buffer_bytes_max = 131072,
/linux-6.1.9/sound/pci/ctxfi/
Dctpcm.c37 .buffer_bytes_max = (128*1024),
59 .buffer_bytes_max = (128*1024),
85 .buffer_bytes_max = (128*1024),

123456789