From: Mark Brown Date: Tue, 4 Mar 2014 08:54:58 +0000 (+0800) Subject: ASoC: da732x: Replace hw_read usage with snd_soc_read() X-Git-Tag: v3.15-rc1~36^2~1^2~4^2~10^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4179c1deafd216b9358f76f5f399220cb8451ab;p=pandora-kernel.git ASoC: da732x: Replace hw_read usage with snd_soc_read() Pre-merge code was using direct hw_read() calls as an out of framework way of doing volatile register I/O when not using regmap. This has never functioned correctly in mainline due to the regmap conversion, the hw_read() implementation still does caching. In order to facilitate removal of the subsystem level I/O code convert to use snd_soc_read(), there should be no functional impact. Signed-off-by: Mark Brown Acked-by: Adam Thomson --- Reading git-diff-tree failed