]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: cs42l52: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 1 Jun 2015 08:10:20 +0000 (10:10 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2015 15:41:52 +0000 (16:41 +0100)
commit43a0350f2122f24c3af21ff65574eba84fad13e4
tree3135cd3b04a6bbdd476908341ae712d7b9eab4e7
parent02aa78abec6ebe2ae4a2ec0687758a4e58ee9507
ASoC: cs42l52: 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.bias_level with snd_soc_codec_get_bias_level() and replace all
other manual access to codec->dapm with snd_soc_codec_get_dapm().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l52.c