summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt8183/Makefile
diff options
context:
space:
mode:
authorShunli Wang <shunli.wang@mediatek.com>2019-01-22 09:39:08 +0300
committerMark Brown <broonie@kernel.org>2019-01-25 21:05:10 +0300
commita94aec035a122bf6d1a05b14f02f34c34b99506a (patch)
tree20f607e6754e53300d9afe794c3716bbb2712476 /sound/soc/mediatek/mt8183/Makefile
parent4ffdca62e2deee7a27613571c9bd18c95b8eac84 (diff)
downloadlinux-a94aec035a122bf6d1a05b14f02f34c34b99506a.tar.xz
ASoC: mediatek: mt8183: add platform driver
add mt8183 audio platform and affiliated drivers. Signed-off-by: Shunli Wang <shunli.wang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8183/Makefile')
-rw-r--r--sound/soc/mediatek/mt8183/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt8183/Makefile b/sound/soc/mediatek/mt8183/Makefile
new file mode 100644
index 000000000000..f3ee6ac98fe8
--- /dev/null
+++ b/sound/soc/mediatek/mt8183/Makefile
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0
+
+# platform driver
+snd-soc-mt8183-afe-objs := \
+ mt8183-afe-pcm.o \
+ mt8183-afe-clk.o \
+ mt8183-dai-i2s.o \
+ mt8183-dai-tdm.o \
+ mt8183-dai-pcm.o \
+ mt8183-dai-hostless.o \
+ mt8183-dai-adda.o
+
+obj-$(CONFIG_SND_SOC_MT8183) += snd-soc-mt8183-afe.o