summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2009-02-13 09:31:20 +0100
committerTakashi Iwai2009-02-13 09:31:20 +0100
commit946835074e026f4bbe9f3c2b091dca6346bd1474 (patch)
tree3bacb2729cfaa118580a718ded59c60229f9081a /sound
parentMerge branch 'fix/hda' into topic/hda (diff)
downloadkernel-qcow2-linux-946835074e026f4bbe9f3c2b091dca6346bd1474.tar.gz
kernel-qcow2-linux-946835074e026f4bbe9f3c2b091dca6346bd1474.tar.xz
kernel-qcow2-linux-946835074e026f4bbe9f3c2b091dca6346bd1474.zip
ALSA: hda - Add quirk for Acer AX1700-U3700A
Force model=auto for Acer AX1700-U3700A with ALC888 codec. Since Acer devices are handlded as model=acer as default, the auto parsing has to be specified explicitly. (Maybe it's better rather to remove this default model=acer handling, though.) 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 e46251bceb9d..2306cca1b69f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8520,6 +8520,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, 0x0158, "Acer AX1700-U3700A", ALC883_AUTO),
SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
ALC888_ACER_ASPIRE_4930G),
/* default Acer */