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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsound.h35 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/
H A Dsound_core.c315 * register_sound_special_device - register a special sound node
325 int register_sound_special_device(const struct file_operations *fops, int unit, function
387 EXPORT_SYMBOL(register_sound_special_device); variable
391 return register_sound_special_device(fops, unit, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dsound_oss.c139 register1 = register_sound_special_device(f_ops, minor, carddev);
143 register2 = register_sound_special_device(f_ops, track2,

Completed in 119 milliseconds