Re: [PATCH 4/8] ASoC: amd: acp: Add generic machine driver support for ACP cards

From: Randy Dunlap
Date: Thu Sep 30 2021 - 18:08:41 EST


On 9/30/21 6:24 AM, Ajit Kumar Pandey wrote:
diff --git a/sound/soc/amd/acp/Kconfig b/sound/soc/amd/acp/Kconfig
index a11182861f49..1ad811707a68 100644
--- a/sound/soc/amd/acp/Kconfig
+++ b/sound/soc/amd/acp/Kconfig
@@ -24,3 +24,12 @@ config SND_AMD_ASOC_RENOIR
depends on X86 && PCI
help
This option enables Renoir I2S support on AMD platform
+
+config SND_SOC_AMD_MACH_COMMON
+ tristate
+ select SND_SOC_RT5682_I2C
+ select SND_SOC_DMIC
+ select SND_SOC_RT1019
+ depends on X86 && PCI && I2C
+ help
+ This option enables common Machine driver module for ACP

Same comments for patch 4, 5, and 6 as given for patch 2.

thanks.
--
~Randy