aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8173/Makefile
diff options
context:
space:
mode:
authorGarlic Tseng <garlic.tseng@mediatek.com>2016-06-17 15:43:52 +0800
committerMark Brown <broonie@kernel.org>2016-06-29 20:11:09 +0100
commit0d1d7a664288f9c1b6f79c971d528a354315e9d3 (patch)
tree8a710cd65313403e1ac5fe57314e0eb369b40a56 /sound/soc/mediatek/mt8173/Makefile
parentASoC: mediatek: add MCLK source selection (diff)
downloadlinux-dev-0d1d7a664288f9c1b6f79c971d528a354315e9d3.tar.xz
linux-dev-0d1d7a664288f9c1b6f79c971d528a354315e9d3.zip
ASoC: mediatek: Refine mt8173 driver and change config option
move mt8173 driver to another folder and add prefix. add config option SND_SOC_MT8173 Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8173/Makefile')
-rw-r--r--sound/soc/mediatek/mt8173/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt8173/Makefile b/sound/soc/mediatek/mt8173/Makefile
new file mode 100644
index 000000000000..0357b27d29f2
--- /dev/null
+++ b/sound/soc/mediatek/mt8173/Makefile
@@ -0,0 +1,7 @@
+# MTK Platform Support
+obj-$(CONFIG_SND_SOC_MT8173) += mt8173-afe-pcm.o
+# Machine support
+obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o
+obj-$(CONFIG_SND_SOC_MT8173_RT5650) += mt8173-rt5650.o
+obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o
+obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5676) += mt8173-rt5650-rt5676.o