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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcontrol.h105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
122 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
123 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
125 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol.c38 snd_kctl_ioctl_func_t fioctl;
1307 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists)
1321 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn)
1329 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn)
1340 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,
1360 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn)
1368 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn)

Completed in 70 milliseconds