diff options
Diffstat (limited to 'include/linux/sound.h')
-rw-r--r-- | include/linux/sound.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/sound.h b/include/linux/sound.h index bc9335801..4921b90e2 100644 --- a/include/linux/sound.h +++ b/include/linux/sound.h @@ -2,11 +2,11 @@ * 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 int register_sound_synth(struct file_operations *fops); +extern int register_sound_special(struct file_operations *fops, int unit); +extern int register_sound_mixer(struct file_operations *fops, int dev); +extern int register_sound_midi(struct file_operations *fops, int dev); +extern int register_sound_dsp(struct file_operations *fops, int dev); +extern int register_sound_synth(struct file_operations *fops, int dev); extern void unregister_sound_special(int unit); extern void unregister_sound_mixer(int unit); |