From: Takashi Iwai Date: Mon, 25 Feb 2013 08:54:43 +0000 (+0100) Subject: ALSA: hda - Enable beep for ASUS EeeBox EBP1501P X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8554ee405713f8572ed2e8b7d711f4884f253181;p=linux-beck.git ALSA: hda - Enable beep for ASUS EeeBox EBP1501P Reported-by: Harald Becker Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 61478fd82565..2d4237bc0d8e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -928,6 +928,7 @@ static int alc_codec_rename_from_preset(struct hda_codec *codec) static const struct snd_pci_quirk beep_white_list[] = { SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1), SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), + SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),