Re: linux-next: Tree for Mar 5 (sound/soc/codecs/wcd934x.o)
On 3/4/20 10:55 PM, Stephen Rothwell wrote:
Hi all,
Changes since 20200304:
on x86_64:
CONFIG_MFD_WCD934X=m CONFIG_SND_SOC_WCD934X=y
ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_trigger': wcd934x.c:(.text+0x754): undefined reference to `slim_stream_prepare' ld: wcd934x.c:(.text+0x768): undefined reference to `slim_stream_enable' ld: wcd934x.c:(.text+0x797): undefined reference to `slim_stream_unprepare' ld: wcd934x.c:(.text+0x7ab): undefined reference to `slim_stream_disable' ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_codec_probe': wcd934x.c:(.text+0x4c6c): undefined reference to `of_slim_get_device' ld: wcd934x.c:(.text+0x4cd4): undefined reference to `slim_get_logical_addr' ld: wcd934x.c:(.text+0x4cfe): undefined reference to `__regmap_init_slimbus' ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_hw_params': wcd934x.c:(.text+0x6027): undefined reference to `slim_stream_allocate'
Full randconfig file is attached.
Hi Randy,
On Thu, Mar 5, 2020 at 5:49 PM Randy Dunlap rdunlap@infradead.org wrote:
On 3/4/20 10:55 PM, Stephen Rothwell wrote:
Changes since 20200304:
on x86_64:
CONFIG_MFD_WCD934X=m CONFIG_SND_SOC_WCD934X=y
ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_trigger': wcd934x.c:(.text+0x754): undefined reference to `slim_stream_prepare' ld: wcd934x.c:(.text+0x768): undefined reference to `slim_stream_enable' ld: wcd934x.c:(.text+0x797): undefined reference to `slim_stream_unprepare' ld: wcd934x.c:(.text+0x7ab): undefined reference to `slim_stream_disable' ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_codec_probe': wcd934x.c:(.text+0x4c6c): undefined reference to `of_slim_get_device' ld: wcd934x.c:(.text+0x4cd4): undefined reference to `slim_get_logical_addr' ld: wcd934x.c:(.text+0x4cfe): undefined reference to `__regmap_init_slimbus' ld: sound/soc/codecs/wcd934x.o: in function `wcd934x_hw_params': wcd934x.c:(.text+0x6027): undefined reference to `slim_stream_allocate'
This is fixed by: https://lore.kernel.org/linux-doc/20200302062340.21453-1-masahiroy@kernel.or...
Gr{oetje,eeting}s,
Geert
participants (2)
-
Geert Uytterhoeven
-
Randy Dunlap