Searched refs:maximum_substreams (Results 1 – 1 of 1) sorted by relevance
38 static int maximum_substreams = 4; variable39 module_param(maximum_substreams, int, 0444);40 MODULE_PARM_DESC(maximum_substreams, "Maximum substreams with preallocated DMA memory.");242 if (size > 0 && preallocate_dma && substream->number < maximum_substreams) in snd_pcm_lib_preallocate_pages1()