Re: [PATCH v4 2/2] ASoC: qcom: SC7280: Add machine driver

From: Randy Dunlap
Date: Fri Oct 29 2021 - 19:34:52 EST


On 10/29/21 8:04 AM, Srinivasa Rao Mandadapu wrote:
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index cc7c1de..d9ffcb7 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -152,4 +152,16 @@ config SND_SOC_SC7180
SC7180 SoC-based systems.
Say Y if you want to use audio device on this SoCs.
+config SND_SOC_SC7280
+ tristate "SoC Machine driver for SC7280 boards"
+ depends on I2C && SOUNDWIRE
+ select SND_SOC_QCOM_COMMON
+ select SND_SOC_MAX98357A
+ select SND_SOC_LPASS_RX_MACRO
+ select SND_SOC_LPASS_TX_MACRO
+ help
+ To add support for audio on Qualcomm Technologies Inc.
+ SC7280 SoC-based systems.
+ Say Y if you want to use audio device on this SoCs.

Say Y or M if you want to use audio devices on this SoC.

--
~Randy