Skip to content

Commit 0109ee0

Browse files
superm1broonie
authored andcommitted
ASoC: amd: Fix build dependencies for SND_SOC_AMD_PS
The pci-ps module now must have `SND_SOC_ACPI_AMD_MATCH` selected to reference the `snd_soc_acpi_amd_acp63_sdw_machines` symbol. Fixes: 56d540b ("ASoC: amd: ps: add soundwire machines for acp6.3 platform") Cc: [email protected] Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Mario Limonciello <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 67a0463 commit 0109ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/amd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ config SND_SOC_AMD_SOUNDWIRE
163163
config SND_SOC_AMD_PS
164164
tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support"
165165
select SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE
166+
select SND_SOC_ACPI_AMD_MATCH
166167
depends on X86 && PCI && ACPI
167168
help
168169
This option enables Audio Coprocessor i.e ACP v6.3 support on

0 commit comments

Comments
 (0)