diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-01-13 10:27:19 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-14 19:53:19 +0000 |
commit | 11e5e79af8eb1ace533d49495f9da9e6f8718545 (patch) | |
tree | 69c0d385ceee585cea268c5e7b1c0481eee3cc4e /sound/soc/codecs/wm8955.c | |
parent | 8f13bd4e6cfed02e107ab916e14cee5675933e5f (diff) | |
download | blackbird-op-linux-11e5e79af8eb1ace533d49495f9da9e6f8718545.tar.gz blackbird-op-linux-11e5e79af8eb1ace533d49495f9da9e6f8718545.zip |
ASoC: wm8955: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
The codec field of the snd_soc_widget struct is eventually going to be
removed, use snd_soc_dapm_to_codec(w->dapm) instead.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm8955.c')
-rw-r--r-- | sound/soc/codecs/wm8955.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index 1173f7fef5a7..1ab2d462afad 100644 --- a/sound/soc/codecs/wm8955.c +++ b/sound/soc/codecs/wm8955.c @@ -333,7 +333,7 @@ static int wm8955_configure_clocking(struct snd_soc_codec *codec) static int wm8955_sysclk(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); int ret = 0; /* Always disable the clocks - if we're doing reconfiguration this |