
4 Aug
2021
4 Aug
'21
8:09 p.m.
On Tue, Aug 03, 2021 at 01:54:04PM +0100, Srinivas Kandagatla wrote:
+config SND_SOC_QDSP6_AUDIOREACH
- tristate "SoC ALSA audio drives for Qualcomm QDSP AUDIOREACH Framework"
- depends on QCOM_GPR
- help
To add support for Qualcomm QDSP6 AudioReach Audio Framework.
This will enable sound soc platform specific audio drivers.
This includes q6apm, q6prm and associated dai and clock drivers
for DSP.
We're adding the Kconfig before we've added all the code so the thing works?
obj-$(CONFIG_SND_SOC_QDSP6) += qdsp6/ +obj-${CONFIG_SND_SOC_QDSP6_AUDIOREACH} += qdsp6/
This adds two different references to the qdsp6 subdirectory which feels like there's something wrong...