register_sound_special_device — register a special sound node
int register_sound_special_device
(const struct file_operations * fops, int unit, struct device * dev);
File operations for the driver
Unit number to allocate
device pointer
Allocate a special sound device by minor number from the sound subsystem. The allocated number is returned on succes. On failure a negative error code is returned.