tree: https://github.com/AsahiLinux/linux bits/070-audio head: 82616e38df8f451aee5113a11de380e620c53035 commit: d5d1801bf6c43470e66b526da0f6b427754e1f9b [14/47] ASoC: tas2764: Extend driver to SN012776 config: m68k-randconfig-r016-20221017 compiler: m68k-linux-gcc (GCC) 12.1.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://github.com/AsahiLinux/linux/commit/d5d1801bf6c43470e66b526da0f6b427754e1f9b git remote add asahilinux https://github.com/AsahiLinux/linux git fetch --no-tags asahilinux bits/070-audio git checkout d5d1801bf6c43470e66b526da0f6b427754e1f9b # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash sound/soc/codecs/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> sound/soc/codecs/tas2764.c:739:34: warning: array 'tas2764_of_match' assumed to have one element 739 | static const struct of_device_id tas2764_of_match[]; | ^~~~~~~~~~~~~~~~ vim +/tas2764_of_match +739 sound/soc/codecs/tas2764.c 738 > 739 static const struct of_device_id tas2764_of_match[]; 740 -- 0-DAY CI Kernel Test Service https://01.org/lkp