public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
@ 2023-06-02 12:44 Arnd Bergmann
  2023-06-05  8:58 ` Arnd Bergmann
  2023-06-05 12:22 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-06-02 12:44 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Venkata Prasad Potturu
  Cc: Arnd Bergmann, Vijendar Mukunda, Syed Saba Kareem, Randy Dunlap,
	alsa-devel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

The vangogh driver just gained a link time dependency that now causes
randconfig builds to fail:

x86_64-linux-ld: sound/soc/amd/vangogh/pci-acp5x.o: in function `snd_acp5x_probe':
pci-acp5x.c:(.text+0xbb): undefined reference to `snd_amd_acp_find_config'

Fixes: e89f45edb747e ("ASoC: amd: vangogh: Add check for acp config flags in vangogh platform")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 sound/soc/amd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
index 08e42082f5e96..e724cb3c70b74 100644
--- a/sound/soc/amd/Kconfig
+++ b/sound/soc/amd/Kconfig
@@ -81,6 +81,7 @@ config SND_SOC_AMD_VANGOGH_MACH
 	tristate "AMD Vangogh support for NAU8821 CS35L41"
 	select SND_SOC_NAU8821
 	select SND_SOC_CS35L41_SPI
+	select SND_AMD_ACP_CONFIG
 	depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER
 	help
 	  This option enables machine driver for Vangogh platform
-- 
2.39.2


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

* Re: [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
  2023-06-02 12:44 [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG Arnd Bergmann
@ 2023-06-05  8:58 ` Arnd Bergmann
  2023-06-05 12:36   ` Mark Brown
  2023-06-05 12:22 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2023-06-05  8:58 UTC (permalink / raw)
  To: Arnd Bergmann, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Venkata Prasad Potturu
  Cc: Vijendar Mukunda, Syed Saba Kareem, Randy Dunlap, alsa-devel,
	linux-kernel

On Fri, Jun 2, 2023, at 14:44, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The vangogh driver just gained a link time dependency that now causes
> randconfig builds to fail:
>
> x86_64-linux-ld: sound/soc/amd/vangogh/pci-acp5x.o: in function 
> `snd_acp5x_probe':
> pci-acp5x.c:(.text+0xbb): undefined reference to 
> `snd_amd_acp_find_config'
>
> Fixes: e89f45edb747e ("ASoC: amd: vangogh: Add check for acp config 
> flags in vangogh platform")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Please disregard, this version was incomplete, and I ran into the
same issue again in another randconfig build.

v2 coming up, please use that instead.

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

* Re: [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
  2023-06-02 12:44 [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG Arnd Bergmann
  2023-06-05  8:58 ` Arnd Bergmann
@ 2023-06-05 12:22 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-06-05 12:22 UTC (permalink / raw)
  To: Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Venkata Prasad Potturu, Arnd Bergmann
  Cc: Arnd Bergmann, Vijendar Mukunda, Syed Saba Kareem, Randy Dunlap,
	alsa-devel, linux-kernel

On Fri, 02 Jun 2023 14:44:39 +0200, Arnd Bergmann wrote:
> The vangogh driver just gained a link time dependency that now causes
> randconfig builds to fail:
> 
> x86_64-linux-ld: sound/soc/amd/vangogh/pci-acp5x.o: in function `snd_acp5x_probe':
> pci-acp5x.c:(.text+0xbb): undefined reference to `snd_amd_acp_find_config'
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
      commit: 812a05256d673b2b9c5db906775d1e6625ba4787

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

* Re: [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG
  2023-06-05  8:58 ` Arnd Bergmann
@ 2023-06-05 12:36   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-06-05 12:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Arnd Bergmann, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Venkata Prasad Potturu, Vijendar Mukunda, Syed Saba Kareem,
	Randy Dunlap, alsa-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

On Mon, Jun 05, 2023 at 10:58:25AM +0200, Arnd Bergmann wrote:

> Please disregard, this version was incomplete, and I ran into the
> same issue again in another randconfig build.

> v2 coming up, please use that instead.

I already applied this one before I saw your message...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2023-06-05 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02 12:44 [PATCH] ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG Arnd Bergmann
2023-06-05  8:58 ` Arnd Bergmann
2023-06-05 12:36   ` Mark Brown
2023-06-05 12:22 ` Mark Brown

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