Home
last modified time | relevance | path

Searched refs:snd_ctl_unregister_ioctl_compat (Results 1 – 5 of 5) 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.c2212 * snd_ctl_unregister_ioctl_compat - de-register the device-specific compat
2218 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_layer()
2222 EXPORT_SYMBOL(snd_ctl_unregister_ioctl_compat); in snd_ctl_register_layer()
2140 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) snd_ctl_unregister_ioctl_compat() function
H A Dpcm.c1227 snd_ctl_unregister_ioctl_compat(snd_pcm_control_ioctl); in alsa_pcm_exit()
H A Drawmidi.c2132 snd_ctl_unregister_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_exit()