]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: wm9090: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 13 Jan 2015 09:27:32 +0000 (10:27 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2015 19:53:57 +0000 (19:53 +0000)
commit0a3042d7835bb37d8a5ed318d1ec3bd66224eaf7
treeeca9d84720b79b1631337c133bf8847ed0cd5c4f
parent8a8a84e6b9d83c03126e01e372c95f2d37ba5b80
ASoC: wm9090: 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/wm9090.c