We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ad9bf commit 9b4fe0fCopy full SHA for 9b4fe0f
sound/soc/qcom/Kconfig
@@ -85,8 +85,13 @@ config SND_SOC_QDSP6_ASM_DAI
85
select SND_SOC_COMPRESS
86
tristate
87
88
+config SND_SOC_QDSP6_APM_DAI
89
+ tristate
90
+ select SND_SOC_COMPRESS
91
+
92
config SND_SOC_QDSP6_APM
93
94
+ select SND_SOC_QDSP6_APM_DAI
95
96
config SND_SOC_QDSP6
97
tristate "SoC ALSA audio driver for QDSP6"
sound/soc/qcom/qdsp6/Makefile
@@ -13,3 +13,4 @@ obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o
13
obj-$(CONFIG_SND_SOC_QDSP6_ASM_DAI) += q6asm-dai.o
14
15
obj-$(CONFIG_SND_SOC_QDSP6_APM) += snd-q6apm.o
16
+obj-$(CONFIG_SND_SOC_QDSP6_APM_DAI) += q6apm-dai.o
0 commit comments