summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sb.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-12 23:15:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-12 23:15:27 +0000
commitae38fd1e4c98588314a42097c5a5e77dcef23561 (patch)
treef9f10c203bb9e5fbad4810d1f8774c08dfad20ff /drivers/sound/sb.h
parent466a823d79f41d0713b272e48fd73e494b0588e0 (diff)
Merge with Linux 2.3.50.
Diffstat (limited to 'drivers/sound/sb.h')
-rw-r--r--drivers/sound/sb.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/sound/sb.h b/drivers/sound/sb.h
index b2eef8254..282e644a3 100644
--- a/drivers/sound/sb.h
+++ b/drivers/sound/sb.h
@@ -164,3 +164,13 @@ void sb_audio_close(int dev);
extern int acer;
extern sb_devc *last_sb;
+
+/* From sb_common.c */
+void sb_dsp_disable_midi(int port);
+void sb_dsp_disable_recording(int port);
+void attach_sbmpu (struct address_info *hw_config);
+int probe_sbmpu (struct address_info *hw_config);
+void unload_sbmpu (struct address_info *hw_config);
+
+void unload_sb16(struct address_info *hw_info);
+void unload_sb16midi(struct address_info *hw_info);