Searched refs:register_sound_special (Results 1 – 4 of 4) sorted by relevance
34 extern int register_sound_special(const struct file_operations *fops, int unit);
427 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() function432 EXPORT_SYMBOL(register_sound_special);
517 seq1=register_sound_special(&oss_sound_fops, 1); in create_special_devices()520 seq2=register_sound_special(&oss_sound_fops, 8); in create_special_devices()567 if (!register_sound_special(&oss_sound_fops, minor)) in oss_init()
1373 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()