Messages in this thread Patch in this message |  | | | Date | Sat, 20 Dec 1997 00:45:25 +0200 (EET) | | From | Kim Enkovaara <> | | Subject | Gravis Ultrasound and kernel 2.1.73 |
| |
To get GUS working with the new kernels this little patch seems to be needed. I don't know if it is the right way to fix the problem but it seems to get the GUS working because local.h defines the needed CONFIG_GUSHW.
diff -u linux/drivers/sound/sound_config.h linux-u/drivers/sound/sound_config.h --- linux/drivers/sound/sound_config.h Sat Nov 29 20:33:21 1997 +++ linux-u/drivers/sound/sound_config.h Fri Dec 19 23:43:52 1997 @@ -11,7 +11,7 @@ */
-#include "local.h.master" +#include "local.h"
#include "os.h" #include "soundvers.h"
============================================================================= Mr. Kim Enkovaara | kenkovaa@cc.hut.fi | IRC : embo Iirislahdentie 47 E | embo@iki.fi | BBS : telnet mpoli.fi 02230 Espoo,Finland | |
|  |