Searched refs:beep_mode (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 76 static bool beep_mode[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = variable 100 module_param_array(beep_mode, bool, NULL, 0444); 101 MODULE_PARM_DESC(beep_mode, "Select HDA Beep registration mode " 697 chip->beep_mode = beep_mode[dev]; in azx_probe_continue()
|
H A D | hda_controller.h | 132 unsigned int beep_mode; member
|
H A D | hda_beep.c | 200 * explicitly or beep_mode of the codec is turned off, this doesn't nothing. 217 if (codec->beep_mode == HDA_BEEP_MODE_OFF) in snd_hda_attach_beep_device()
|
H A D | hda_intel.c | 125 static bool beep_mode[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = variable 159 module_param_array(beep_mode, bool, NULL, 0444); 160 MODULE_PARM_DESC(beep_mode, "Select HDA Beep registration mode " 2364 chip->beep_mode = beep_mode[dev]; in azx_probe_continue()
|
H A D | hda_controller.c | 1281 codec->beep_mode = chip->beep_mode; in azx_probe_codecs()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 126 unsigned int beep_mode; member
|
H A D | hda_beep.c | 200 * explicitly or beep_mode of the codec is turned off, this doesn't nothing. 217 if (codec->beep_mode == HDA_BEEP_MODE_OFF) in snd_hda_attach_beep_device()
|
H A D | hda_intel.c | 119 static bool beep_mode[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = variable 154 module_param_array(beep_mode, bool, NULL, 0444); 155 MODULE_PARM_DESC(beep_mode, "Select HDA Beep registration mode " 2306 chip->beep_mode = beep_mode[dev]; in azx_probe_continue()
|
H A D | hda_controller.c | 1233 codec->beep_mode = chip->beep_mode; in azx_probe_codecs()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 197 unsigned int beep_mode; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 198 unsigned int beep_mode; member
|
Completed in 22 milliseconds