Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c20 static int preallocate_dma = 1; variable
21 module_param(preallocate_dma, int, 0444);
22 MODULE_PARM_DESC(preallocate_dma, "Preallocate DMA memory when the PCM devices are initialized.");
241 if (size > 0 && preallocate_dma && substream->number < maximum_substreams) in preallocate_pages()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo