From: David Henningsson Date: Thu, 10 Feb 2011 14:39:19 +0000 (+0100) Subject: ALSA: HDA: Add subwoofer quirk for Acer Aspire 8942G X-Git-Tag: v2.6.37.1~169 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e48516dd1a4716d450f967342d08fed2f881dae;p=karo-tx-linux.git ALSA: HDA: Add subwoofer quirk for Acer Aspire 8942G commit a6c47a85b8e7e4a8c47394607c5e5c43224b0892 upstream. According to the reporter, node 0x15 needs to be muted for subwoofer to stop sounding. This pin is marked as unused by BIOS, so fix that. BugLink: http://bugs.launchpad.net/bugs/715877 Reported-by: Hans Peter Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6f62a5a5b54f..0bc6e4e3293a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -19380,6 +19380,7 @@ static const struct alc_fixup alc662_fixups[] = { }; static struct snd_pci_quirk alc662_fixup_tbl[] = { + SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE), SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE), SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD), SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),