Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/radio/
Dradio-gemtek.c61 static bool hardmute; variable
69 module_param(hardmute, bool, 0644);
70 MODULE_PARM_DESC(hardmute, "Enable 'hard muting' by shutting down PLL, may reduce static noise.");
195 if (hardmute && gt->muted) in gemtek_s_frequency()
219 if (hardmute) { in gemtek_s_mute_volume()
331 hardmute = true; /* Turn off PLL */ in gemtek_exit()