All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Jordi Mallach <jordi@debian.org>
Cc: alsa-devel@lists.sourceforge.net, stevenk@debian.org,
	madkiss@madkiss.org
Subject: Re: Old Debian patches
Date: Mon, 23 Dec 2002 15:19:11 +0100	[thread overview]
Message-ID: <s5hvg1ku8bk.wl@alsa2.suse.de> (raw)
In-Reply-To: <20021221151722.GA26363@nubol.int.oskuro.net>

Hi Jordi,

thanks for the patches!


At Sat, 21 Dec 2002 16:17:22 +0100,
Jordi Mallach wrote:
> 
> Hello!
> 
> As promised, we've been trying to track down some of the old patches
> lying around in our package for quite soem time. We'd like you guys to
> see if they are still needed so you can apply them upstream, or we can
> get rid of them.
> 
> Bug#141114: improper call to snd_power_lock in ppc (reported against
>             beta12).

already fixed.

> 
> Jack Howarth reported:
> 
> > On debian ppc sid, the new alsa-source 0.9beta12-1 doesn't build
> > the powermac sound driver properly. The current source has an
> > improper call to snd_power_lock which has changed its api. Also
> > the powermac driver builds with unresolved symbols for udelay
> > and mdelay. The attached patch needs to be added to the current
> > alsa-source 0.9+beta12 debian sources to resolve these issues.
> > With this patch the powermac sound module builds and operates fine
> > under Linux 2.4.19pre5.
> 
> 
> --- alsa-driver-0.9.0rc5.orig/alsa-kernel/ppc/keywest.c Mon Feb 25 20:50:13 2002
> +++ alsa-driver-0.9.0rc5/alsa-kernel/ppc/keywest.c      Sun May 12 20:56:25 2002
> @@ -21,6 +21,7 @@
>  
>  #include <sound/driver.h>
>  #include <linux/init.h>
> +#include <linux/delay.h>
>  #include <linux/i2c.h>
>  #include <linux/i2c-dev.h>
>  #include <linux/slab.h>
 
applied to cvs now.


> -----
> Bug#167633: usbaudio fails to build on 2.2 kernels (reported against
>             rc5)
> 
> Aaron M. Ucko provided the following fix:
> 
> 
> --- /usr/src/modules/alsa-driver/usb/usbaudio.c~        2002-10-10 08:25:03.0000
> +++ /usr/src/modules/alsa-driver/usb/usbaudio.c 2002-11-03 19:43:22.000000000 -0
> @@ -171,6 +171,7 @@
>  
>  void snd_compat_usb_driver_claim_interface(struct snd_compat_usb_driver *driver
>  {
> +       struct snd_usb_reg_table *tbl;  
>         if ((tbl = find_matchingUsb_driver(driver)) != NULL)
>                 usb_driver_claim_interface(&tbl->driver, iface, ptr);
>  }
 
already fixed.

> -----
> Bug#142693: depmod problem with provided isapnp (reported against
>             beta12)
> 
> "K-Bay" reported:
> 
> > After initialisation of ALSA version 0.9b12 the depmod complains about
> > problems in snd-isapnp module.
> > 
> > The following patch should get rid of the problem:
> 
> --- isapnp.c    Sat Feb  9 19:30:13 2002
> +++ isapnp.c.fix        Mon Apr  8 11:18:13 2002
> @@ -2094,7 +2094,7 @@
>  static void isapnp_release_resource(struct resource *res)
>  {
>         if (res) {
> -               release_resource(res);
> +               isapnp_release_resource(res);
>                 kfree(res);
>         }
>  }
> 
> We never got feedback from the user when we took over ALSA, so it was
> never applied. I don't know if it's needed/valid.
 
apparently this will cause an infinite loop, won't it?
i haven't seen any isapnp-problems on my 2.2 environment...

so, skipped now.


thanks,

Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

  reply	other threads:[~2002-12-23 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-21 15:17 Old Debian patches Jordi Mallach
2002-12-23 14:19 ` Takashi Iwai [this message]
2002-12-23 16:43   ` Jordi Mallach

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=s5hvg1ku8bk.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=jordi@debian.org \
    --cc=madkiss@madkiss.org \
    --cc=stevenk@debian.org \
    /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.