All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Martin Langer <martin-langer@gmx.de>
Cc: Jaroslav Kysela <perex@suse.cz>,
	ALSA development <alsa-devel@alsa-project.org>
Subject: Re: 1.0.6rc1 packages
Date: Thu, 05 Aug 2004 11:42:50 +0200	[thread overview]
Message-ID: <s5hk6wdj4yt.wl@alsa2.suse.de> (raw)
In-Reply-To: <20040804213106.GA612@tuba.home>

[-- Attachment #1: Type: text/plain, Size: 994 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 593 bytes --]

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
 

  reply	other threads:[~2004-08-05  9:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-04 18:51 1.0.6rc1 packages Jaroslav Kysela
2004-08-04 21:31 ` Martin Langer
2004-08-05  9:42   ` Takashi Iwai [this message]
2004-08-05 10:17     ` Clemens Ladisch
2004-08-05 19:29       ` Martin Langer
2004-08-04 22:17 ` James Courtier-Dutton
2004-08-04 22:53   ` Rui Nuno Capela
2004-08-05  7:48     ` Martin Langer
2004-08-05  9:44       ` Rui Nuno Capela
2004-08-05 19:52         ` Martin Langer
2004-08-05 19:41 ` Giuliano Pochini
2004-08-06 20:50   ` Martin Langer
2004-08-05 20:38 ` Dominique Dumont

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hk6wdj4yt.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=martin-langer@gmx.de \
    --cc=perex@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.