Re: linux-next: build failure after merge of the sound tree

From: Takashi Iwai

Date: Thu Jun 04 2026 - 11:29:43 EST


On Thu, 04 Jun 2026 17:07:12 +0200,
Mark Brown wrote:
>
> Hi all,
>
> After merging the sound tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> /tmp/next/build/sound/usb/qcom/qc_audio_offload.c:1045:6: error: unused
> variable 'remainder' [-Werror,-Wunused-variable]
> 1045 | u32 remainder;
> | ^~~~~~~~~
> /tmp/next/build/sound/usb/qcom/qc_audio_offload.c:1046:6: error: unused
> variable 'mult' [-Werror,-Wunused-variable]
> 1046 | u32 mult;
> | ^~~~
>
> Caused by commit
>
> f1f16e1809c8f (ALSA: usb-audio: qcom: Use PAGE_ALIGN macro for buffer size calculation)
>
> I have used the tree from next-20260603 instead.

I submitted a fix patch now.


thanks,

Takashi