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