Skip to content

Commit

Permalink
ASoC: qcom: audioreach: add q6prm support
Browse files Browse the repository at this point in the history
Add support to q6prm (Proxy Resource Manager) module used for clock resources

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
  • Loading branch information
Srinivas-Kandagatla authored and intel-lab-lkp committed Jul 14, 2021
1 parent 2e190e3 commit 3552339
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,16 @@ config SND_SOC_QCOM_APM_DAI
config SND_SOC_QCOM_APM_BEDAI
tristate

config SND_SOC_QCOM_PRM
tristate

config SND_SOC_QCOM_AUDIOREACH
tristate "SoC ALSA audio drives for Qualcomm AUDIOREACH"
depends on QCOM_GPR
select SND_SOC_TOPOLOGY
select SND_SOC_QCOM_APM_DAI
select SND_SOC_QCOM_APM_BEDAI
select SND_SOC_QCOM_PRM
help
Support for AudioReach in QDSP

Expand Down
2 changes: 2 additions & 0 deletions sound/soc/qcom/audioreach/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
snd-ar-objs := audioreach.o q6apm.o topology.o
snd-apm-dai-objs := q6apm-dai.o
snd-apm-bedai-objs := q6apm-bedai.o
snd-prm-objs := q6prm.o

obj-$(CONFIG_SND_SOC_QCOM_AUDIOREACH) += snd-ar.o
obj-$(CONFIG_SND_SOC_QCOM_APM_DAI) += snd-apm-dai.o
obj-$(CONFIG_SND_SOC_QCOM_APM_BEDAI) += snd-apm-bedai.o
obj-$(CONFIG_SND_SOC_QCOM_PRM) += snd-prm.o


Loading

0 comments on commit 3552339

Please sign in to comment.