Searched refs:snd_kctl_ioctl_func_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcontrol.h106 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
123 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
124 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
127 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c38 snd_kctl_ioctl_func_t fioctl;
1303 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists)
1317 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn)
1325 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn)
1336 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,
1357 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn)
1365 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn)

Completed in 90 milliseconds