On Fri, Jun 2, 2023, at 14:44, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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> 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.