]> bbs.cooldavid.org Git - net-next-2.6.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)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Aug 2010 15:22:39 +0000 (17:22 +0200)
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>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index cf14b00155d0a49c388e82e10af920c0a9bf2851..6c588ef26685dd011f757ea9057725f852373ce6 100644 (file)
@@ -5327,6 +5327,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),
        {}
 };