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

    ASoC: wm2000: Fix sense of speech clarity enable

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:
     asoc-wm2000-fix-sense-of-speech-clarity-enable.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 267f8fa2e1eef0612b2007e1f1846bcbc35cc1fa Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Fri, 4 Jan 2013 21:18:12 +0000
Subject: ASoC: wm2000: Fix sense of speech clarity enable

From: Mark Brown <[email protected]>

commit 267f8fa2e1eef0612b2007e1f1846bcbc35cc1fa upstream.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/soc/codecs/wm2000.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -190,9 +190,9 @@ static int wm2000_power_up(struct i2c_cl
 
        ret = wm2000_read(i2c, WM2000_REG_SPEECH_CLARITY);
        if (wm2000->speech_clarity)
-               ret &= ~WM2000_SPEECH_CLARITY;
-       else
                ret |= WM2000_SPEECH_CLARITY;
+       else
+               ret &= ~WM2000_SPEECH_CLARITY;
        wm2000_write(i2c, WM2000_REG_SPEECH_CLARITY, ret);
 
        wm2000_write(i2c, WM2000_REG_SYS_START0, 0x33);


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

queue-3.4/mfd-wm8994-add-support-for-wm1811-rev-e.patch
queue-3.4/mfd-only-unregister-platform-devices-allocated-by-the-mfd-core.patch
queue-3.4/regulator-wm831x-set-the-new-rather-than-old-value-for-dvs-vsel.patch
queue-3.4/asoc-wm2200-fix-setting-dai-format-in-wm2200_set_fmt.patch
queue-3.4/asoc-wm2000-fix-sense-of-speech-clarity-enable.patch
queue-3.4/asoc-wm2200-remove-dsp-b-and-left-justified-aif-modes.patch
queue-3.4/asoc-sigmadsp-fix-endianness-conversion-issue.patch
queue-3.4/regmap-debugfs-avoid-overflows-for-very-small-reads.patch
queue-3.4/asoc-wm5100-remove-dsp-b-and-left-justified-formats.patch
queue-3.4/alsa-pxa27x-fix-ac97-cold-reset.patch
queue-3.4/alsa-pxa27x-fix-ac97-warm-reset.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