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

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