patch-2.2.17 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/sb_ess.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Sep 4 18:39:21 2000
- Orig file:
v2.2.16/drivers/sound/sound_core.c
- Orig date:
Mon Sep 4 18:37:37 2000
diff -u --recursive --new-file v2.2.16/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -80,7 +80,13 @@
extern int init_solo1(void);
#endif
#ifdef CONFIG_SOUND_YMPCI
-extern init_ymf7xxsb_module();
+extern int init_ymf7xxsb_module(void);
+#endif
+#ifdef CONFIG_SOUND_FUSION
+extern int cs_probe(void);
+#endif
+#ifdef CONFIG_SOUND_EMU10K1
+extern int init_emu10k1(void);
#endif
/*
@@ -442,6 +448,15 @@
#endif
#ifdef CONFIG_SOUND_YMPCI
init_ymf7xxsb_module();
+#endif
+#ifdef CONFIG_SOUND_FUSION
+ cs_probe();
+#endif
+#ifdef CONFIG_SOUND_CS4281
+ cs4281_probe();
+#endif
+#ifdef CONFIG_SOUND_EMU10K1
+ init_emu10k1();
#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)