[alsa-devel] [sound:for-next 163/166] ./usr/include/sound/hdspm.h:44:2: error: unknown type name '__u32'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next head: bfea224d9250e56ed5475bf72190783a7e1d8e43 commit: 4fa406caf950fd46ae06bccf9a4c72171401d203 [163/166] ALSA: hdspm: Drop linux/types.h inclusion in uapi header config: i386-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.5.0-3) 7.5.0 reproduce: git checkout 4fa406caf950fd46ae06bccf9a4c72171401d203 # save the attached .config to linux build tree make ARCH=i386
If you fix the issue, kindly add following tag Reported-by: kbuild test robot lkp@intel.com
All errors (new ones prefixed by >>):
In file included from <command-line>:32:0:
./usr/include/sound/hdspm.h:44:2: error: unknown type name '__u32'
__u32 input_peaks[64]; ^~~~~ ./usr/include/sound/hdspm.h:45:2: error: unknown type name '__u32' __u32 playback_peaks[64]; ^~~~~ ./usr/include/sound/hdspm.h:46:2: error: unknown type name '__u32' __u32 output_peaks[64]; ^~~~~
./usr/include/sound/hdspm.h:48:2: error: unknown type name '__u64'
__u64 input_rms[64]; ^~~~~ ./usr/include/sound/hdspm.h:49:2: error: unknown type name '__u64' __u64 playback_rms[64]; ^~~~~ ./usr/include/sound/hdspm.h:50:2: error: unknown type name '__u64' __u64 output_rms[64]; ^~~~~
./usr/include/sound/hdspm.h:52:2: error: unknown type name '__u8'
__u8 speed; /* enum {ss, ds, qs} */ ^~~~ ./usr/include/sound/hdspm.h:153:2: error: unknown type name '__u8' __u8 card_type; /* enum hdspm_io_type */ ^~~~ ./usr/include/sound/hdspm.h:156:2: error: unknown type name '__u64' __u64 card_clock; ^~~~~ ./usr/include/sound/hdspm.h:157:2: error: unknown type name '__u32' __u32 master_period; ^~~~~ ./usr/include/sound/hdspm.h:161:4: error: unknown type name '__u8' __u8 sync_wc; /* enum hdspm_sync */ ^~~~ ./usr/include/sound/hdspm.h:162:4: error: unknown type name '__u8' __u8 sync_madi; /* enum hdspm_sync */ ^~~~ ./usr/include/sound/hdspm.h:163:4: error: unknown type name '__u8' __u8 sync_tco; /* enum hdspm_sync */ ^~~~ ./usr/include/sound/hdspm.h:164:4: error: unknown type name '__u8' __u8 sync_in; /* enum hdspm_sync */ ^~~~ ./usr/include/sound/hdspm.h:165:4: error: unknown type name '__u8' __u8 madi_input; /* enum hdspm_madi_input */ ^~~~ ./usr/include/sound/hdspm.h:166:4: error: unknown type name '__u8' __u8 channel_format; /* enum hdspm_madi_channel_format */ ^~~~ ./usr/include/sound/hdspm.h:167:4: error: unknown type name '__u8' __u8 frame_format; /* enum hdspm_madi_frame_format */ ^~~~ ./usr/include/sound/hdspm.h:182:2: error: unknown type name '__u8' __u8 card_type; /* enum hdspm_io_type */ ^~~~
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation
participants (1)
-
kbuild test robot