Searched refs:buffer_bytes_max (Results 1 – 25 of 107) sorted by relevance
12345
| /linux/sound/soc/amd/acp/ |
| H A D | acp-platform.c | 42 .buffer_bytes_max = PLAYBACK_MAX_NUM_PERIODS * PLAYBACK_MAX_PERIOD_SIZE, 63 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE, 83 .buffer_bytes_max = PLAYBACK_MAX_NUM_PERIODS * PLAYBACK_MAX_PERIOD_SIZE, 103 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE,
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-dma.c | 25 .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/sound/arm/ |
| H A D | pxa2xx-pcm-lib.c | 28 .buffer_bytes_max = 128 * 1024, 127 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max; in pxa2xx_pcm_preallocate_dma_buffer()
|
| /linux/sound/soc/qcom/ |
| H A D | lpass-platform.c | 42 .buffer_bytes_max = LPASS_PLATFORM_BUFFER_SIZE, 66 .buffer_bytes_max = LPASS_RXTX_CDC_DMA_LPM_BUFF_SIZE, 90 .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/sound/soc/tegra/ |
| H A D | tegra_pcm.c | 35 .buffer_bytes_max = PAGE_SIZE * 8, 219 return tegra_pcm_dma_allocate(dev, rtd, tegra_pcm_hardware.buffer_bytes_max); in tegra_pcm_construct()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 37 .buffer_bytes_max = (128*1024), 59 .buffer_bytes_max = (128*1024), 85 .buffer_bytes_max = (128*1024),
|
| /linux/sound/soc/cirrus/ |
| H A D | ep93xx-pcm.c | 28 .buffer_bytes_max = 131072,
|
| /linux/sound/soc/mxs/ |
| H A D | mxs-pcm.c | 30 .buffer_bytes_max = 64 * 1024,
|
| /linux/sound/soc/ti/ |
| H A D | udma-pcm.c | 22 .buffer_bytes_max = SIZE_MAX,
|
| H A D | edma-pcm.c | 27 .buffer_bytes_max = 128 * 1024,
|
| /linux/sound/soc/spear/ |
| H A D | spear_pcm.c | 27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
|
| /linux/sound/core/ |
| H A D | pcm_memory.c | 221 substream->buffer_bytes_max = size; in snd_pcm_lib_preallocate_proc_write() 223 substream->buffer_bytes_max = UINT_MAX; in snd_pcm_lib_preallocate_proc_write() 288 substream->buffer_bytes_max = substream->dma_buffer.bytes; in preallocate_pages()
|
| /linux/sound/pci/echoaudio/ |
| H A D | darla20.c | 76 .buffer_bytes_max = 262144,
|
| H A D | gina20.c | 80 .buffer_bytes_max = 262144,
|
| H A D | darla24.c | 83 .buffer_bytes_max = 262144,
|
| H A D | indigodjx.c | 86 .buffer_bytes_max = 262144,
|
| H A D | indigoio.c | 86 .buffer_bytes_max = 262144,
|
| H A D | indigo.c | 85 .buffer_bytes_max = 262144,
|
| H A D | indigodj.c | 85 .buffer_bytes_max = 262144,
|
| H A D | layla20.c | 90 .buffer_bytes_max = 262144,
|
| H A D | indigoiox.c | 87 .buffer_bytes_max = 262144,
|
| H A D | mia.c | 95 .buffer_bytes_max = 262144,
|
| H A D | layla24.c | 100 .buffer_bytes_max = 262144,
|
| /linux/sound/soc/fsl/ |
| H A D | lpc3xxx-pcm.c | 45 .buffer_bytes_max = 128 * 1024
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_pcm.c | 34 .buffer_bytes_max = 0x10000, 55 .buffer_bytes_max = 0x10000, 77 .buffer_bytes_max = 0x10000, 95 .buffer_bytes_max = 0x10000,
|
12345