Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e985e1 authored by Daniel Cordero's avatar Daniel Cordero Committed by Takashi Iwai
Browse files

ALSA: hda: add beep quirk for Realtek 0x1043:831a



PC Beep was not being reported as enabled on my EeePC 901:
        SKU: enable_pcbeep=0x0

Signed-off-by: default avatarDaniel Cordero <danielcordero@lavabit.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8129e79e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5645,6 +5645,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nids,
static struct snd_pci_quirk beep_white_list[] = {
	SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
	SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
	SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
	SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
	{}
};