Home
last modified time | relevance | path

Searched refs:maximum_substreams (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/sound/core/
Dpcm_memory.c23 static int maximum_substreams = 4; variable
24 module_param(maximum_substreams, int, 0444);
25 MODULE_PARM_DESC(maximum_substreams, "Maximum substreams with preallocated DMA memory.");
200 if (size > 0 && preallocate_dma && substream->number < maximum_substreams) in snd_pcm_lib_preallocate_pages1()