Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h174 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
177 #define snd_ctl_unregister_ioctl_compat(fcn) macro
/linux/sound/core/
H A Dhwdep.c534 snd_ctl_unregister_ioctl_compat(snd_hwdep_control_ioctl); in alsa_hwdep_exit()
H A Dcontrol.c2140 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat() function
2144 EXPORT_SYMBOL(snd_ctl_unregister_ioctl_compat);
H A Drawmidi.c2132 snd_ctl_unregister_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_exit()