ASoC: Remove snd_soc_cache_sync() implementation
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 8 Nov 2014 15:38:07 +0000 (16:38 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 9 Nov 2014 09:06:30 +0000 (09:06 +0000)
commit427d204c86e095bb91eb8af381bd90a48376a860
treecad99da44af0b758fb5d8055317ac36872179354
parent6cc79294efefde2593eaf72effebc8b1cc71d5ac
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>
include/sound/soc.h
include/trace/events/asoc.h
sound/soc/soc-cache.c
sound/soc/soc-core.c