11 Oct
2021
11 Oct
'21
10:18 p.m.
On 10/11/21 8:44 AM, Ajit Kumar Pandey wrote:
diff --git a/sound/soc/amd/acp/Kconfig b/sound/soc/amd/acp/Kconfig index 5cb7115662d2..2b9440372346 100644 --- a/sound/soc/amd/acp/Kconfig +++ b/sound/soc/amd/acp/Kconfig @@ -34,3 +34,9 @@ config SND_SOC_AMD_MACH_COMMON depends on X86 && PCI && I2C help This option enables common Machine driver module for ACP.
+config SND_SOC_AMD_LEGACY_MACH
- tristate "AMD Legacy Machine Driver Support"
- select SND_SOC_AMD_MACH_COMMON
- help
This option enables legacy sound card support for ACP audio.
Add one more space just before "This" to conform to kernel Kconfig style, please.
--
~Randy