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

    ASoC: wm5100: Remove DSP B and left justified formats

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-wm5100-remove-dsp-b-and-left-justified-formats.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 5f960294e2031d12f10c8488c3446fecbf59628d Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Fri, 4 Jan 2013 21:06:08 +0000
Subject: ASoC: wm5100: Remove DSP B and left justified formats

From: Mark Brown <[email protected]>

commit 5f960294e2031d12f10c8488c3446fecbf59628d upstream.

These are not supported

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

---
 sound/soc/codecs/wm5100.c |    6 ------
 1 file changed, 6 deletions(-)

--- a/sound/soc/codecs/wm5100.c
+++ b/sound/soc/codecs/wm5100.c
@@ -1296,15 +1296,9 @@ static int wm5100_set_fmt(struct snd_soc
        case SND_SOC_DAIFMT_DSP_A:
                mask = 0;
                break;
-       case SND_SOC_DAIFMT_DSP_B:
-               mask = 1;
-               break;
        case SND_SOC_DAIFMT_I2S:
                mask = 2;
                break;
-       case SND_SOC_DAIFMT_LEFT_J:
-               mask = 3;
-               break;
        default:
                dev_err(codec->dev, "Unsupported DAI format %d\n",
                        fmt & SND_SOC_DAIFMT_FORMAT_MASK);


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