Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/
Ddev_table.c161 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()
Dos.h46 extern const struct file_operations oss_sound_fops;
Dsoundcard.c498 const struct file_operations oss_sound_fops = { variable
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()