Hi Ryan, [auto build test WARNING on asoc/for-next] [also build test WARNING on v4.9-rc6 next-20161123] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ryan-Lee/ALSA-SoC-MAX98927-driver-Initial-release/20161124-004840 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: tile-allyesconfig (attached as .config) compiler: tilegx-linux-gcc (GCC) 4.6.2 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=tile All warnings (new ones prefixed by >>): sound/soc/codecs/max98927.c:755:2: error: unknown field 'dapm_routes' specified in initializer >> sound/soc/codecs/max98927.c:755:2: warning: initialization from incompatible pointer type [enabled by default] sound/soc/codecs/max98927.c:755:2: warning: (near initialization for 'soc_codec_dev_max98927.remove') [enabled by default] sound/soc/codecs/max98927.c:756:2: error: unknown field 'num_dapm_routes' specified in initializer >> sound/soc/codecs/max98927.c:756:21: warning: initialization makes pointer from integer without a cast [enabled by default] sound/soc/codecs/max98927.c:756:21: warning: (near initialization for 'soc_codec_dev_max98927.suspend') [enabled by default] sound/soc/codecs/max98927.c:757:2: error: unknown field 'dapm_widgets' specified in initializer sound/soc/codecs/max98927.c:757:2: warning: initialization from incompatible pointer type [enabled by default] sound/soc/codecs/max98927.c:757:2: warning: (near initialization for 'soc_codec_dev_max98927.resume') [enabled by default] sound/soc/codecs/max98927.c:758:2: error: unknown field 'num_dapm_widgets' specified in initializer sound/soc/codecs/max98927.c:758:22: warning: missing braces around initializer [-Wmissing-braces] sound/soc/codecs/max98927.c:758:22: warning: (near initialization for 'soc_codec_dev_max98927.component_driver') [-Wmissing-braces] sound/soc/codecs/max98927.c:758:22: warning: initialization makes pointer from integer without a cast [enabled by default] sound/soc/codecs/max98927.c:758:22: warning: (near initialization for 'soc_codec_dev_max98927.component_driver.name') [enabled by default] sound/soc/codecs/max98927.c:759:2: error: unknown field 'controls' specified in initializer sound/soc/codecs/max98927.c:759:2: warning: initialization from incompatible pointer type [enabled by default] sound/soc/codecs/max98927.c:759:2: warning: (near initialization for 'soc_codec_dev_max98927.set_sysclk') [enabled by default] sound/soc/codecs/max98927.c:760:2: error: unknown field 'num_controls' specified in initializer sound/soc/codecs/max98927.c:760:18: warning: initialization makes pointer from integer without a cast [enabled by default] sound/soc/codecs/max98927.c:760:18: warning: (near initialization for 'soc_codec_dev_max98927.set_pll') [enabled by default] vim +755 sound/soc/codecs/max98927.c 749 750 return ret; 751 } 752 753 static const struct snd_soc_codec_driver soc_codec_dev_max98927 = { 754 .probe = max98927_probe, > 755 .dapm_routes = max98927_audio_map, > 756 .num_dapm_routes = ARRAY_SIZE(max98927_audio_map), 757 .dapm_widgets = max98927_dapm_widgets, 758 .num_dapm_widgets = ARRAY_SIZE(max98927_dapm_widgets), 759 .controls = max98927_snd_controls, --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation