patch-2.2.16 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/pss.c
Back to the patch index
Back to the overall index
- Lines: 46
- Date:
Wed Jun 7 14:26:43 2000
- Orig file:
v2.2.15/linux/drivers/sound/sound_core.c
- Orig date:
Tue Jan 4 10:12:22 2000
diff -urN v2.2.15/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -58,6 +58,12 @@
#ifdef CONFIG_SOUND_MAESTRO
extern int init_maestro(void);
#endif
+#ifdef CONFIG_SOUND_TRIDENT
+extern int init_trident(void);
+#endif
+#ifdef CONFIG_SOUND_ICH
+extern int i810_probe(void);
+#endif
#ifdef CONFIG_SOUND_ES1370
extern int init_es1370(void);
#endif
@@ -73,6 +79,9 @@
#ifdef CONFIG_SOUND_ESSSOLO1
extern int init_solo1(void);
#endif
+#ifdef CONFIG_SOUND_YMPCI
+extern init_ymf7xxsb_module();
+#endif
/*
* Low level list operator. Scan the ordered list, find a hole and
@@ -416,6 +425,9 @@
#ifdef CONFIG_SOUND_MAESTRO
init_maestro();
#endif
+#ifdef CONFIG_SOUND_TRIDENT
+ init_trident();
+#endif
#ifdef CONFIG_SOUND_MSNDCLAS
msnd_classic_init();
#endif
@@ -424,6 +436,12 @@
#endif
#ifdef CONFIG_SOUND_ESSSOLO1
init_solo1();
+#endif
+#ifdef CONFIG_SOUND_ICH
+ i810_probe();
+#endif
+#ifdef CONFIG_SOUND_YMPCI
+ init_ymf7xxsb_module();
#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)