Searched refs:mutefreq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-typhoon.c | 62 static unsigned long mutefreq = CONFIG_RADIO_TYPHOON_MUTEFREQ; variable 68 module_param(mutefreq, ulong, 0); 69 MODULE_PARM_DESC(mutefreq, "Frequency used when muting the card (in kHz)"); 124 return typhoon_s_frequency(isa, mutefreq << 4); in typhoon_s_mute_volume() 163 if (mutefreq < 87000 || mutefreq > 108000) { in typhoon_init() 166 printk(KERN_ERR "%s: e.g. with \"mutefreq=87500\" (87000 <= mutefreq <= 108000)\n", in typhoon_init()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-typhoon.c | 62 static unsigned long mutefreq = CONFIG_RADIO_TYPHOON_MUTEFREQ; variable 68 module_param(mutefreq, ulong, 0); 69 MODULE_PARM_DESC(mutefreq, "Frequency used when muting the card (in kHz)"); 124 return typhoon_s_frequency(isa, mutefreq << 4); in typhoon_s_mute_volume() 163 if (mutefreq < 87000 || mutefreq > 108000) { in typhoon_init() 166 printk(KERN_ERR "%s: e.g. with \"mutefreq=87500\" (87000 <= mutefreq <= 108000)\n", in typhoon_init()
|
Completed in 1 milliseconds