Skip to content

Commit cf989b6

Browse files
Srinivas-Kandagatlabroonie
authored andcommitted
ASoC: qdsp6: audioreach: add Kconfig and Makefile
Now that all the code for audioreach and q6apm are in at this point to be able to compile, start adding Kconfig and Makefile changes. Signed-off-by: Srinivas Kandagatla <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 25ab80d commit cf989b6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sound/soc/qcom/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ config SND_SOC_QDSP6_ASM_DAI
8585
select SND_SOC_COMPRESS
8686
tristate
8787

88+
config SND_SOC_QDSP6_APM
89+
tristate
90+
8891
config SND_SOC_QDSP6
8992
tristate "SoC ALSA audio driver for QDSP6"
9093
depends on QCOM_APR
@@ -98,6 +101,7 @@ config SND_SOC_QDSP6
98101
select SND_SOC_QDSP6_ROUTING
99102
select SND_SOC_QDSP6_ASM
100103
select SND_SOC_QDSP6_ASM_DAI
104+
select SND_SOC_QDSP6_APM
101105
help
102106
To add support for MSM QDSP6 Soc Audio.
103107
This will enable sound soc platform specific

sound/soc/qcom/qdsp6/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
snd-q6dsp-common-objs := q6dsp-common.o q6dsp-lpass-ports.o q6dsp-lpass-clocks.o
3+
snd-q6apm-objs := q6apm.o audioreach.o
34

45
obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += snd-q6dsp-common.o
56
obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o
@@ -10,3 +11,5 @@ obj-$(CONFIG_SND_SOC_QDSP6_ADM) += q6adm.o
1011
obj-$(CONFIG_SND_SOC_QDSP6_ROUTING) += q6routing.o
1112
obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o
1213
obj-$(CONFIG_SND_SOC_QDSP6_ASM_DAI) += q6asm-dai.o
14+
15+
obj-$(CONFIG_SND_SOC_QDSP6_APM) += snd-q6apm.o

0 commit comments

Comments
 (0)