This is a note to let you know that I've just added the patch titled
ALSA: hda: Add speaker pin to automute Acer Aspire 8943G
to the 2.6.36-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
alsa-hda-add-speaker-pin-to-automute-acer-aspire-8943g.patch
and it can be found in the queue-2.6.36 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 2df03514de41f3bbb5623f2e7f2bf594e49cb2ec Mon Sep 17 00:00:00 2001
From: Daniel T Chen <[email protected]>
Date: Sun, 10 Oct 2010 22:39:28 -0400
Subject: ALSA: hda: Add speaker pin to automute Acer Aspire 8943G
From: Daniel T Chen <[email protected]>
commit 2df03514de41f3bbb5623f2e7f2bf594e49cb2ec upstream.
BugLink: https://bugs.launchpad.net/bugs/656625
Add clause for handling Acer Aspire 8943G's subwoofer as additional
speaker pin for automuting.
Reported-by: RussianNeuroMancer
Signed-off-by: Daniel T Chen <[email protected]>
Signed-off-by: David Henningsson <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/patch_realtek.c | 8 ++++++++
1 file changed, 8 insertions(+)
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -18935,10 +18935,17 @@ static void alc662_auto_init(struct hda_
}
enum {
+ ALC662_FIXUP_ASPIRE,
ALC662_FIXUP_IDEAPAD,
};
static const struct alc_fixup alc662_fixups[] = {
+ [ALC662_FIXUP_ASPIRE] = {
+ .pins = (const struct alc_pincfg[]) {
+ { 0x15, 0x99130112 }, /* subwoofer */
+ { }
+ }
+ },
[ALC662_FIXUP_IDEAPAD] = {
.pins = (const struct alc_pincfg[]) {
{ 0x17, 0x99130112 }, /* subwoofer */
@@ -18948,6 +18955,7 @@ static const struct alc_fixup alc662_fix
};
static struct snd_pci_quirk alc662_fixup_tbl[] = {
+ SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P",
ALC662_FIXUP_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550",
ALC662_FIXUP_IDEAPAD),
{}
Patches currently in stable-queue which might be from [email protected] are
queue-2.6.36/alsa-ac97-apply-quirk-for-dell-latitude-d610-binding-master-and-headphone-controls.patch
queue-2.6.36/alsa-hda-use-hp-laptop-quirk-to-enable-headphones-automute-for-asus-a52j.patch
queue-2.6.36/alsa-hda-use-alienware-model-quirk-for-another-ssid.patch
queue-2.6.36/alsa-hda-add-samsung-r720-ssid-for-subwoofer-pin-fixup.patch
queue-2.6.36/alsa-hda-add-speaker-pin-to-automute-acer-aspire-8943g.patch
queue-2.6.36/alsa-hda-use-bios-auto-parsing-instead-of-existing-model-quirk-for-medion-md2.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable