Marko Kreen <[EMAIL PROTECTED]> wrote:

>Reproducible oops: 'gmix -i --sm-disable' on test9-pre2.

The fix exists but it seems it isn't merged yet.

>----------------------------------
--- soundcard.c.orig    Tue Sep 19 12:37:52 2000
+++ soundcard.c Tue Sep 19 12:38:45 2000
@@ -267,6 +267,7 @@
        DEB(printk("sound_release(dev=%d)\n", dev));
        switch (dev & 0x0f) {
        case SND_DEV_CTL:
+               dev >>= 4;
                if (mixer_devs[dev]->owner)
                        __MOD_DEC_USE_COUNT (mixer_devs[dev]->owner);
                break;
>----------------------------------


-- 
  _   x    ___   [EMAIL PROTECTED] (Peter Steiner)
 / \_/_\_ /,--' Linux User #55148 (http://counter.li.org/)
 \/>'~~~~//
   \_____/ perl -e'while(<>){s/=\n//g;s/=([\dA-F]{2})/chr(hex($1))/eg;print;}'
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to