summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorVinod Koul2013-05-28 12:11:57 +0200
committerMark Brown2013-05-28 16:10:09 +0200
commitd3134e211e8db7fa833c40b5879fc022693e16c2 (patch)
tree5cb80ad3c6bf0ac6f52d0df3993f3f26418bb07d /sound
parentLinux 3.10-rc3 (diff)
downloadkernel-qcow2-linux-d3134e211e8db7fa833c40b5879fc022693e16c2.tar.gz
kernel-qcow2-linux-d3134e211e8db7fa833c40b5879fc022693e16c2.tar.xz
kernel-qcow2-linux-d3134e211e8db7fa833c40b5879fc022693e16c2.zip
ASoC: wm8994: use the correct pointer to get the control value
Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 1eb152cb1097..62dc30598084 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -1031,7 +1031,7 @@ static int aif1clk_ev(struct snd_soc_dapm_widget *w,
{
struct snd_soc_codec *codec = w->codec;
struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec);
- struct wm8994 *control = codec->control_data;
+ struct wm8994 *control = wm8994->wm8994;
int mask = WM8994_AIF1DAC1L_ENA | WM8994_AIF1DAC1R_ENA;
int i;
int dac;