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

    ASoC: PXA: Z2: Fix codec pin name

to the 2.6.38-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:
     asoc-pxa-z2-fix-codec-pin-name.patch
and it can be found in the queue-2.6.38 subdirectory.

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


>From 64c25a92e865f06ad8782fbdaa1e2a97d50acf73 Mon Sep 17 00:00:00 2001
From: Vasily Khoruzhick <[email protected]>
Date: Fri, 11 Mar 2011 11:05:38 +0200
Subject: ASoC: PXA: Z2: Fix codec pin name

From: Vasily Khoruzhick <[email protected]>

commit 64c25a92e865f06ad8782fbdaa1e2a97d50acf73 upstream.

MONO was renamed to MONO1.

Signed-off-by: Vasily Khoruzhick <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/soc/pxa/z2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/pxa/z2.c
+++ b/sound/soc/pxa/z2.c
@@ -147,7 +147,7 @@ static int z2_wm8750_init(struct snd_soc
        snd_soc_dapm_disable_pin(dapm, "LINPUT3");
        snd_soc_dapm_disable_pin(dapm, "RINPUT3");
        snd_soc_dapm_disable_pin(dapm, "OUT3");
-       snd_soc_dapm_disable_pin(dapm, "MONO");
+       snd_soc_dapm_disable_pin(dapm, "MONO1");
 
        /* Add z2 specific widgets */
        snd_soc_dapm_new_controls(dapm, wm8750_dapm_widgets,


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

queue-2.6.38/asoc-pxa-z2-fix-codec-pin-name.patch

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

Reply via email to