This is a note to let you know that I've just added the patch titled ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-amd-vangogh-select-config_snd_amd_acp_config.patch and it can be found in the queue-6.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 812a05256d673b2b9c5db906775d1e6625ba4787 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann <arnd@xxxxxxxx> Date: Fri, 2 Jun 2023 14:44:39 +0200 Subject: ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG From: Arnd Bergmann <arnd@xxxxxxxx> commit 812a05256d673b2b9c5db906775d1e6625ba4787 upstream. 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@xxxxxxxx> Link: https://lore.kernel.org/r/20230602124447.863476-1-arnd@xxxxxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/amd/Kconfig | 1 + 1 file changed, 1 insertion(+) --- 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 Patches currently in stable-queue which might be from arnd@xxxxxxxx are queue-6.4/soc-aspeed-socinfo-add-kfree-for-kstrdup.patch queue-6.4/iopoll-call-cpu_relax-in-busy-loops.patch queue-6.4/asoc-amd-vangogh-select-config_snd_amd_acp_config.patch queue-6.4/soc-aspeed-uart-routing-use-__sysfs_match_string.patch