On Wed, Jun 03, 2015 at 04:51:49AM +0800, kbuild test robot wrote:
tree: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/arizona head: 69a6582eeb17dc083b2510f1ca2eaa54ff679b49 commit: 21a37e39e02d7f57691219fee88cf1d48a74e5bd [1/7] ASoC: arizona: Use auto disable muxes for routing config: xtensa-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 21a37e39e02d7f57691219fee88cf1d48a74e5bd # save the attached .config to linux build tree make.cross ARCH=xtensa
All error/warnings:
In file included from sound/soc/codecs/wm5102.c:33:0:
include/linux/mfd/arizona/registers.h:646:50: error: expected ')' before numeric constant
#define ARIZONA_EQ1MIX_INPUT_1_SOURCE 0x880
Seems to just a false positive because the patch adding SOC_VALUE_ENUM_SINGLE_AUTODISABLE_DECL isn't on the topic/arizona branch. I assume this will sort itself out as the branches merge through.
Thanks, Charles