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

    ALSA: HDA: Fix mic initialization in VIA auto parser

to the 2.6.37-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-mic-initialization-in-via-auto-parser.patch
and it can be found in the queue-2.6.37 subdirectory.

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


>From 306496761745942d8167e9193a738b559a7fb0b3 Mon Sep 17 00:00:00 2001
From: David Henningsson <[email protected]>
Date: Mon, 21 Feb 2011 10:23:18 +0100
Subject: ALSA: HDA: Fix mic initialization in VIA auto parser

From: David Henningsson <[email protected]>

commit 306496761745942d8167e9193a738b559a7fb0b3 upstream.

This typo caused some microphone inputs not to be correctly
initialized on VIA codecs.

Reported-By: Mark Goldstein <[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_via.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -568,7 +568,7 @@ static void via_auto_init_analog_input(s
                hda_nid_t nid = cfg->inputs[i].pin;
                if (spec->smart51_enabled && is_smart51_pins(spec, nid))
                        ctl = PIN_OUT;
-               else if (i == AUTO_PIN_MIC)
+               else if (cfg->inputs[i].type == AUTO_PIN_MIC)
                        ctl = PIN_VREF50;
                else
                        ctl = PIN_IN;


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

queue-2.6.37/alsa-hda-add-ideapad-quirk-for-two-dell-machines.patch
queue-2.6.37/alsa-hda-add-a-new-conexant-codec-506e-20590.patch
queue-2.6.37/alsa-hda-fix-mic-initialization-in-via-auto-parser.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to