Searched defs:elist (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c154 struct snd_ctl_elem_list elist; local
167 memset(&elist, 0, sizeof(elist));
168 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0) {
177 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
178 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
186 mixer->count = elist.count;
188 elist.space = mixer->count;
189 elist
[all...]

Completed in 102 milliseconds