OSDN Git Service

ASoC: 88pm860x: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 11 May 2015 07:42:26 +0000 (09:42 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2015 16:33:31 +0000 (17:33 +0100)
commit5f54ea214b2847e48f7d8077892d8f1126810d19
tree9f0ff95d74a1ade58e410b5ae7cb2cf805627047
parent70c751095d5481d246ae7ec622ed35a76ce6ff0c
ASoC: 88pm860x: 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/88pm860x-codec.c