Searched refs:buffer_bytes_max (Results  1 – 25 of 202) sorted by relevance
123456789
| /Linux-v5.15/sound/soc/pxa/ | 
| 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()
 
 | 
| /Linux-v5.15/sound/drivers/ | 
| D | dummy.c | 105 	size_t buffer_bytes_max;  member149 	.buffer_bytes_max = 128 * 1024,
 154 	.buffer_bytes_max = 26 * 64 * 1024,
 164 	.buffer_bytes_max = 256 * 1024,
 174 	.buffer_bytes_max = 16380,
 195 	.buffer_bytes_max = ((65536-64)*8),
 515 	.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 = m->buffer_bytes_max;  in snd_dummy_probe()
 
 | 
| /Linux-v5.15/sound/isa/sb/ | 
| 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()
 
 | 
| /Linux-v5.15/sound/usb/line6/ | 
| D | podhd.c | 69 				  .buffer_bytes_max = 60000,86 				 .buffer_bytes_max = 60000,
 111 				  .buffer_bytes_max = 60000,
 131 				 .buffer_bytes_max = 60000,
 
 | 
| /Linux-v5.15/sound/soc/uniphier/ | 
| 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-v5.15/sound/arm/ | 
| 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-v5.15/sound/soc/tegra/ | 
| D | tegra_pcm.c | 35 	.buffer_bytes_max	= PAGE_SIZE * 8,210 	return tegra_pcm_dma_allocate(dev, rtd, tegra_pcm_hardware.buffer_bytes_max);  in tegra_pcm_construct()
 
 | 
| /Linux-v5.15/sound/soc/mxs/ | 
| D | mxs-pcm.c | 30 	.buffer_bytes_max	= 64 * 1024,
 | 
| /Linux-v5.15/sound/soc/rockchip/ | 
| D | rockchip_pcm.c | 27 	.buffer_bytes_max	= 64 * 1024,
 | 
| /Linux-v5.15/sound/soc/ti/ | 
| D | udma-pcm.c | 22 	.buffer_bytes_max	= SIZE_MAX,
 | 
| D | edma-pcm.c | 27 	.buffer_bytes_max	= 128 * 1024,
 | 
| D | sdma-pcm.c | 25 	.buffer_bytes_max	= 128 * 1024,
 | 
| /Linux-v5.15/sound/soc/spear/ | 
| D | spear_pcm.c | 27 	.buffer_bytes_max = 16 * 1024, /* max buffer size */
 | 
| /Linux-v5.15/sound/soc/cirrus/ | 
| D | ep93xx-pcm.c | 30 	.buffer_bytes_max	= 131072,
 | 
| /Linux-v5.15/sound/pci/echoaudio/ | 
| D | darla20.c | 76 	.buffer_bytes_max = 262144,
 | 
| D | gina20.c | 80 	.buffer_bytes_max = 262144,
 | 
| D | darla24.c | 83 	.buffer_bytes_max = 262144,
 | 
| D | indigodj.c | 85 	.buffer_bytes_max = 262144,
 | 
| D | indigodjx.c | 86 	.buffer_bytes_max = 262144,
 | 
| D | indigoio.c | 86 	.buffer_bytes_max = 262144,
 | 
| D | indigo.c | 85 	.buffer_bytes_max = 262144,
 | 
| D | indigoiox.c | 87 	.buffer_bytes_max = 262144,
 | 
| D | layla20.c | 90 	.buffer_bytes_max = 262144,
 | 
| D | mia.c | 95 	.buffer_bytes_max = 262144,
 | 
| /Linux-v5.15/sound/pci/ctxfi/ | 
| D | ctpcm.c | 37 	.buffer_bytes_max	= (128*1024),59 	.buffer_bytes_max	= (128*1024),
 85 	.buffer_bytes_max	= (128*1024),
 
 | 
        123456789