diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-08 08:42:26 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-08 08:42:26 +0200 |
commit | 83c0de892d5018e45c5c0cd12affdee3c8add8a9 (patch) | |
tree | 1907896e3d3194c4c4cf1c31b6f6222670ca4c5e /sound/pci/hda/patch_realtek.c | |
parent | 9737731d64bfa64ab4fc04b46ae5b650f6432222 (diff) | |
parent | 080dc7bc2562615a5be0a705a9d1a8c24eb198d4 (diff) | |
download | op-kernel-dev-83c0de892d5018e45c5c0cd12affdee3c8add8a9.zip op-kernel-dev-83c0de892d5018e45c5c0cd12affdee3c8add8a9.tar.gz |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3e0f481..81e4b1d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5336,6 +5336,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), {} }; |