patch-2.2.11 linux/drivers/sound/sound_calls.h

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

diff -u --recursive --new-file v2.2.10/linux/drivers/sound/sound_calls.h linux/drivers/sound/sound_calls.h
@@ -157,6 +157,7 @@
 /*	From mpu401.c */
 void attach_mpu401(struct address_info * hw_config);
 int probe_mpu401(struct address_info *hw_config);
+int intchk_mpu401(void *dev_id);
 void mpuintr(int irq, void *dev_id, struct pt_regs * dummy);
 
 /*	From uart6850.c */
@@ -256,21 +257,39 @@
 void unload_trix_mpu(struct address_info *hw_info);
 void unload_cs4232(struct address_info *hw_info);
 void unload_cs4232_mpu(struct address_info *hw_info);
+void unload_opl3sa_wss(struct address_info *hw_info);
+void unload_opl3sa_sb(struct address_info *hw_info);
+void unload_opl3sa_mpu(struct address_info *hw_info);
 void unload_opl3sa2(struct address_info *hw_info);
 void unload_opl3sa2_mpu(struct address_info *hw_info);
+void unload_opl3sa2_mss(struct address_info *hw_info);
+void unload_softsyn (struct address_info *hw_config);
 
-/* From cs4232.c */
-
+/*	From cs4232.c */
 int probe_cs4232 (struct address_info *hw_config);
 void attach_cs4232 (struct address_info *hw_config);
 int probe_cs4232_mpu (struct address_info *hw_config);
 void attach_cs4232_mpu (struct address_info *hw_config);
 
-/* From opl3sa2.c */
+/*	From opl3sa.c */
+void attach_opl3sa_wss (struct address_info *hw_config);
+int probe_opl3sa_wss (struct address_info *hw_config);
+void attach_opl3sa_sb (struct address_info *hw_config);
+int probe_opl3sa_sb (struct address_info *hw_config);
+void attach_opl3sa_mpu (struct address_info *hw_config);
+int probe_opl3sa_mpu (struct address_info *hw_config);
+
+/*	From opl3sa2.c */
 int probe_opl3sa2 (struct address_info *hw_config);
 void attach_opl3sa2 (struct address_info *hw_config);
 int probe_opl3sa2_mpu (struct address_info *hw_config);
 void attach_opl3sa2_mpu (struct address_info *hw_config);
+int probe_opl3sa2_mss (struct address_info *hw_config);
+void attach_opl3sa2_mss (struct address_info *hw_config);
+
+/*	From softoss.c */
+void attach_softsyn_card (struct address_info *hw_config);
+int probe_softsyn (struct address_info *hw_config);
 
 /*	From maui.c */
 void attach_maui(struct address_info * hw_config);
@@ -291,12 +310,12 @@
 int probe_waveartist(struct address_info *hw_config);
 void unload_waveartist(struct address_info *hw_config);
 
-/*      From wavefront.c */
+/*	From wavefront.c */
 void attach_wavefront (struct address_info *hw_config);
 int probe_wavefront (struct address_info *hw_config);
 void unload_wavefront (struct address_info *hw_config);
 
-/*      From wf_midi.c */
+/*	From wf_midi.c */
 void attach_wf_mpu(struct address_info * hw_config);
 int probe_wf_mpu(struct address_info *hw_config);
 void unload_wf_mpu(struct address_info *hw_config);

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