ASoC: rt5645: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 6 Jul 2015 13:38:06 +0000 (15:38 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 13:54:14 +0000 (14:54 +0100)
commite2ada8187bc8b46c30a623e7d6b5a72c209f70cd
tree87273418d638c8051951a8832a5cc1155f3f71ca
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: rt5645: 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5645.c
This page took 0.026383 seconds and 5 git commands to generate.