This is a note to let you know that I've just added the patch titled
ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event
to the 3.8-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-wm5102-correct-lookup-of-arizona-struct-in-sysclk-event.patch
and it can be found in the queue-3.8 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From f6f629f8332ea70255f6c60c904270640a21a114 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Fri, 5 Apr 2013 13:19:26 +0100
Subject: ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event
From: Mark Brown <[email protected]>
commit f6f629f8332ea70255f6c60c904270640a21a114 upstream.
Reported-by: Ryo Tsutsui <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm5102.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/wm5102.c
+++ b/sound/soc/codecs/wm5102.c
@@ -576,7 +576,7 @@ static int wm5102_sysclk_ev(struct snd_s
struct snd_kcontrol *kcontrol, int event)
{
struct snd_soc_codec *codec = w->codec;
- struct arizona *arizona = dev_get_drvdata(codec->dev);
+ struct arizona *arizona = dev_get_drvdata(codec->dev->parent);
struct regmap *regmap = codec->control_data;
const struct reg_default *patch = NULL;
int i, patch_size;
Patches currently in stable-queue which might be from
[email protected] are
queue-3.8/asoc-wm5102-correct-lookup-of-arizona-struct-in-sysclk-event.patch
queue-3.8/asoc-wm8903-fix-the-bypass-to-hp-lineout-when-no-dac-or-adc-is-running.patch
queue-3.8/asoc-core-fix-to-check-return-value-of-snd_soc_update_bits_locked.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