[alsa-devel] [asoc:topic/arizona 4/5] sound/soc/codecs/cs47l24.c:1326:24: error: 'arizona' undeclared
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/arizona head: 0809492e894f18cb19f8811f202e95d08e83b7af commit: 31833ead95c2c0a374f35a8ae8148c00459a0d49 [4/5] ASoC: arizona: Move request of speaker IRQs into bus probe config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 31833ead95c2c0a374f35a8ae8148c00459a0d49 # save the attached .config to linux build tree make ARCH=i386
All errors (new ones prefixed by >>):
sound/soc/codecs/cs47l24.c: In function 'cs47l24_remove':
sound/soc/codecs/cs47l24.c:1326:24: error: 'arizona' undeclared (first use in this function)
arizona_free_spk_irqs(arizona); ^~~~~~~ sound/soc/codecs/cs47l24.c:1326:24: note: each undeclared identifier is reported only once for each function it appears in
vim +/arizona +1326 sound/soc/codecs/cs47l24.c
1320 snd_soc_unregister_codec(&pdev->dev); 1321 pm_runtime_disable(&pdev->dev); 1322 1323 wm_adsp2_remove(&cs47l24->core.adsp[1]); 1324 wm_adsp2_remove(&cs47l24->core.adsp[2]); 1325
1326 arizona_free_spk_irqs(arizona);
1327 1328 return 0; 1329 }
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
participants (1)
-
kbuild test robot