Searched refs:buffer_bytes_max (Results  1 – 25 of 189) sorted by relevance
12345678
| /Linux-v5.4/sound/soc/pxa/ | 
| D | mmp-pcm.c | 44 		.buffer_bytes_max	= 4096,53 		.buffer_bytes_max	= 4096,
 154 		size_t size = mmp_pcm_hardware[stream].buffer_bytes_max;  in mmp_pcm_free_dma_buffers()
 173 	size_t size = mmp_pcm_hardware[stream].buffer_bytes_max;  in mmp_pcm_preallocate_dma_buffer()
 224 		mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].buffer_bytes_max =  in mmp_pcm_probe()
 228 		mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].buffer_bytes_max =  in mmp_pcm_probe()
 
 | 
| /Linux-v5.4/sound/usb/line6/ | 
| D | podhd.c | 66 				  .buffer_bytes_max = 60000,83 				 .buffer_bytes_max = 60000,
 108 				  .buffer_bytes_max = 60000,
 128 				 .buffer_bytes_max = 60000,
 
 | 
| /Linux-v5.4/sound/drivers/ | 
| D | dummy.c | 106 	size_t buffer_bytes_max;  member150 	.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,
 966 	FIELD_ENTRY(buffer_bytes_max, "%ld"),
 1070 		if (m->buffer_bytes_max)  in snd_dummy_probe()
 1071 			dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max;  in snd_dummy_probe()
 
 | 
| /Linux-v5.4/sound/isa/sb/ | 
| D | sb16_main.c | 474 	.buffer_bytes_max =	(128*1024),492 	.buffer_bytes_max =	(128*1024),
 526 			runtime->hw.buffer_bytes_max =  in snd_sb16_playback_open()
 544 		runtime->hw.buffer_bytes_max =  in snd_sb16_playback_open()
 555 		runtime->hw.buffer_bytes_max = 32 * 1024;  in snd_sb16_playback_open()
 601 			runtime->hw.buffer_bytes_max =  in snd_sb16_capture_open()
 619 		runtime->hw.buffer_bytes_max =  in snd_sb16_capture_open()
 630 		runtime->hw.buffer_bytes_max = 32 * 1024;  in snd_sb16_capture_open()
 
 | 
| /Linux-v5.4/sound/core/ | 
| D | pcm_memory.c | 158 			substream->buffer_bytes_max = size;  in snd_pcm_lib_preallocate_proc_write()160 			substream->buffer_bytes_max = UINT_MAX;  in snd_pcm_lib_preallocate_proc_write()
 204 		substream->buffer_bytes_max = substream->dma_buffer.bytes;  in snd_pcm_lib_preallocate_pages1()
 
 | 
| /Linux-v5.4/sound/soc/uniphier/ | 
| D | aio-dma.c | 25 	.buffer_bytes_max = 128 * 1024,240 		uniphier_aiodma_hw.buffer_bytes_max,  in uniphier_aiodma_new()
 241 		uniphier_aiodma_hw.buffer_bytes_max);  in uniphier_aiodma_new()
 
 | 
| /Linux-v5.4/sound/soc/mxs/ | 
| D | mxs-pcm.c | 30 	.buffer_bytes_max	= 64 * 1024,
 | 
| /Linux-v5.4/sound/soc/rockchip/ | 
| D | rockchip_pcm.c | 27 	.buffer_bytes_max	= 64 * 1024,
 | 
| /Linux-v5.4/sound/soc/spear/ | 
| D | spear_pcm.c | 27 	.buffer_bytes_max = 16 * 1024, /* max buffer size */
 | 
| /Linux-v5.4/sound/soc/cirrus/ | 
| D | ep93xx-pcm.c | 30 	.buffer_bytes_max	= 131072,
 | 
| /Linux-v5.4/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 | indigo.c | 85 	.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 | indigoiox.c | 87 	.buffer_bytes_max = 262144,
 | 
| D | layla20.c | 90 	.buffer_bytes_max = 262144,
 | 
| D | mia.c | 95 	.buffer_bytes_max = 262144,
 | 
| D | gina24.c | 103 	.buffer_bytes_max = 262144,
 | 
| D | layla24.c | 100 	.buffer_bytes_max = 262144,
 | 
| /Linux-v5.4/sound/arm/ | 
| 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()
 
 | 
| /Linux-v5.4/sound/soc/ti/ | 
| D | edma-pcm.c | 27 	.buffer_bytes_max	= 128 * 1024,
 | 
| D | sdma-pcm.c | 25 	.buffer_bytes_max	= 128 * 1024,
 | 
        12345678