On Thu, 17 Dec 2015 12:35:25 +0100, kbuild test robot wrote:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next head: 64cfd2fd5325dbe24b990dbe003c22f5675d9742 commit: 119a42ac2b249abd6b5195e0606a0d70af2953eb [38/40] ALSA: hda - Move Nvidia-specific check into hda_intel.c config: arm-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/ma... -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 119a42ac2b249abd6b5195e0606a0d70af2953eb # save the attached .config to linux build tree make.cross ARCH=arm
All errors (new ones prefixed by >>):
sound/pci/hda/hda_tegra.c: In function 'hda_tegra_probe':
sound/pci/hda/hda_tegra.c:484:36: error: 'AZX_DCAPS_RIRB_DELAY' undeclared (first use in this function)
const unsigned int driver_flags = AZX_DCAPS_RIRB_DELAY | ^
sound/pci/hda/hda_tegra.c:484:36: note: each undeclared identifier is reported only once for each function it appears in
This was obvious overlooked. Now fixed and pushed out.
thanks,
Takashi