Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h173 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
176 #define snd_ctl_register_ioctl_compat(fcn) macro
/linux/sound/core/
H A Dhwdep.c527 snd_ctl_register_ioctl_compat(snd_hwdep_control_ioctl); in alsa_hwdep_init()
H A Dcontrol.c2091 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat() function
2095 EXPORT_SYMBOL(snd_ctl_register_ioctl_compat);
H A Drawmidi.c2110 snd_ctl_register_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_init()