Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/nm256/
Dnm256.c62 static bool use_cache; /* disabled */ variable
79 module_param(use_cache, bool, 0444);
80 MODULE_PARM_DESC(use_cache, "Enable the cache for coefficient table access.");
227 unsigned int use_cache: 1; /* use one big coef. table */ member
380 if (! chip->use_cache) { in snd_nm256_load_coefficient()
1490 chip->use_cache = use_cache; in snd_nm256_create()
1562 if (chip->use_cache) in snd_nm256_create()
1604 if (chip->use_cache) { in snd_nm256_create()
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1420 use_cache - 0 or 1 (disabled by default)