commit | 29ca43bc548e1b0060c8426b98a2ce9601cd5a17 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Thu May 14 11:20:01 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon May 18 04:46:56 2015 +0100 |
tree | d3c0ea7ce46cb37e0d659f8d6ae58e162dd4c885 | |
parent | b0b80c8075add488ca2632393670da31b174195d [diff] |
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>