]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: wm8997: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 1 Jun 2015 08:11:03 +0000 (10:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2015 15:45:50 +0000 (16:45 +0100)
commit8383dfd8893a8d4413549d03c55f3c337d6b8f1d
tree5cd129c6c2e4aac7f58cd7bfcfdaeda4d544be10
parent6a141e462ef878fd395e838d8bfc2624104dc66c
ASoC: wm8997: Replace direct snd_soc_codec dapm field access

The dapm field of the snd_soc_codec struct is eventually going to be
removed, in preparation for this replace all manual access to codec->dapm
with snd_soc_codec_get_dapm().

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