]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: max9850: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 14 May 2015 09:20:03 +0000 (11:20 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2015 03:46:56 +0000 (04:46 +0100)
commit44c6abd672f1030aaebd4498310b4bb8a090c01e
treef35fe4d5386dfef53e4a6ea617f7ff760b8be9f1
parentbcc033075a2309e41fb54bbd4bd07e6ea307973b
ASoC: max9850: 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().

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