This is a note to let you know that I've just added the patch titled
ASoC: arizona: Remove DSP B and left justified AIF modes
to the 3.7-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-arizona-remove-dsp-b-and-left-justified-aif-modes.patch
and it can be found in the queue-3.7 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From d71753e22b24548911b377db28f80870cf50d07b Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Fri, 4 Jan 2013 10:48:02 +0000
Subject: ASoC: arizona: Remove DSP B and left justified AIF modes
From: Mark Brown <[email protected]>
commit d71753e22b24548911b377db28f80870cf50d07b upstream.
These are not supported.
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/arizona.c | 6 ------
1 file changed, 6 deletions(-)
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -409,15 +409,9 @@ static int arizona_set_fmt(struct snd_so
case SND_SOC_DAIFMT_DSP_A:
mode = 0;
break;
- case SND_SOC_DAIFMT_DSP_B:
- mode = 1;
- break;
case SND_SOC_DAIFMT_I2S:
mode = 2;
break;
- case SND_SOC_DAIFMT_LEFT_J:
- mode = 3;
- break;
default:
arizona_aif_err(dai, "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.7/mfd-wm8994-add-support-for-wm1811-rev-e.patch
queue-3.7/mfd-only-unregister-platform-devices-allocated-by-the-mfd-core.patch
queue-3.7/regulator-wm831x-set-the-new-rather-than-old-value-for-dvs-vsel.patch
queue-3.7/asoc-arizona-remove-dsp-b-and-left-justified-aif-modes.patch
queue-3.7/asoc-sigmadsp-fix-endianness-conversion-issue.patch
queue-3.7/asoc-arizona-correct-fll-source-definitions.patch
queue-3.7/asoc-arizona-do-proper-shift-for-setting-aif-rate.patch
queue-3.7/regulator-s2mps11-fix-ramp-delay-value-shift-operation.patch
queue-3.7/regmap-debugfs-avoid-overflows-for-very-small-reads.patch
queue-3.7/asoc-wm8994-use-the-same-dcs-codes-for-all-wm1811-variants.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