Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcontrol.h127 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
130 #define snd_ctl_unregister_ioctl_compat(fcn) macro
/Linux-v5.4/sound/core/
Dhwdep.c531 snd_ctl_unregister_ioctl_compat(snd_hwdep_control_ioctl); in alsa_hwdep_exit()
Dcontrol.c1742 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat() function
1746 EXPORT_SYMBOL(snd_ctl_unregister_ioctl_compat);
Dpcm.c1225 snd_ctl_unregister_ioctl_compat(snd_pcm_control_ioctl); in alsa_pcm_exit()
Drawmidi.c1828 snd_ctl_unregister_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_exit()