Searched refs:buffer_bytes_max (Results 1 – 25 of 152) sorted by relevance
1234567
| /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/drivers/ |
| H A D | dummy.c | 114 size_t buffer_bytes_max; member 158 .buffer_bytes_max = 128 * 1024, 163 .buffer_bytes_max = 26 * 64 * 1024, 173 .buffer_bytes_max = 256 * 1024, 183 .buffer_bytes_max = 16380, 204 .buffer_bytes_max = ((65536-64)*8), 519 .buffer_bytes_max = MAX_BUFFER_SIZE, 945 FIELD_ENTRY(buffer_bytes_max, "%ld"), 1048 if (m->buffer_bytes_max) in snd_dummy_probe() 1049 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max; in snd_dummy_probe()
|
| /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,
|
| H A D | sdma-pcm.c | 25 .buffer_bytes_max = 128 * 1024,
|
| /linux/sound/arm/ |
| H A D | pxa2xx-pcm-lib.c | |
| /linux/sound/soc/uniphier/ |
| H A D | aio-dma.c | 25 .buffer_bytes_max = 128 * 1024, 212 uniphier_aiodma_hw.buffer_bytes_max, in uniphier_aiodma_new() 213 uniphier_aiodma_hw.buffer_bytes_max); in uniphier_aiodma_new()
|
| /linux/sound/soc/spear/ |
| H A D | spear_pcm.c | 24 .buffer_bytes_max = 16 * 1024, /* max buffer size */
|
| /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,
|
| H A D | gina24.c | 103 .buffer_bytes_max = 262144,
|
| /linux/sound/usb/line6/ |
| H A D | podhd.c | 71 .buffer_bytes_max = 60000, 88 .buffer_bytes_max = 60000, 113 .buffer_bytes_max = 60000, 133 .buffer_bytes_max = 60000,
|
| /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/soc/fsl/ |
| H A D | lpc3xxx-pcm.c | 45 .buffer_bytes_max = 128 * 1024
|
1234567