patch-2.2.14 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/sscape.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jan 4 10:12:22 2000
- Orig file:
v2.2.13/linux/drivers/sound/sound_core.c
- Orig date:
Tue Oct 19 17:10:38 1999
diff -u --recursive --new-file v2.2.13/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -55,6 +55,9 @@
#ifdef CONFIG_SOUND_SONICVIBES
extern int init_sonicvibes(void);
#endif
+#ifdef CONFIG_SOUND_MAESTRO
+extern int init_maestro(void);
+#endif
#ifdef CONFIG_SOUND_ES1370
extern int init_es1370(void);
#endif
@@ -409,6 +412,9 @@
#endif
#ifdef CONFIG_SOUND_ES1371
init_es1371();
+#endif
+#ifdef CONFIG_SOUND_MAESTRO
+ init_maestro();
#endif
#ifdef CONFIG_SOUND_MSNDCLAS
msnd_classic_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)