summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/common/Makefile
diff options
context:
space:
mode:
authorKaiChieh Chuang <kaichieh.chuang@mediatek.com>2019-01-30 09:47:10 +0300
committerMark Brown <broonie@kernel.org>2019-02-02 18:59:27 +0300
commit4bd8597dc36c376a2bb1ef2c72984615bdeb68de (patch)
treebf96301f7f2d75fb59829614f2a39ab6522317a3 /sound/soc/mediatek/common/Makefile
parent425da20a98e0ab6ba6b37ff00ab50519d7dd7740 (diff)
downloadlinux-4bd8597dc36c376a2bb1ef2c72984615bdeb68de.tar.xz
ASoC: mediatek: add btcvsd driver
The driver function for transferring/receiving BT encoded data to/from BT firmware. Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/common/Makefile')
-rw-r--r--sound/soc/mediatek/common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mediatek/common/Makefile b/sound/soc/mediatek/common/Makefile
index cdadabc5fd16..9ab90433a8d7 100644
--- a/sound/soc/mediatek/common/Makefile
+++ b/sound/soc/mediatek/common/Makefile
@@ -2,3 +2,5 @@
# platform driver
snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
+
+obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o \ No newline at end of file