aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/qdsp6/Makefile
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2021-10-26 12:16:42 +0100
committerMark Brown <broonie@kernel.org>2021-10-26 13:49:58 +0100
commit95b6cd57e9e8210fca315270ac05ce66fc536703 (patch)
tree0aa3022b63bad3a202e755965f5ce8f4e97f6704 /sound/soc/qcom/qdsp6/Makefile
parentASoC: dt-bindings: rename q6afe.h to q6dsp-lpass-ports.h (diff)
downloadlinux-dev-95b6cd57e9e8210fca315270ac05ce66fc536703.tar.xz
linux-dev-95b6cd57e9e8210fca315270ac05ce66fc536703.zip
ASoC: qdsp6: q6afe-dai: move lpass audio ports to common file
Various Q6DSP frameworks will use LPASS Audio IP, so move all the hardware specific details to a common file so that they could be reused across multiple Q6DSP frameworks. In this case all the audio ports definitions can be moved to a common file to be able to reuse across multiple Q6DSP frameworks. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20211026111655.1702-5-srinivas.kandagatla@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/qdsp6/Makefile')
-rw-r--r--sound/soc/qcom/qdsp6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/qcom/qdsp6/Makefile b/sound/soc/qcom/qdsp6/Makefile
index 3c1dd9f32f1d..11e8705bbc5c 100644
--- a/sound/soc/qcom/qdsp6/Makefile
+++ b/sound/soc/qcom/qdsp6/Makefile
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o
+snd-q6dsp-common-objs := q6dsp-common.o q6dsp-lpass-ports.o
+
+obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += snd-q6dsp-common.o
obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o
obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o
obj-$(CONFIG_SND_SOC_QDSP6_AFE_DAI) += q6afe-dai.o