2010-06-24 03:03:52

by Stephen Rothwell

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

Hi Takashi,

After merging the sound tree, today's linux-next build (x86_64
allmodconfig) failed like this:

sound/usb/mixer.c: In function 'get_ctl_value_v1':
sound/usb/mixer.c:308: error: 'struct usb_mixer_interface' has no member named 'ctrlif'

Caused by commit 3d8d4dcfd423b01ef7ea7c3c97720764b7adb6df ("ALSA:
usb-audio: simplify control interface access"). Grep is your friend ...

I have used the sound tree from next-20100623 for today.
--
Cheers,
Stephen Rothwell [email protected]
http://www.canb.auug.org.au/~sfr/


Attachments:
(No filename) (549.00 B)
(No filename) (198.00 B)
Download all attachments

2010-06-24 06:11:04

by Takashi Iwai

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

At Thu, 24 Jun 2010 13:03:41 +1000,
Stephen Rothwell wrote:
>
> Hi Takashi,
>
> After merging the sound tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> sound/usb/mixer.c: In function 'get_ctl_value_v1':
> sound/usb/mixer.c:308: error: 'struct usb_mixer_interface' has no member named 'ctrlif'
>
> Caused by commit 3d8d4dcfd423b01ef7ea7c3c97720764b7adb6df ("ALSA:
> usb-audio: simplify control interface access"). Grep is your friend ...
>
> I have used the sound tree from next-20100623 for today.

Fixed now. I've forgotten the build tests with debug options...


thanks,

Takashi

2010-06-28 16:33:23

by Daniel Mack

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

On Thu, Jun 24, 2010 at 08:11:00AM +0200, Takashi Iwai wrote:
> At Thu, 24 Jun 2010 13:03:41 +1000,
> Stephen Rothwell wrote:
> >
> > Hi Takashi,
> >
> > After merging the sound tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > sound/usb/mixer.c: In function 'get_ctl_value_v1':
> > sound/usb/mixer.c:308: error: 'struct usb_mixer_interface' has no member named 'ctrlif'
> >
> > Caused by commit 3d8d4dcfd423b01ef7ea7c3c97720764b7adb6df ("ALSA:
> > usb-audio: simplify control interface access"). Grep is your friend ...
> >
> > I have used the sound tree from next-20100623 for today.
>
> Fixed now. I've forgotten the build tests with debug options...

Oops, sorry and thanks for fixing this up!

Daniel