Home
last modified time | relevance | path

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

/third_party/alsa-lib/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) in snd_hctl_open() argument
77 err = snd_hctl_open_ctl(hctlp, ctl); in snd_hctl_open()
85 * \param hctlp Returned HCTL handle
89 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl) in snd_hctl_open_ctl() argument
93 assert(hctlp); in snd_hctl_open_ctl()
94 *hctlp = NULL; in snd_hctl_open_ctl()
99 *hctlp = hctl; in snd_hctl_open_ctl()
/third_party/alsa-lib/include/
H A Dcontrol.h735 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);

Completed in 4 milliseconds