]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: max98090: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 14 May 2015 09:20:01 +0000 (11:20 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2015 03:46:56 +0000 (04:46 +0100)
commit29ca43bc548e1b0060c8426b98a2ce9601cd5a17
treed3c0ea7ce46cb37e0d659f8d6ae58e162dd4c885
parentb0b80c8075add488ca2632393670da31b174195d
ASoC: max98090: 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 all other
manual access to codec->dapm with snd_soc_codec_get_dapm().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.c