]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: wm8961: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 13 Jan 2015 09:27:20 +0000 (10:27 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2015 19:53:22 +0000 (19:53 +0000)
commit32a4b446c5ecebd7d92526364ea26ed73fafd0b8
treeb32b9515caeacfb6ebf34441f30e8d4a5b006dcf
parent11e5e79af8eb1ace533d49495f9da9e6f8718545
ASoC: wm8961: 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>
sound/soc/codecs/wm8958-dsp2.c