aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/qcom/qdsp6/Makefile
diff options
context:
space:
mode:
authorGravatar Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 2018-05-18 13:56:04 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2018-05-21 16:41:48 +0100
commite3a33673e845f609977970d147d5f8e094c52c73 (patch)
tree86da6e908de3b2b235d16eaacbcf7a8ce331b168 /sound/soc/qcom/qdsp6/Makefile
parentASoC: qdsp6: q6asm: Add support to audio stream apis (diff)
downloadlinux-e3a33673e845f609977970d147d5f8e094c52c73.tar.gz
linux-e3a33673e845f609977970d147d5f8e094c52c73.tar.bz2
linux-e3a33673e845f609977970d147d5f8e094c52c73.zip
ASoC: qdsp6: q6routing: Add q6routing driver
This patch adds support to q6 routing driver which configures route between ASM and AFE module using ADM apis. This driver uses dapm widgets to setup the matrix between AFE ports and ASM streams. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-and-tested-by: Rohit kumar <rohitkr@codeaurora.org> Reviewed-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/qdsp6/Makefile')
-rw-r--r--sound/soc/qcom/qdsp6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/qdsp6/Makefile b/sound/soc/qcom/qdsp6/Makefile
index 01d9dcf3375c..0e8e2febb7ec 100644
--- a/sound/soc/qcom/qdsp6/Makefile
+++ b/sound/soc/qcom/qdsp6/Makefile
@@ -2,4 +2,5 @@ obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o
obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o
obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o
obj-$(CONFIG_SND_SOC_QDSP6_ADM) += q6adm.o
+obj-$(CONFIG_SND_SOC_QDSP6_ROUTING) += q6routing.o
obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o