patch-2.1.105 linux/include/linux/sound.h
Next file: linux/include/linux/videodev.h
Previous file: linux/include/linux/random.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Jun 7 10:37:41 1998
- Orig file:
v2.1.104/linux/include/linux/sound.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.104/linux/include/linux/sound.h linux/include/linux/sound.h
@@ -0,0 +1,13 @@
+/*
+ * Sound core interface functions
+ */
+
+extern int register_sound_special(struct file_operations *, int);
+extern int register_sound_mixer(struct file_operations *fops);
+extern int register_sound_midi(struct file_operations *fops);
+extern int register_sound_dsp(struct file_operations *fops);
+
+extern void unregister_sound_special(int unit);
+extern void unregister_sound_mixer(int unit);
+extern void unregister_sound_midi(int unit);
+extern void unregister_sound_dsp(int unit);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov