Searched refs:hctlp (Results 1 – 2 of 2) sorted by relevance
70 int snd_hctl_open(snd_hctl_t **hctlp, const char *name, int mode) in snd_hctl_open() argument77 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() argument93 assert(hctlp); in snd_hctl_open_ctl()94 *hctlp = NULL; in snd_hctl_open_ctl()99 *hctlp = hctl; in snd_hctl_open_ctl()
731 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);