ALSA: hda - Add quirk for Acer AX1700-U3700A

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:14 pm

Gitweb:     http://git.kernel.org/linus/946835074e026f4bbe9f3c2b091dca6346bd1474
Commit:     946835074e026f4bbe9f3c2b091dca6346bd1474
Parent:     344384494e7d3feb0a945a31280a35c5fcca2bbc
Author:     Takashi Iwai <tiwai@suse.de>
AuthorDate: Fri Feb 13 09:31:20 2009 +0100
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Fri Feb 13 09:31:20 2009 +0100

    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>
---
 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 e46251b..2306cca 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 */
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ALSA: hda - Add quirk for Acer AX1700-U3700A, Linux Kernel Mailing ..., (Thu Mar 26, 12:14 pm)