Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsound.h12 extern int register_sound_special(const struct file_operations *fops, int unit);
/openbmc/linux/sound/
H A 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);
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c1361 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()