]> git.baikalelectronics.ru Git - kernel.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)
commita9640d907d564d3bb4d797cf7795df72b928b715
tree5cd129c6c2e4aac7f58cd7bfcfdaeda4d544be10
parent7a3db3b8d275e219125b8428287090171ec8f1f2
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