From: Lars-Peter Clausen Date: Mon, 6 Jul 2015 13:38:06 +0000 (+0200) Subject: ASoC: rt5645: Replace direct snd_soc_codec dapm field access X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~21^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ada8187bc8b46c30a623e7d6b5a72c209f70cd;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed