From: Lars-Peter Clausen Date: Sat, 8 Nov 2014 15:38:06 +0000 (+0100) Subject: ASoC: Forward calls to snd_soc_cache_sync() to regcache_sync() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc79294efefde2593eaf72effebc8b1cc71d5ac;p=pandora-kernel.git ASoC: Forward calls to snd_soc_cache_sync() to regcache_sync() For convenience for drivers that do not want to keep their own pointer to regmap struct around forward calls to snd_soc_cache_sync() to regcache_sync() if the driver is using regmap. This is similar to what we do for snd_soc_read()/snd_soc_write(). This patch also fixes drivers which already have been converted to regmap, but still use snd_soc_cache_sync() for trying to the sync the cache. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed