Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dcontrol.h176 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
179 #define snd_ctl_unregister_ioctl_compat(fcn) macro
/Linux-v6.6/sound/core/
Dhwdep.c544 snd_ctl_unregister_ioctl_compat(snd_hwdep_control_ioctl); in alsa_hwdep_exit()
Dpcm.c1243 snd_ctl_unregister_ioctl_compat(snd_pcm_control_ioctl); in alsa_pcm_exit()
Dcontrol.c2237 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat() function
2241 EXPORT_SYMBOL(snd_ctl_unregister_ioctl_compat);
Drawmidi.c2198 snd_ctl_unregister_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_exit()