This is a note to let you know that I've just added the patch titled
ASoC: wm2000: Correct register size
to the 3.5-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-correct-register-size.patch
and it can be found in the queue-3.5 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Wed, 26 Sep 2012 11:57:30 +0100
Subject: ASoC: wm2000: Correct register size
From: Mark Brown <[email protected]>
commit d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40 upstream.
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm2000.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -675,7 +675,7 @@ static int wm2000_resume(struct snd_soc_
#endif
static const struct regmap_config wm2000_regmap = {
- .reg_bits = 8,
+ .reg_bits = 16,
.val_bits = 8,
};
Patches currently in stable-queue which might be from
[email protected] are
queue-3.5/asoc-samsung-dma-don-t-indicate-support-for-pause-resume.patch
queue-3.5/sound-tegra_alc5632-remove-hp-detect-gpio-inversion.patch
queue-3.5/asoc-wm2000-correct-register-size.patch
queue-3.5/arm-clk-imx35-fix-ssi-clock-registration.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