From: Jarkko Nikula Date: Tue, 14 Sep 2010 13:59:47 +0000 (+0300) Subject: ASoC: tlv320aic3x: Complete the soc-cache conversion X-Git-Tag: v2.6.37-rc1~126^2~1^2~77^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9900daa81b9e668c28ecf568c714ee49090aa187;p=pandora-kernel.git ASoC: tlv320aic3x: Complete the soc-cache conversion Complete the phasing out of aic3x_read_reg_cache, aic3x_write_reg_cache, aic3x_read and aic3x_write calls. This patch uses in aic3x_read the codec->hw_read that points to a function implemented by soc-cache. Only use for aic3x_read is if wanting to read volatile bits from those registers that has both read-only and read/write bits. All other cases should use snd_soc_read. Signed-off-by: Jarkko Nikula Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed