On Fri, 09 Aug 2024 03:22:52 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/usb/caiaq/audio.c: In function 'snd_usb_caiaq_pcm_prepare': > sound/usb/caiaq/audio.c:179:41: error: unused variable 'i' [-Werror=unused-variable] > 179 | int bytes_per_sample, bpp, ret, i; > | ^ > cc1: all warnings being treated as errors > > Caused by commit > > e95b9f7f2ee0 ("ALSA: snd-usb-caiaq: use snd_pcm_rate_to_rate_bit") > > I used the sound tree from next-20240808 for today. Thanks, I corrected now. Takashi