Re: Oops in AWE synth driver

Grisha Vasilyev (acid@pe.ti.chernigov.ua)
Mon, 17 May 1999 09:30:03 +0300 (EEST)


> If you include the AWE driver in kernel then a similar oops is seen on
> boot, the trace is from trying to install the module.
> The kernel version is 2.3.2, my soundcard is non-pnp SoundBlaster
> AWE32
> with 2x4meg SIMMS on board.

maybe this helps?

----------------------------
--- awe_wave.c.orig Sat May 15 10:35:17 1999
+++ awe_wave.c Sat May 15 10:35:23 1999
@@ -979,7 +979,7 @@
}
#else

-static struct wait_queue *awe_sleeper = NULL;
+static DECLARE_WAIT_QUEUE_HEAD(awe_sleeper);
static void awe_wait(unsigned short delay)
{
interruptible_sleep_on_timeout(&awe_sleeper, (HZ * (unsigned long)delay + 44099) / 44100);
----------------------

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