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

    ASoC: wm5110: Correct HPOUT3 DAPM route typo

to the 3.12-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-wm5110-correct-hpout3-dapm-route-typo.patch
and it can be found in the queue-3.12 subdirectory.

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


>From 280484e708a3cc38fe6807718caa460e744c0b20 Mon Sep 17 00:00:00 2001
From: Charles Keepax <[email protected]>
Date: Tue, 17 Dec 2013 13:16:16 +0000
Subject: ASoC: wm5110: Correct HPOUT3 DAPM route typo

From: Charles Keepax <[email protected]>

commit 280484e708a3cc38fe6807718caa460e744c0b20 upstream.

Reported-by: Kyung-Kwee Ryu <[email protected]>
Signed-off-by: Charles Keepax <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

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

--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -1031,7 +1031,7 @@ static const struct snd_soc_dapm_route w
        { "HPOUT2R", NULL, "OUT2R" },
 
        { "HPOUT3L", NULL, "OUT3L" },
-       { "HPOUT3R", NULL, "OUT3L" },
+       { "HPOUT3R", NULL, "OUT3R" },
 
        { "SPKOUTLN", NULL, "OUT4L" },
        { "SPKOUTLP", NULL, "OUT4L" },


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

queue-3.12/asoc-wm8904-fix-dsp-mode-b-configuration.patch
queue-3.12/asoc-wm5110-correct-hpout3-dapm-route-typo.patch
queue-3.12/asoc-wm_adsp-add-small-delay-while-polling-dsp-ram-start.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