ASoC: remove codec reg_cache
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 8 May 2018 03:18:38 +0000 (03:18 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 9 May 2018 09:38:23 +0000 (18:38 +0900)
commitd1021c88526273644a711d481fd1117a67b6ae20
tree2ce72c7315c062d896f5b9c5f5f81d860c095c03
parent81da8a0b7975c51db482acee750a2dbcb320b97d
ASoC: remove codec reg_cache

Codec reg_cache is legacy feature, almost all driver are now using
common regmap, and very few driver had been used this legacy feature.
Because of this background, it is now implemented on each
driver internally now.
So now, no one is using codec reg_cache. Let's remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/Makefile
sound/soc/soc-cache.c [deleted file]
sound/soc/soc-core.c