This is a note to let you know that I've just added the patch titled

    ALSA: hda - Fix polarity of mute LED on HP Mini 210

to the 3.4-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-fix-polarity-of-mute-led-on-hp-mini-210.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From ff8a1e274cbc11da6b57849f925b895a212b56c9 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Tue, 31 Jul 2012 10:16:59 +0200
Subject: ALSA: hda - Fix polarity of mute LED on HP Mini 210

From: Takashi Iwai <[email protected]>

commit ff8a1e274cbc11da6b57849f925b895a212b56c9 upstream.

The commit a3e199732b made the LED working again on HP Mini 210 but
with a wrong polarity.  This patch fixes the polarity for this
machine, and also introduce a new model string "hp-inv-led".

Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=772923

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/pci/hda/patch_sigmatel.c |    5 +++++
 1 file changed, 5 insertions(+)

--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -101,6 +101,7 @@ enum {
        STAC_HP_DV7_4000,
        STAC_HP_ZEPHYR,
        STAC_92HD83XXX_HP_LED,
+       STAC_92HD83XXX_HP_INV_LED,
        STAC_92HD83XXX_MODELS
 };
 
@@ -1674,6 +1675,7 @@ static const char * const stac92hd83xxx_
        [STAC_HP_DV7_4000] = "hp-dv7-4000",
        [STAC_HP_ZEPHYR] = "hp-zephyr",
        [STAC_92HD83XXX_HP_LED] = "hp-led",
+       [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
 };
 
 static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
@@ -5582,6 +5584,9 @@ again:
                spec->init = stac92hd83xxx_hp_zephyr_init;
                break;
        case STAC_92HD83XXX_HP_LED:
+               default_polarity = 0;
+               break;
+       case STAC_92HD83XXX_HP_INV_LED:
                default_polarity = 1;
                break;
        }


Patches currently in stable-queue which might be from [email protected] are

queue-3.4/alsa-mpu401-fix-missing-initialization-of-irq-field.patch
queue-3.4/alsa-hda-fix-mute-led-gpio-setup-for-hp-mini-210.patch
queue-3.4/alsa-hda-add-dock-support-for-thinkpad-x230-tablet.patch
queue-3.4/alsa-hda-add-support-for-realtek-alc282.patch
queue-3.4/alsa-hda-fix-polarity-of-mute-led-on-hp-mini-210.patch
queue-3.4/alsa-snd-usb-fix-clock-source-validity-index.patch
queue-3.4/alsa-hda-fix-mute-led-gpio-initialization-for-idt-codecs.patch
queue-3.4/alsa-hda-fix-invalid-d3-of-headphone-dac-on-vt202x-codecs.patch
queue-3.4/alsa-hda-support-dock-on-lenovo-thinkpad-t530-with-alc269vc.patch
queue-3.4/alsa-hda-turn-on-pin_out-from-hdmi-playback-prepare.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to