Searched refs:ctl_value (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 78 snd_ctl_elem_value_t *ctl_value; member 109 if (space->ctl_value) { in free_space() 110 snd_ctl_elem_value_free(space->ctl_value); in free_space() 111 space->ctl_value = NULL; in free_space() 208 err = snd_ctl_elem_value_malloc(&res->ctl_value); in init_space() 261 err = snd_hctl_elem_read(elem, space->ctl_value); in check_id_changed() 286 strlcat(res, snd_ctl_elem_value_get_boolean(space->ctl_value, idx) ? "on" : "off", sizeof(res)); in get_ctl_value() 293 snprintf(tmp, sizeof(tmp), "%li", snd_ctl_elem_value_get_integer(space->ctl_value, idx)); in get_ctl_value() 301 snprintf(tmp, sizeof(tmp), "%lli", snd_ctl_elem_value_get_integer64(space->ctl_value, idx)); in get_ctl_value() 309 snprintf(tmp, sizeof(tmp), "%u", snd_ctl_elem_value_get_enumerated(space->ctl_value, id in get_ctl_value() [all...] |
Completed in 2 milliseconds