2024-03-12 21:51:49

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the sound-current tree

Hi all,

After merging the sound-current tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

sound/usb/stream.c: In function 'convert_chmap':
sound/usb/stream.c:306:34: error: 'chmaps' undeclared (first use in this function); did you mean 'chmap'?
306 | if (c == chmaps->channels)
| ^~~~~~
| chmap
sound/usb/stream.c:306:34: note: each undeclared identifier is reported only once for each function it appears in

Caused by commit

a94566ace3ca ("ALSA: usb-audio: Stop parsing channels bits when all channels are found.")

I have reverted that commit for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-03-13 08:01:58

by Takashi Iwai

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the sound-current tree

On Tue, 12 Mar 2024 22:51:36 +0100,
Stephen Rothwell wrote:
>
> Hi all,
>
> After merging the sound-current tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> sound/usb/stream.c: In function 'convert_chmap':
> sound/usb/stream.c:306:34: error: 'chmaps' undeclared (first use in this function); did you mean 'chmap'?
> 306 | if (c == chmaps->channels)
> | ^~~~~~
> | chmap
> sound/usb/stream.c:306:34: note: each undeclared identifier is reported only once for each function it appears in
>
> Caused by commit
>
> a94566ace3ca ("ALSA: usb-audio: Stop parsing channels bits when all channels are found.")
>
> I have reverted that commit for today.

My bad, I dropped the bad patch. Sorry for inconvenience.


Takashi