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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-core.c60 static int pmdown_time = 5000; variable
61 module_param(pmdown_time, int, 0);
62 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");
267 * Power down the audio subsytem pmdown_time msecs after close is called.
352 msecs_to_jiffies(pmdown_time));

Completed in 85 milliseconds