5 Jun
2023
5 Jun
'23
10:58 a.m.
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.