]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: sta32x: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 14 May 2015 09:19:53 +0000 (11:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2015 03:46:54 +0000 (04:46 +0100)
commitcc740ec84dc888144fe31b44e3af7ad467ccfc70
tree8989be23f5f171e11b20fa830e85e004f676149b
parentb8faaba4a655d58b67ba28598c22a48aa844b489
ASoC: sta32x: 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/sta32x.c