Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c74 size_t controls_alloc; member
1006 if (map->controls_alloc == map->controls_items) { in add_ctl_to_map()
1007 mctl = realloc(map->controls, (map->controls_alloc + 4) * sizeof(*mctl)); in add_ctl_to_map()
1010 memset(mctl + map->controls_alloc, 0, sizeof(*mctl) * 4); in add_ctl_to_map()
1011 map->controls_alloc += 4; in add_ctl_to_map()

Completed in 3 milliseconds