ALSA: hda - Enable PC-beep for EeePC with ALC269 codec
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Sep 2010 06:38:41 +0000 (08:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Sep 2010 06:38:41 +0000 (08:38 +0200)
EeePC 1001HAG has a similar problem like other ASUS machine, which doesn't
set the codec SSID properly for indicating the beep capability.
To enable PC-beep again, put this to the whitelist.

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

index 627bf99..bcbf916 100644 (file)
@@ -5334,6 +5334,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(0x8086, 0xd613, "Intel", 1),
        {}
 };