mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: amd: Fix dependency for SPI master
@ 2021-12-01 17:43 Lucas Tanure
  2021-12-01 17:43 ` [PATCH 2/2] ASoC: cs35l41: Fix undefined reference to core functions Lucas Tanure
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lucas Tanure @ 2021-12-01 17:43 UTC (permalink / raw)
  To: Len Brown, Takashi Iwai, Liam Girdwood, Jaroslav Kysela, Mark Brown
  Cc: alsa-devel, patches, linux-kernel, Lucas Tanure, kernel test robot

Select SPI_MASTER as is using CS35L41 SPI driver

Fixes: 96792fdd77cd1 ("ASoC: amd: enable vangogh platform machine driver build")

Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com>
Reported-by: kernel test robot <lkp@intel.com>
---
 sound/soc/amd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
index 092966ff5ea7..8961b8fd23eb 100644
--- a/sound/soc/amd/Kconfig
+++ b/sound/soc/amd/Kconfig
@@ -68,7 +68,7 @@ config SND_SOC_AMD_VANGOGH_MACH
 	tristate "AMD Vangogh support for NAU8821 CS35L41"
 	select SND_SOC_NAU8821
 	select SND_SOC_CS35L41_SPI
-	depends on SND_SOC_AMD_ACP5x && I2C
+	depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER
 	help
 	  This option enables machine driver for Vangogh platform
 	  using NAU8821 and CS35L41 codecs.
-- 
2.34.1


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

end of thread, other threads:[~2021-12-02 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 17:43 [PATCH 1/2] ASoC: amd: Fix dependency for SPI master Lucas Tanure
2021-12-01 17:43 ` [PATCH 2/2] ASoC: cs35l41: Fix undefined reference to core functions Lucas Tanure
2021-12-01 17:49 ` [PATCH 1/2] ASoC: amd: Fix dependency for SPI master Mark Brown
2021-12-02 13:40 ` Mark Brown

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

all inboxes | Powered by JetHome®