diff options
author | Mark Brown <broonie@kernel.org> | 2015-02-04 21:57:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-04 21:57:06 +0100 |
commit | 7a869e108e5d82b021a6ce10d25e97e6b7f5823a (patch) | |
tree | 27f832ff7b47b6d3200a084afd0c8ef4ad4a7078 /sound/soc/codecs/tlv320aic3x.c | |
parent | Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next (diff) | |
parent | Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
download | linux-7a869e108e5d82b021a6ce10d25e97e6b7f5823a.tar.xz linux-7a869e108e5d82b021a6ce10d25e97e6b7f5823a.zip |
Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-next
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index dd222b10ce13..07603d142923 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -197,7 +197,7 @@ static int snd_soc_dapm_put_volsw_aic3x(struct snd_kcontrol *kcontrol, static int mic_bias_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) { - struct snd_soc_codec *codec = w->codec; + struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec); switch (event) { |