]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8804: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 1 Jun 2015 08:10:42 +0000 (10:10 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2015 15:43:37 +0000 (16:43 +0100)
commit5fa4da7adb12da5470f5bb23aa242d84c0282993
tree4d4a4a0befcbddcac28bab95f8a7773e150b9e55
parente40a8e1ab99bde22607d7fb4372743d4fb20db22
ASoC: wm8804: 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/wm8804.c