Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: Fix build dependencies for `SND_SOC_AMD_PS`
@ 2024-11-18  2:55 Mario Limonciello
  2024-11-19 15:45 ` Mario Limonciello
  2024-11-19 20:28 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Mario Limonciello @ 2024-11-18  2:55 UTC (permalink / raw)
  To: Mark Brown, Jaroslav Kysela, Takashi Iwai, Vijendar Mukunda
  Cc: open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list, Mario Limonciello, kernel test robot

From: Mario Limonciello <mario.limonciello@amd.com>

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: 56d540befd59 ("ASoC: amd: ps: add soundwire machines for acp6.3 platform")
Cc: Vijendar.Mukunda@amd.com
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411180658.mIeWje2V-lkp@intel.com/
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 sound/soc/amd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
index 6dec44f516c13..c7590d4989bba 100644
--- a/sound/soc/amd/Kconfig
+++ b/sound/soc/amd/Kconfig
@@ -163,6 +163,7 @@ config SND_SOC_AMD_SOUNDWIRE
 config SND_SOC_AMD_PS
         tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support"
 	select SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE
+	select SND_SOC_ACPI_AMD_MATCH
         depends on X86 && PCI && ACPI
         help
           This option enables Audio Coprocessor i.e ACP v6.3 support on
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-19 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  2:55 [PATCH] ASoC: amd: Fix build dependencies for `SND_SOC_AMD_PS` Mario Limonciello
2024-11-19 15:45 ` Mario Limonciello
2024-11-19 20:28 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox