summaryrefslogtreecommitdiffstats
path: root/sound/soc/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto2018-05-08 05:18:38 +0200
committerMark Brown2018-05-09 11:38:23 +0200
commitd1021c88526273644a711d481fd1117a67b6ae20 (patch)
tree2ce72c7315c062d896f5b9c5f5f81d860c095c03 /sound/soc/Makefile
parentASoC: remove codec hw_write/control_data (diff)
downloadkernel-qcow2-linux-d1021c88526273644a711d481fd1117a67b6ae20.tar.gz
kernel-qcow2-linux-d1021c88526273644a711d481fd1117a67b6ae20.tar.xz
kernel-qcow2-linux-d1021c88526273644a711d481fd1117a67b6ae20.zip
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>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r--sound/soc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile
index 8d92492183d2..06389a5385d7 100644
--- a/sound/soc/Makefile
+++ b/sound/soc/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
+snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-utils.o
snd-soc-core-objs += soc-pcm.o soc-io.o soc-devres.o soc-ops.o
snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o