You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
ASoC: qdsp6: q6asm: Add q6asm dai driver
This patch adds support to q6asm dai driver which configures Q6ASM streams to pass pcm data. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-and-tested-by: Rohit kumar <rohitkr@codeaurora.org> Reviewed-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
24c4cbcfac
commit
2a9e92d371
@@ -62,6 +62,9 @@ config SND_SOC_QDSP6_ROUTING
|
||||
config SND_SOC_QDSP6_ASM
|
||||
tristate
|
||||
|
||||
config SND_SOC_QDSP6_ASM_DAI
|
||||
tristate
|
||||
|
||||
config SND_SOC_QDSP6
|
||||
tristate "SoC ALSA audio driver for QDSP6"
|
||||
depends on QCOM_APR && HAS_DMA
|
||||
@@ -72,6 +75,7 @@ config SND_SOC_QDSP6
|
||||
select SND_SOC_QDSP6_ADM
|
||||
select SND_SOC_QDSP6_ROUTING
|
||||
select SND_SOC_QDSP6_ASM
|
||||
select SND_SOC_QDSP6_ASM_DAI
|
||||
help
|
||||
To add support for MSM QDSP6 Soc Audio.
|
||||
This will enable sound soc platform specific
|
||||
|
||||
@@ -5,3 +5,4 @@ obj-$(CONFIG_SND_SOC_QDSP6_AFE_DAI) += q6afe-dai.o
|
||||
obj-$(CONFIG_SND_SOC_QDSP6_ADM) += q6adm.o
|
||||
obj-$(CONFIG_SND_SOC_QDSP6_ROUTING) += q6routing.o
|
||||
obj-$(CONFIG_SND_SOC_QDSP6_ASM) += q6asm.o
|
||||
obj-$(CONFIG_SND_SOC_QDSP6_ASM_DAI) += q6asm-dai.o
|
||||
|
||||
624
sound/soc/qcom/qdsp6/q6asm-dai.c
Normal file
624
sound/soc/qcom/qdsp6/q6asm-dai.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user