Home
last modified time | relevance | path

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

/linux/drivers/media/radio/
H A Dradio-gemtek.c62 static bool hardmute; variable
70 module_param(hardmute, bool, 0644);
71 MODULE_PARM_DESC(hardmute, "Enable 'hard muting' by shutting down PLL, may reduce static noise.");
196 if (hardmute && gt->muted) in gemtek_s_frequency()
220 if (hardmute) { in gemtek_s_mute_volume()
332 hardmute = true; /* Turn off PLL */ in gemtek_exit()