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

    ASoC: wm5110: Adding missing volume update bits

to the 3.6-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-adding-missing-volume-update-bits.patch
and it can be found in the queue-3.6 subdirectory.

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


>From ae60503741991a36ed6b2a8f53b249b2a72af52b Mon Sep 17 00:00:00 2001
From: Charles Keepax <[email protected]>
Date: Thu, 27 Sep 2012 13:21:48 +0100
Subject: ASoC: wm5110: Adding missing volume update bits

From: Charles Keepax <[email protected]>

commit ae60503741991a36ed6b2a8f53b249b2a72af52b upstream.

The volume update bits were being set on all but one input and one output.

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 |    4 ++++
 1 file changed, 4 insertions(+)

--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -869,6 +869,8 @@ static unsigned int wm5110_digital_vu[]
        ARIZONA_ADC_DIGITAL_VOLUME_2R,
        ARIZONA_ADC_DIGITAL_VOLUME_3L,
        ARIZONA_ADC_DIGITAL_VOLUME_3R,
+       ARIZONA_ADC_DIGITAL_VOLUME_4L,
+       ARIZONA_ADC_DIGITAL_VOLUME_4R,
 
        ARIZONA_DAC_DIGITAL_VOLUME_1L,
        ARIZONA_DAC_DIGITAL_VOLUME_1R,
@@ -880,6 +882,8 @@ static unsigned int wm5110_digital_vu[]
        ARIZONA_DAC_DIGITAL_VOLUME_4R,
        ARIZONA_DAC_DIGITAL_VOLUME_5L,
        ARIZONA_DAC_DIGITAL_VOLUME_5R,
+       ARIZONA_DAC_DIGITAL_VOLUME_6L,
+       ARIZONA_DAC_DIGITAL_VOLUME_6R,
 };
 
 static struct snd_soc_codec_driver soc_codec_dev_wm5110 = {


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

queue-3.6/asoc-wm5110-adding-missing-volume-update-bits.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