On Sun, 30 Jun 2024 08:53:15 +0200, Jerome Brunet wrote: > > On Sun 30 Jun 2024 at 07:29, kernel test robot <lkp@xxxxxxxxx> wrote: > > > Hi Jerome, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on tiwai-sound/for-next] > > [also build test ERROR on tiwai-sound/for-linus broonie-sound/for-next linus/master v6.10-rc5 next-20240628] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Jerome-Brunet/ALSA-pcm-add-support-for-128kHz-sample-rate/20240629-201915 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next > > patch link: https://lore.kernel.org/r/20240628122429.2018059-2-jbrunet%40baylibre.com > > patch subject: [PATCH 1/3] ALSA: pcm: add support for 128kHz sample rate > > config: i386-buildonly-randconfig-004-20240630 > > compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 > > reproduce (this is a W=1 build): > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > > | Closes: https://lore.kernel.org/oe-kbuild-all/202406300718.iL828kaG-lkp@xxxxxxxxx/ > > > > All errors (new ones prefixed by >>): > > > >>> sound/usb/caiaq/audio.c:179:2: error: #error "Change this table" > > #error "Change this table" > > ^~~~~ > > > > > > vim +179 sound/usb/caiaq/audio.c > > > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 176 > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 177 /* this should probably go upstream */ > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 178 #if SNDRV_PCM_RATE_5512 != 1 << 0 || SNDRV_PCM_RATE_192000 != 1 << 12 > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 @179 #error "Change this table" > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 180 #endif > > 523f1dce37434a sound/usb/caiaq/caiaq-audio.c Daniel Mack 2007-03-26 181 > > This file is not in mainline or > https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next > branch ... It's sound/usb/caiaq/audio.c. Takashi