Re: [PATCH] ASoC: amd: acp: Fix linker error with SDCA quirks
From: Syed Saba Kareem
Date: Mon Jun 22 2026 - 05:06:08 EST
On 6/19/26 18:38, Julian Braha wrote:
[You don't often get email from julianbraha@xxxxxxxxx. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]Will share a updated V2 version patch.
Hi Syed,
On 6/19/26 13:43, Syed Saba Kareem wrote:
config SND_SOC_ACPI_AMD_SDCA_QUIRKSThis Kconfig file uses tabs instead of spaces. Most of your Kconfig
- tristate
- depends on ACPI
+ bool "AMD ACPI SDCA quirks"
+ depends on SND_SOC_ACPI_AMD_MATCH
depends on SND_SOC_SDCA
+ depends on SND_SOC_ACPI_AMD_MATCH = m || SND_SOC_SDCA = y
+ default y
+ help
+ Enable SDCA quirk support for AMD ACPI match tables.
+ This is compiled into the snd-soc-acpi-amd-match module.
additions are formatted correctly, but one line uses spaces.
- Julian Braha