Searched refs:maximum_substreams (Results 1 – 2 of 2) sorted by relevance
24 static int maximum_substreams = 4; variable25 module_param(maximum_substreams, int, 0444);26 MODULE_PARM_DESC(maximum_substreams, "Maximum substreams with preallocated DMA memory.");241 if (size > 0 && preallocate_dma && substream->number < maximum_substreams) in preallocate_pages()