commit | 427d204c86e095bb91eb8af381bd90a48376a860 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sat Nov 08 16:38:07 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Sun Nov 09 09:06:30 2014 +0000 |
tree | cad99da44af0b758fb5d8055317ac36872179354 | |
parent | 6cc79294efefde2593eaf72effebc8b1cc71d5ac [diff] |
ASoC: Remove snd_soc_cache_sync() implementation This function has no more non regmap user, which means we can remove the implementation of the function and associated functions and structure fields. For convenience we keep a static inline version of the function that forwards calls to regcache_sync() unconditionally. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>