Home
last modified time | relevance | path

Searched refs:oss_sound_fops (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Ddev_table.c135 int i = register_sound_dsp(&oss_sound_fops, -1); in sound_alloc_audiodev()
146 int i = register_sound_midi(&oss_sound_fops, -1); in sound_alloc_mididev()
171 int i = register_sound_mixer(&oss_sound_fops, -1); in sound_alloc_mixerdev()
Dos.h57 extern struct file_operations oss_sound_fops;
Dsoundcard.c496 struct file_operations oss_sound_fops = { variable
515 seq1=register_sound_special(&oss_sound_fops, 1); in create_special_devices()
518 seq2=register_sound_special(&oss_sound_fops, 8); in create_special_devices()
569 &oss_sound_fops, NULL); in soundcard_register_devfs()