Searched refs:snd_ctl_register_ioctl_compat (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/sound/
H A Dcontrol.h175 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
178 #define snd_ctl_register_ioctl_compat(fcn) macro
/linux-master/sound/core/
H A Dhwdep.c527 snd_ctl_register_ioctl_compat(snd_hwdep_control_ioctl);
H A Dcontrol.c2096 * snd_ctl_register_ioctl_compat - register the device-specific 32bit compat
2102 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) function
2106 EXPORT_SYMBOL(snd_ctl_register_ioctl_compat); variable
H A Dpcm.c1215 snd_ctl_register_ioctl_compat(snd_pcm_control_ioctl);
H A Drawmidi.c2107 snd_ctl_register_ioctl_compat(snd_rawmidi_control_ioctl);

Completed in 262 milliseconds