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 ]

Hi Syed,

On 6/19/26 13:43, Syed Saba Kareem wrote:

config SND_SOC_ACPI_AMD_SDCA_QUIRKS
- 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.
This Kconfig file uses tabs instead of spaces. Most of your Kconfig
additions are formatted correctly, but one line uses spaces.

- Julian Braha
Will share a updated V2 version patch.