]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ALSA: hda - Add PC-beep whitelist for an Intel board
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 Aug 2010 15:20:35 +0000 (17:20 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:30:44 +0000 (13:30 -0700)
commit e096c8e6d5ed965f346d94befbbec2275dde3621 upstream.

An Intel board needs a white-list entry to enable PC-beep.
Otherwise the driver misdetects (due to bogus BIOS info) and ignores
the PC-beep on 2.6.35.

Reported-and-tested-by: Leandro Lucarella <luca@llucax.com.ar>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c

index 596ea2f12cf60a74504efc751a9566265d7b3aeb..aa7cc519e7b85a2140ed4e7392058baa151b200a 100644 (file)
@@ -5183,6 +5183,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(0x8086, 0xd613, "Intel", 1),
        {}
 };