Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsound.h12 extern int register_sound_special(const struct file_operations *fops, int unit);
/Linux-v6.6/sound/
Dsound_core.c414 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() function
419 EXPORT_SYMBOL(register_sound_special);
/Linux-v6.6/sound/oss/dmasound/
Ddmasound_core.c1361 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()