Home
last modified time | relevance | path

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

1234567

/sound/soc/pxa/
Dmmp-pcm.c44 .buffer_bytes_max = 4096,
53 .buffer_bytes_max = 4096,
154 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_free_dma_buffers()
173 size_t size = mmp_pcm_hardware[stream].buffer_bytes_max; in mmp_pcm_preallocate_dma_buffer()
224 mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].buffer_bytes_max = in mmp_pcm_probe()
228 mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].buffer_bytes_max = in mmp_pcm_probe()
/sound/usb/line6/
Dpodhd.c65 .buffer_bytes_max = 60000,
82 .buffer_bytes_max = 60000,
107 .buffer_bytes_max = 60000,
127 .buffer_bytes_max = 60000,
/sound/drivers/
Ddummy.c106 size_t buffer_bytes_max; member
150 .buffer_bytes_max = 128 * 1024,
155 .buffer_bytes_max = 26 * 64 * 1024,
165 .buffer_bytes_max = 256 * 1024,
175 .buffer_bytes_max = 16380,
196 .buffer_bytes_max = ((65536-64)*8),
516 .buffer_bytes_max = MAX_BUFFER_SIZE,
966 FIELD_ENTRY(buffer_bytes_max, "%ld"),
1070 if (m->buffer_bytes_max) in snd_dummy_probe()
1071 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max; in snd_dummy_probe()
/sound/isa/sb/
Dsb16_main.c474 .buffer_bytes_max = (128*1024),
492 .buffer_bytes_max = (128*1024),
526 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
544 runtime->hw.buffer_bytes_max = in snd_sb16_playback_open()
555 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_playback_open()
601 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
619 runtime->hw.buffer_bytes_max = in snd_sb16_capture_open()
630 runtime->hw.buffer_bytes_max = 32 * 1024; in snd_sb16_capture_open()
/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()
/sound/core/
Dpcm_memory.c159 substream->buffer_bytes_max = size; in snd_pcm_lib_preallocate_proc_write()
161 substream->buffer_bytes_max = UINT_MAX; in snd_pcm_lib_preallocate_proc_write()
207 substream->buffer_bytes_max = substream->dma_buffer.bytes; in snd_pcm_lib_preallocate_pages1()
/sound/soc/mxs/
Dmxs-pcm.c30 .buffer_bytes_max = 64 * 1024,
/sound/soc/rockchip/
Drockchip_pcm.c27 .buffer_bytes_max = 64 * 1024,
/sound/arm/
Dpxa2xx-pcm-lib.c28 .buffer_bytes_max = 128 * 1024,
147 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max; in pxa2xx_pcm_preallocate_dma_buffer()
/sound/soc/spear/
Dspear_pcm.c27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
/sound/soc/cirrus/
Dep93xx-pcm.c30 .buffer_bytes_max = 131072,
/sound/pci/echoaudio/
Ddarla20.c76 .buffer_bytes_max = 262144,
Dgina20.c80 .buffer_bytes_max = 262144,
Ddarla24.c83 .buffer_bytes_max = 262144,
Dindigodj.c85 .buffer_bytes_max = 262144,
Dindigodjx.c86 .buffer_bytes_max = 262144,
Dindigo.c85 .buffer_bytes_max = 262144,
Dindigoio.c86 .buffer_bytes_max = 262144,
Dindigoiox.c87 .buffer_bytes_max = 262144,
Dlayla20.c90 .buffer_bytes_max = 262144,
Dmia.c95 .buffer_bytes_max = 262144,
Dgina24.c103 .buffer_bytes_max = 262144,
Dlayla24.c100 .buffer_bytes_max = 262144,
/sound/soc/ti/
Dedma-pcm.c27 .buffer_bytes_max = 128 * 1024,
/sound/pci/ctxfi/
Dctpcm.c37 .buffer_bytes_max = (128*1024),
59 .buffer_bytes_max = (128*1024),
85 .buffer_bytes_max = (128*1024),

1234567