Searched refs:preallocate_dma (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_memory.c33 static int preallocate_dma = 1; variable
34 module_param(preallocate_dma, int, 0444);
35 MODULE_PARM_DESC(preallocate_dma, "Preallocate DMA memory when the PCM devices are initialized.");
241 if (size > 0 && preallocate_dma && substream->number < maximum_substreams)

Completed in 60 milliseconds