Prev: [PATCH v2] block: Don't count_vm_events for discard bio in submit_bio.
Next: [RFC 4/5] x86, Use NMI return notifier in MCE
From: Stephen Rothwell on 23 Jun 2010 23:10 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 sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Takashi Iwai on 24 Jun 2010 02:20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Daniel Mack on 28 Jun 2010 12:40
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |