Home
last modified time | relevance | path

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

/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c725 void **hctls; in pymixer_attach_hctl() local
738 hctls = realloc(pymixer->hctl, sizeof(void *) * (pymixer->hctl_count+1) * 2); in pymixer_attach_hctl()
739 if (hctls == NULL) { in pymixer_attach_hctl()
743 pymixer->hctl = hctls; in pymixer_attach_hctl()

Completed in 2 milliseconds