/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | mmp-pcm.c | 44 .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()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16_main.c | 462 .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()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16_main.c | 462 .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()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | dummy.c | 106 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 in snd_dummy_probe() [all...] |
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 113 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, 953 FIELD_ENTRY(buffer_bytes_max, "%ld"), 1057 if (m->buffer_bytes_max) in snd_dummy_probe() 1058 dummy->pcm_hw.buffer_bytes_max in snd_dummy_probe() [all...] |
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-platform.c | 41 .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() [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | podhd.c | 69 .buffer_bytes_max = 60000, 86 .buffer_bytes_max = 60000, 111 .buffer_bytes_max = 60000, 131 .buffer_bytes_max = 60000,
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | podhd.c | 69 .buffer_bytes_max = 60000, 86 .buffer_bytes_max = 60000, 111 .buffer_bytes_max = 60000, 131 .buffer_bytes_max = 60000,
|
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rockchip_pcm.c | 27 .buffer_bytes_max = 64 * 1024,
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/sound/soc/mxs/ |
H A D | mxs-pcm.c | 30 .buffer_bytes_max = 64 * 1024,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-6.6/sound/soc/mxs/ |
H A D | mxs-pcm.c | 30 .buffer_bytes_max = 64 * 1024,
|
/kernel/linux/linux-5.10/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 30 .buffer_bytes_max = 131072,
|
/kernel/linux/linux-5.10/sound/soc/spear/ |
H A D | spear_pcm.c | 27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spear_pcm.c | 27 .buffer_bytes_max = 16 * 1024, /* max buffer size */
|
/kernel/linux/linux-6.6/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 30 .buffer_bytes_max = 131072,
|
/kernel/linux/linux-5.10/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 28 .buffer_bytes_max = 128 * 1024, 147 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max; in pxa2xx_pcm_preallocate_dma_buffer()
|
/kernel/linux/linux-5.10/sound/soc/dwc/ |
H A D | dwc-pcm.c | 87 .buffer_bytes_max = BUFFER_BYTES_MAX, 245 size_t size = dw_pcm_hardware.buffer_bytes_max; in dw_pcm_new()
|