tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c commit: 70a5e96bad592145ba25365689a2d7d8dedb3bd9 [8196/11713] ASoC: codecs: rx-macro: move clk provider to managed variants config: ia64-randconfig-r012-20220309 (https://download.01.org/0day-ci/archive/20220309/202203092240.M57jHVA7-lkp@xxxxxxxxx/config) compiler: ia64-linux-gcc (GCC) 11.2.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=70a5e96bad592145ba25365689a2d7d8dedb3bd9 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 70a5e96bad592145ba25365689a2d7d8dedb3bd9 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): `adc3xxx_i2c_remove' referenced in section `.data' of sound/soc/codecs/tlv320adc3xxx.o: defined in discarded section `.exit.text' of sound/soc/codecs/tlv320adc3xxx.o ia64-linux-ld: sound/soc/codecs/lpass-rx-macro.o: in function `rx_macro_probe': lpass-rx-macro.c:(.text+0x1d12): undefined reference to `__clk_get_name' >> ia64-linux-ld: lpass-rx-macro.c:(.text+0x1da2): undefined reference to `devm_clk_hw_register' >> ia64-linux-ld: lpass-rx-macro.c:(.text+0x1dc0): undefined reference to `of_clk_hw_simple_get' >> ia64-linux-ld: lpass-rx-macro.c:(.text+0x1dd2): undefined reference to `devm_of_clk_add_hw_provider' ia64-linux-ld: sound/soc/codecs/lpass-tx-macro.o: in function `tx_macro_remove': lpass-tx-macro.c:(.text+0x852): undefined reference to `of_clk_del_provider' ia64-linux-ld: sound/soc/codecs/lpass-tx-macro.o: in function `tx_macro_probe': lpass-tx-macro.c:(.text+0x18f2): undefined reference to `__clk_get_name' ia64-linux-ld: lpass-tx-macro.c:(.text+0x1982): undefined reference to `clk_hw_register' ia64-linux-ld: lpass-tx-macro.c:(.text+0x1992): undefined reference to `of_clk_src_simple_get' ia64-linux-ld: lpass-tx-macro.c:(.text+0x19b2): undefined reference to `of_clk_add_provider' ia64-linux-ld: net/core/sock.o: in function `sk_destruct': sock.c:(.text+0x4752): undefined reference to `__sk_defer_free_flush' Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for SND_SOC_LPASS_RX_MACRO Depends on SOUND && !UML && SND && SND_SOC && COMMON_CLK Selected by - SND_SOC_SC7280 && SOUND && !UML && SND && SND_SOC && SND_SOC_QCOM && I2C && SOUNDWIRE WARNING: unmet direct dependencies detected for SND_SOC_LPASS_TX_MACRO Depends on SOUND && !UML && SND && SND_SOC && COMMON_CLK Selected by - SND_SOC_SC7280 && SOUND && !UML && SND && SND_SOC && SND_SOC_QCOM && I2C && SOUNDWIRE WARNING: unmet direct dependencies detected for SND_SOC_WCD938X Depends on SOUND && !UML && SND && SND_SOC && SND_SOC_WCD938X_SDW && (SOUNDWIRE || !SOUNDWIRE Selected by - SND_SOC_SC7280 && SOUND && !UML && SND && SND_SOC && SND_SOC_QCOM && I2C && SOUNDWIRE --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx