This is a note to let you know that I've just added the patch titled
ASoC: arizona: Correct FLL source definitions
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-correct-fll-source-definitions.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 a8c02db029385fb4426e0396e108ab23cd08f384 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Tue, 18 Dec 2012 14:05:01 +0000
Subject: ASoC: arizona: Correct FLL source definitions
From: Mark Brown <[email protected]>
commit a8c02db029385fb4426e0396e108ab23cd08f384 upstream.
The FLL source constants were numbered as a simple enumeration but were
being used in the code as direct values to be written to the registers.
Renumber the constants to reflect the usage.
Reported-by: Ryo Tsutsui <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/arizona.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--- a/sound/soc/codecs/arizona.h
+++ b/sound/soc/codecs/arizona.h
@@ -32,15 +32,15 @@
#define ARIZONA_FLL_SRC_MCLK1 0
#define ARIZONA_FLL_SRC_MCLK2 1
-#define ARIZONA_FLL_SRC_SLIMCLK 2
-#define ARIZONA_FLL_SRC_FLL1 3
-#define ARIZONA_FLL_SRC_FLL2 4
-#define ARIZONA_FLL_SRC_AIF1BCLK 5
-#define ARIZONA_FLL_SRC_AIF2BCLK 6
-#define ARIZONA_FLL_SRC_AIF3BCLK 7
-#define ARIZONA_FLL_SRC_AIF1LRCLK 8
-#define ARIZONA_FLL_SRC_AIF2LRCLK 9
-#define ARIZONA_FLL_SRC_AIF3LRCLK 10
+#define ARIZONA_FLL_SRC_SLIMCLK 3
+#define ARIZONA_FLL_SRC_FLL1 4
+#define ARIZONA_FLL_SRC_FLL2 5
+#define ARIZONA_FLL_SRC_AIF1BCLK 8
+#define ARIZONA_FLL_SRC_AIF2BCLK 9
+#define ARIZONA_FLL_SRC_AIF3BCLK 10
+#define ARIZONA_FLL_SRC_AIF1LRCLK 12
+#define ARIZONA_FLL_SRC_AIF2LRCLK 13
+#define ARIZONA_FLL_SRC_AIF3LRCLK 14
#define ARIZONA_MIXER_VOL_MASK 0x00FE
#define ARIZONA_MIXER_VOL_SHIFT 1
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