register_sound_special
extern int register_sound_special(const struct file_operations *fops, int unit);
state_unit = register_sound_special(&state_fops, SND_DEV_STATUS);
EXPORT_SYMBOL(register_sound_special);