From: Jarkko Nikula Date: Tue, 14 Sep 2010 11:54:47 +0000 (+0300) Subject: ASoC: tlv320aic3x: Use snd_soc_read and snd_soc_write X-Git-Tag: v2.6.37-rc1~126^2~1^2~77^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18eca4303c67ac58c75e72c7318e9709188f40d;p=pandora-kernel.git ASoC: tlv320aic3x: Use snd_soc_read and snd_soc_write Start phasing out aic3x_read_reg_cache, aic3x_write_reg_cache, aic3x_read and aic3x_write calls in order to switch to soc-cache helpers. This patch replaces aic3x_read_reg_cache and aic3x_write with snd_soc_read and snd_soc_write. This is basically null-op since .read and .write in soc_codec_dev_aic3x points to aic3x_read_reg_cache and aic3x_write. Signed-off-by: Jarkko Nikula Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed