summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2009-02-18 13:16:26 +0100
committerTakashi Iwai2009-02-18 13:16:26 +0100
commitb3bdb30b6d1989129e297641fec791e9e555e4d8 (patch)
treeadddb23087130b5a2e106430d1affece94bd1274 /sound
parentALSA: hda - Clean up quirks for HP laptops with AD1984A (diff)
downloadkernel-qcow2-linux-b3bdb30b6d1989129e297641fec791e9e555e4d8.tar.gz
kernel-qcow2-linux-b3bdb30b6d1989129e297641fec791e9e555e4d8.tar.xz
kernel-qcow2-linux-b3bdb30b6d1989129e297641fec791e9e555e4d8.zip
ALSA: hda - Add quirk for Acer X3200
Acer X3200 needs model=auto, otherwise model=acer is pre-selected. Reference: Novell bnc#476268 https://bugzilla.novell.com/show_bug.cgi?id=476268 Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 244de597c5be..192c92a5af38 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8545,6 +8545,7 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = {
ALC888_ACER_ASPIRE_4930G),
SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
ALC888_ACER_ASPIRE_4930G),
+ SND_PCI_QUIRK(0x1025, 0x0157, "Acer X3200", ALC883_AUTO),
SND_PCI_QUIRK(0x1025, 0x0158, "Acer AX1700-U3700A", ALC883_AUTO),
SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
ALC888_ACER_ASPIRE_4930G),