]> git.baikalelectronics.ru Git - kernel.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)
commitb283939378b846e3fe4762e8a10c6c4dbd4b3060
treed3c0ea7ce46cb37e0d659f8d6ae58e162dd4c885
parent522b6db347cb5b3c8359c4101ff65a5d98c7d4a3
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