Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A 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()
/OK3568_Linux_fs/kernel/sound/drivers/
H A 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,
954 FIELD_ENTRY(buffer_bytes_max, "%ld"),
1058 if (m->buffer_bytes_max) in snd_dummy_probe()
1059 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max; in snd_dummy_probe()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A 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()
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dpodhd.c69 .buffer_bytes_max = 60000,
86 .buffer_bytes_max = 60000,
111 .buffer_bytes_max = 60000,
131 .buffer_bytes_max = 60000,
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A 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()
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctpcm.c37 .buffer_bytes_max = (128*1024),
59 .buffer_bytes_max = (128*1024),
85 .buffer_bytes_max = (128*1024),
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c191 substream->buffer_bytes_max = size; in snd_pcm_lib_preallocate_proc_write()
193 substream->buffer_bytes_max = UINT_MAX; in snd_pcm_lib_preallocate_proc_write()
245 substream->buffer_bytes_max = substream->dma_buffer.bytes; in preallocate_pages()
/OK3568_Linux_fs/kernel/sound/soc/mxs/
H A Dmxs-pcm.c30 .buffer_bytes_max = 64 * 1024,
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Dudma-pcm.c22 .buffer_bytes_max = SIZE_MAX,
H A Dedma-pcm.c27 .buffer_bytes_max = 128 * 1024,
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_pcm.c34 .buffer_bytes_max = 0x10000,
55 .buffer_bytes_max = 0x10000,
77 .buffer_bytes_max = 0x10000,
95 .buffer_bytes_max = 0x10000,
/OK3568_Linux_fs/kernel/sound/arm/
H A 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()
/OK3568_Linux_fs/kernel/sound/xen/
H A Dxen_snd_front_cfg.c231 .buffer_bytes_max = MAX_BUFFER_SIZE,
276 pcm_hw->buffer_bytes_max = buf_sz; in cfg_read_pcm_hw()
285 pcm_hw->period_bytes_max = pcm_hw->buffer_bytes_max; in cfg_read_pcm_hw()
/OK3568_Linux_fs/kernel/sound/soc/spear/
H A Dspear_pcm.c27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
/OK3568_Linux_fs/kernel/sound/soc/cirrus/
H A Dep93xx-pcm.c30 .buffer_bytes_max = 131072,
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Ddarla20.c76 .buffer_bytes_max = 262144,
H A Dgina20.c80 .buffer_bytes_max = 262144,
H A Ddarla24.c83 .buffer_bytes_max = 262144,
H A Dindigoio.c86 .buffer_bytes_max = 262144,
H A Dindigo.c85 .buffer_bytes_max = 262144,
H A Dindigodjx.c86 .buffer_bytes_max = 262144,
H A Dindigodj.c85 .buffer_bytes_max = 262144,
H A Dlayla20.c90 .buffer_bytes_max = 262144,
H A Dindigoiox.c87 .buffer_bytes_max = 262144,
/OK3568_Linux_fs/kernel/sound/soc/dwc/
H A Ddwc-pcm.c87 .buffer_bytes_max = BUFFER_BYTES_MAX,
245 size_t size = dw_pcm_hardware.buffer_bytes_max; in dw_pcm_new()

123456789