Home
last modified time | relevance | path

Searched refs:register_sound_special_device (Results 1 – 3 of 3) sorted by relevance

/linux/sound/
A Dsound_core.c350 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() function
415 EXPORT_SYMBOL(register_sound_special_device);
419 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
/linux/sound/core/
A Dsound_oss.c123 register1 = register_sound_special_device(f_ops, minor, carddev); in snd_register_oss_device()
127 register2 = register_sound_special_device(f_ops, track2, in snd_register_oss_device()
/linux/include/linux/
A Dsound.h13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic…

Completed in 4 milliseconds