summaryrefslogtreecommitdiff
path: root/sound/soc/sprd/Makefile
diff options
context:
space:
mode:
authorBaolin Wang <baolin.wang@linaro.org>2019-04-23 05:26:22 +0300
committerMark Brown <broonie@kernel.org>2019-04-25 21:43:49 +0300
commitd7bff893e04f4e7b4a0789486da1435df5920f5a (patch)
treed110704cd86d70807dff57646d5eab23d9dee40c /sound/soc/sprd/Makefile
parentc634d3ffc6b2c3b15ea79ffe0a761ce08b4da71a (diff)
downloadlinux-d7bff893e04f4e7b4a0789486da1435df5920f5a.tar.xz
ASoC: sprd: Add Spreadtrum multi-channel data transfer support
On Spreadtrum platform, the audio subsystem will use the multi-channel data transfer controller to transfer sound stream between audio subsystem and other AP/CP subsystem. It can support 10 DAC channel and 10 ADC channel, and each channel has 512 bytes depth data fifo. Moreover each channel can be used DMA mode or interrupt mode to transfer data. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sprd/Makefile')
-rw-r--r--sound/soc/sprd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sprd/Makefile b/sound/soc/sprd/Makefile
index e6c2606da8e2..a95fa56cd000 100644
--- a/sound/soc/sprd/Makefile
+++ b/sound/soc/sprd/Makefile
@@ -4,3 +4,5 @@
snd-soc-sprd-platform-objs := sprd-pcm-dma.o sprd-pcm-compress.o
obj-$(CONFIG_SND_SOC_SPRD) += snd-soc-sprd-platform.o
+
+obj-$(CONFIG_SND_SOC_SPRD_MCDT) += sprd-mcdt.o