lkml.org 
[lkml]   [2002]   [Dec]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 18 Dec 2002 10:21:35 -0800
FromGreg KH <>
SubjectRe: ALSA update
> ChangeSet 1.885.1.5, 2002/12/18 10:13:22+01:00, perex@suse.cz
<snip>

> diff -Nru a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c
> --- a/sound/usb/usbaudio.c	Wed Dec 18 10:07:34 2002
> +++ b/sound/usb/usbaudio.c	Wed Dec 18 10:07:34 2002
> @@ -526,7 +526,11 @@>  /*
>   * complete callback from data urb
>   */
> +#ifndef OLD_USB
>  static void snd_complete_urb(struct urb *urb, struct pt_regs *regs)
> +#else
> +static void snd_complete_urb(struct urb *urb)
> +#endif
>  {
>  	snd_urb_ctx_t *ctx = (snd_urb_ctx_t *)urb->context;
>  	snd_usb_substream_t *subs = ctx->subs;
> @@ -551,7 +555,11 @@
>  /*
>   * complete callback from sync urb
>   */
> +#ifndef OLD_USB
>  static void snd_complete_sync_urb(struct urb *urb, struct pt_regs *regs)
> +#else
> +static void snd_complete_sync_urb(struct urb *urb)
> +#endif
>  {
>  	snd_urb_ctx_t *ctx = (snd_urb_ctx_t *)urb->context;
>  	snd_usb_substream_t *subs = ctx->subs;
> @@ -583,6 +591,9 @@

Ick, you're kidding me, right?  Why do this?  Are you trying to keep a
common code base with 2.4 and 2.5 USB drivers?  If so, I don't recommend
it, as the code will be sprinkled with these ifdef's...

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:31    [from the cache]
©2003-2008