Messages in this thread Patch in this message |  | | | From | Iain Lowe <> | | Subject | Trivial patch to cmpci.c | | Date | Thu, 20 Jan 2000 08:42:04 -0500 |
I don't know how this slipped by but it only causes problems when CM8338
support is compiled into the kernel (no problems as a module). It's a no-brainer
but I've attached my patch for 2.3.39.
I'm not sure where this started but I know that I had problems back in 2.3.33.
Iain Lowe--- linux/drivers/sound/cmpci.c.orig Wed Jan 19 16:18:09 2000
+++ linux/drivers/sound/cmpci.c Wed Jan 19 16:28:58 2000
@@ -2315,7 +2315,7 @@
#ifdef CONFIG_SOUND_CMPCI_REAR
static int rear_out = 1;
#else
-static int read_out = 0;
+static int rear_out = 0;
#endif
int __init init_cmpci(void) |  |