summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt8195/Makefile
diff options
context:
space:
mode:
authorTrevor Wu <trevor.wu@mediatek.com>2021-08-19 11:41:39 +0300
committerMark Brown <broonie@kernel.org>2021-08-24 21:13:56 +0300
commit6746cc858259985a945a07075a19ec4d24352407 (patch)
tree677d2136fb072a877cdd3a8d2819699ef73a93e5 /sound/soc/mediatek/mt8195/Makefile
parent1f95c019115cc503c4c47fd7108675a56cdb29b4 (diff)
downloadlinux-6746cc858259985a945a07075a19ec4d24352407.tar.xz
ASoC: mediatek: mt8195: add platform driver
This patch adds mt8195 platform and affiliated driver. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20210819084144.18483-7-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8195/Makefile')
-rw-r--r--sound/soc/mediatek/mt8195/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt8195/Makefile b/sound/soc/mediatek/mt8195/Makefile
new file mode 100644
index 000000000000..6529dd5beb2b
--- /dev/null
+++ b/sound/soc/mediatek/mt8195/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0
+
+# platform driver
+snd-soc-mt8195-afe-objs := \
+ mt8195-audsys-clk.o \
+ mt8195-afe-clk.o \
+ mt8195-afe-pcm.o \
+ mt8195-dai-adda.o \
+ mt8195-dai-etdm.o \
+ mt8195-dai-pcm.o
+
+obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o