Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dhcontrol.c70 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()
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/
Dcontrol.h731 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);