Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/
Dpcm_memory.c38 static int maximum_substreams = 4; variable
39 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()