]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: wm8997: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 13 Jan 2015 09:27:30 +0000 (10:27 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2015 19:53:51 +0000 (19:53 +0000)
commit8643707fb87a9801307d2c64b6a10a71a5294936
tree90dc7a384a04869c615d603fce4a4ac431c6e60f
parent00748490f7ada5117bb18a4ed5df6b9a9ab50881
ASoC: wm8997: 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/wm8997.c