Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dcontrol.h128 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
131 #define snd_ctl_register_ioctl_compat(fcn) macro
/linux-2.6.39/sound/core/
Dhwdep.c515 snd_ctl_register_ioctl_compat(snd_hwdep_control_ioctl); in alsa_hwdep_init()
Dcontrol.c1369 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat() function
1374 EXPORT_SYMBOL(snd_ctl_register_ioctl_compat);
Dpcm.c1157 snd_ctl_register_ioctl_compat(snd_pcm_control_ioctl); in alsa_pcm_init()
Drawmidi.c1673 snd_ctl_register_ioctl_compat(snd_rawmidi_control_ioctl); in alsa_rawmidi_init()