File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ config SND_SOC_QDSP6_ASM_DAI
85
85
select SND_SOC_COMPRESS
86
86
tristate
87
87
88
+ config SND_SOC_QDSP6_APM
89
+ tristate
90
+
88
91
config SND_SOC_QDSP6
89
92
tristate "SoC ALSA audio driver for QDSP6"
90
93
depends on QCOM_APR
@@ -98,6 +101,7 @@ config SND_SOC_QDSP6
98
101
select SND_SOC_QDSP6_ROUTING
99
102
select SND_SOC_QDSP6_ASM
100
103
select SND_SOC_QDSP6_ASM_DAI
104
+ select SND_SOC_QDSP6_APM
101
105
help
102
106
To add support for MSM QDSP6 Soc Audio.
103
107
This will enable sound soc platform specific
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
snd-q6dsp-common-objs := q6dsp-common.o q6dsp-lpass-ports.o q6dsp-lpass-clocks.o
3
+ snd-q6apm-objs := q6apm.o audioreach.o
3
4
4
5
obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += snd-q6dsp-common.o
5
6
obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o
@@ -10,3 +11,5 @@ obj-$(CONFIG_SND_SOC_QDSP6_ADM) += q6adm.o
10
11
obj-$(CONFIG_SND_SOC_QDSP6_ROUTING) += q6routing.o
11
12
obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o
12
13
obj-$(CONFIG_SND_SOC_QDSP6_ASM_DAI) += q6asm-dai.o
14
+
15
+ obj-$(CONFIG_SND_SOC_QDSP6_APM) += snd-q6apm.o
You can’t perform that action at this time.
0 commit comments