Skip to content

Commit

Permalink
ASoC: qdsp6: audioreach: add q6apm-dai support
Browse files Browse the repository at this point in the history
Add support to pcm dais in Audio Process Manager.

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-15-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Srinivas-Kandagatla authored and broonie committed Oct 26, 2021
1 parent 36ad9bf commit 9b4fe0f
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,13 @@ config SND_SOC_QDSP6_ASM_DAI
select SND_SOC_COMPRESS
tristate

config SND_SOC_QDSP6_APM_DAI
tristate
select SND_SOC_COMPRESS

config SND_SOC_QDSP6_APM
tristate
select SND_SOC_QDSP6_APM_DAI

config SND_SOC_QDSP6
tristate "SoC ALSA audio driver for QDSP6"
Expand Down
1 change: 1 addition & 0 deletions sound/soc/qcom/qdsp6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o
obj-$(CONFIG_SND_SOC_QDSP6_ASM_DAI) += q6asm-dai.o

obj-$(CONFIG_SND_SOC_QDSP6_APM) += snd-q6apm.o
obj-$(CONFIG_SND_SOC_QDSP6_APM_DAI) += q6apm-dai.o

0 comments on commit 9b4fe0f

Please sign in to comment.