Re: 2.2.0 Compile problems with compiled-in OSS (SB compatable)

Klaus Kudielka (kudielka@ieee.org)
Wed, 27 Jan 1999 13:03:03 +0900


quick and dirty fix:

--- sb_card.c.orig Tue Jan 26 17:58:30 1999
+++ sb_card.c Tue Jan 26 17:58:48 1999
@@ -113,6 +113,7 @@
}

int sb_be_quiet=0;
+int esstype = 0; /* ESS chip type */

#ifdef MODULE

@@ -136,7 +137,6 @@
int pas2 = 0; /* Set pas2=1 to load this as support for pas2 */
int sm_games = 0; /* Mixer - see sb_mixer.c */
int acer = 0; /* Do acer notebook init */
-int esstype = 0; /* ESS chip type */

MODULE_PARM(io, "i");
MODULE_PARM(irq, "i");

-
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/