Searched refs:oss_sound_fops (Results 1 – 3 of 3) sorted by relevance
161 int i = register_sound_dsp(&oss_sound_fops, -1); in sound_alloc_audiodev()172 int i = register_sound_midi(&oss_sound_fops, -1); in sound_alloc_mididev()199 int i = register_sound_mixer(&oss_sound_fops, -1); in sound_alloc_mixerdev()
46 extern const struct file_operations oss_sound_fops;
498 const struct file_operations oss_sound_fops = { variable517 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()