summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-05 12:19:26 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-17 04:48:27 (GMT)
commiteb86a770e10a9e2f67e3c338b0eec287092dddaf (patch)
treef1389a4be4fb69000622398c458f562d64a1480d /sound/soc/codecs
parent8047d57ee07e9cd7f4899c1f7961f8d73faa24c8 (diff)
downloadlinux-fsl-qoriq-eb86a770e10a9e2f67e3c338b0eec287092dddaf.tar.xz
ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event
commit f6f629f8332ea70255f6c60c904270640a21a114 upstream. Reported-by: Ryo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/wm5102.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c
index 1440b3f..b54c2e8 100644
--- a/sound/soc/codecs/wm5102.c
+++ b/sound/soc/codecs/wm5102.c
@@ -576,7 +576,7 @@ static int wm5102_sysclk_ev(struct snd_soc_dapm_widget *w,
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;