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

/linux-master/include/linux/
H A Dsound.h13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
/linux-master/sound/
H A Dsound_core.c335 * register_sound_special_device - register a special sound node
347 int register_sound_special_device(const struct file_operations *fops, int unit, function
412 EXPORT_SYMBOL(register_sound_special_device); variable
416 return register_sound_special_device(fops, unit, NULL);
/linux-master/sound/core/
H A Dsound_oss.c122 register1 = register_sound_special_device(f_ops, minor, carddev);
126 register2 = register_sound_special_device(f_ops, track2,

Completed in 140 milliseconds