]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ALSA: hda - Add Gigabyte GA-MA790X to the beep whitelist
authorTakashi Iwai <tiwai@suse.de>
Tue, 6 Mar 2012 13:02:32 +0000 (14:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Mar 2012 13:02:32 +0000 (14:02 +0100)
Its BIOS suppresses the PC beep although it's implemented.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 7e651682eecedf6dfdce10489f70d819db4118a7..2ae6bfbc678893c2a9c6568163724d88f42e5cfb 100644 (file)
@@ -4304,6 +4304,7 @@ static const struct snd_pci_quirk beep_white_list[] = {
        SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
        SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
        SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
+       SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
        SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
        {}
 };