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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-gemtek.c53 static int hardmute; variable
69 module_param(hardmute, bool, 0644);
70 MODULE_PARM_DESC(hardmute, "Enable `hard muting' by shutting down PLL, may "
211 if (keepmuted && hardmute && gt->muted)
241 if (hardmute) {
274 if (hardmute) {
605 hardmute = 1; /* Turn off PLL */

Completed in 61 milliseconds