Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsound.h12 extern int register_sound_special(const struct file_operations *fops, int unit);
/Linux-v5.10/sound/
Dsound_core.c417 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() function
422 EXPORT_SYMBOL(register_sound_special);
/Linux-v5.10/sound/oss/dmasound/
Ddmasound_core.c1386 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()