From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: 1.0.6rc1 packages Date: Thu, 05 Aug 2004 11:42:50 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <20040804213106.GA612@tuba.home> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Thu_Aug__5_11:42:50_2004-1" Return-path: Received: from Cantor.suse.de (cantor.suse.de [195.135.220.2]) by alsa.alsa-project.org (ALSA's E-mail Delivery System) with ESMTP id DF87D1BE for ; Thu, 5 Aug 2004 11:47:50 +0200 (MEST) In-Reply-To: <20040804213106.GA612@tuba.home> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Martin Langer Cc: Jaroslav Kysela , ALSA development List-Id: alsa-devel@alsa-project.org --Multipart_Thu_Aug__5_11:42:50_2004-1 Content-Type: text/plain; charset=US-ASCII At Wed, 4 Aug 2004 23:31:06 +0200, Martin Langer wrote: > > On Wed, Aug 04, 2004 at 08:51:08PM +0200, Jaroslav Kysela wrote: > > Hi all, > > > > the 1.0.6rc1 ALSA packages are available for testing. > > In file included from usbusx2yaudio.c:19: > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c: In function usX2Y_urbs_allocate': > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c:492: __old_i_usX2Y_urb_complete' > undeclared (first use in this function) > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c:492: (Each undeclared identifier > is reported only once > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c:492: for each function it > appears in.) > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c: In function usX2Y_rate_set': > ../../alsa-kernel/usb/usx2y/usbusx2yaudio.c:623: warning: assignment from > incompatible pointer type > usbusx2yaudio.c: At top level: > usbusx2yaudio.c:26: warning: i_usX2Y_urb_complete__old_' defined but not used > > Oh, usx2y needs a fix. This one should fix. Takashi --Multipart_Thu_Aug__5_11:42:50_2004-1 Content-Type: text/plain; charset=US-ASCII Index: alsa-driver/usb/usx2y/usbusx2yaudio.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/usb/usx2y/usbusx2yaudio.c,v retrieving revision 1.17 diff -u -r1.17 usbusx2yaudio.c --- alsa-driver/usb/usx2y/usbusx2yaudio.c 2 Aug 2004 20:48:53 -0000 1.17 +++ alsa-driver/usb/usx2y/usbusx2yaudio.c 5 Aug 2004 09:42:21 -0000 @@ -12,7 +12,7 @@ #endif #ifdef OLD_USB -#define snd_usb_complete_callback(x) __old_ ## x +#define snd_usb_complete_callback(x) x ## __old_ static void i_usX2Y_urb_complete__old_(struct urb *urb); #endif --Multipart_Thu_Aug__5_11:42:50_2004-1-- ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com