tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: cb153b68ff91cbc434f3de70ac549e110543e1bb commit: 70a5e96bad592145ba25365689a2d7d8dedb3bd9 [8195/11353] ASoC: codecs: rx-macro: move clk provider to managed variants config: arm-randconfig-r022-20220308 (https://download.01.org/0day-ci/archive/20220309/202203090508.dI9OTyRb-lkp@xxxxxxxxx/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project d271fc04d5b97b12e6b797c6067d3c96a8d7470e) 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 # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # 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=clang make.cross W=1 O=build_dir ARCH=arm 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 >>): >> ld.lld: error: undefined symbol: devm_clk_hw_register >>> referenced by lpass-rx-macro.c >>> soc/codecs/lpass-rx-macro.o:(rx_macro_probe) in archive sound/built-in.a -- >> ld.lld: error: undefined symbol: devm_of_clk_add_hw_provider >>> referenced by lpass-rx-macro.c >>> soc/codecs/lpass-rx-macro.o:(rx_macro_probe) in archive sound/built-in.a -- >> ld.lld: error: undefined symbol: of_clk_hw_simple_get >>> referenced by lpass-rx-macro.c >>> soc/codecs/lpass-rx-macro.o:(rx_macro_probe) in archive sound/built-in.a 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 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx