Home
last modified time | relevance | path

Searched refs:register_sound_special (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dsound.h34 extern int register_sound_special(const struct file_operations *fops, int unit);
/linux-2.6.39/sound/
Dsound_core.c427 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() function
432 EXPORT_SYMBOL(register_sound_special);
/linux-2.6.39/sound/oss/
Dsoundcard.c517 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()
/linux-2.6.39/sound/oss/dmasound/
Ddmasound_core.c1373 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()