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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dhcontrol.c65 * \param hctlp Returned HCTL handle
70 int snd_hctl_open(snd_hctl_t **hctlp, const char *name, int mode) argument
77 err = snd_hctl_open_ctl(hctlp, ctl);
85 * \param hctlp Returned HCTL handle
89 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl) argument
93 assert(hctlp);
94 *hctlp = NULL;
99 *hctlp = hctl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol.h524 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);

Completed in 75 milliseconds