patch-2.2.12 linux/drivers/sound/sound_core.c

Next file: linux/drivers/sound/vwsnd.c
Previous file: linux/drivers/sound/sb_ess.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.11/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -67,6 +67,9 @@
 #ifdef CONFIG_SOUND_MSNDPIN
 extern int msnd_pinnacle_init(void);
 #endif
+#ifdef CONFIG_SOUND_ESSSOLO1
+extern int init_solo1(void);
+#endif
 
 /*
  *	Low level list operator. Scan the ordered list, find a hole and
@@ -395,6 +398,9 @@
 	/*
 	 *	Now init non OSS drivers
 	 */
+#ifdef CONFIG_SOUND_VWSND
+	init_vwsnd();
+#endif
 #ifdef CONFIG_SOUND_SONICVIBES
 	init_sonicvibes();
 #endif
@@ -409,6 +415,9 @@
 #endif
 #ifdef CONFIG_SOUND_MSNDPIN
 	msnd_pinnacle_init();
+#endif
+#ifdef CONFIG_SOUND_ESSSOLO1
+	init_solo1();
 #endif
 	return 0;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)