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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsound.h34 extern int register_sound_special(const struct file_operations *fops, int unit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/
H A Dsound_core.c389 int register_sound_special(const struct file_operations *fops, int unit) function
394 EXPORT_SYMBOL(register_sound_special); variable
463 * register_sound_special(). The unit passed is the return value from
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsoundcard.c516 seq1=register_sound_special(&oss_sound_fops, 1);
519 seq2=register_sound_special(&oss_sound_fops, 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_core.c1326 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS);

Completed in 36 milliseconds