Searched refs:snd_ctl_elem_info_get_max (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | ctlparse.c | 396 snd_ctl_elem_info_get_max(info)); in snd_ctl_ascii_value_parse()
|
D | tlv.c | 437 rec->maxval = snd_ctl_elem_info_get_max(&info); in get_tlv_info()
|
D | control.c | 2740 long snd_ctl_elem_info_get_max(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_get_max() function
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 197 rangemax = snd_ctl_elem_info_get_max(info); in add_tlv_comments() 314 long max = snd_ctl_elem_info_get_max(info); in get_control() 1080 nmax = snd_ctl_elem_info_get_max(info); in check_comment_range()
|
D | init_parse.c | 379 …ol(value, NULL, 0), snd_ctl_elem_info_get_min(space->ctl_info), snd_ctl_elem_info_get_max(space->c… in set_ctl_value() 616 val = snd_ctl_elem_info_get_max(space->ctl_info); in elemid_get()
|
/third_party/alsa-utils/alsaloop/ |
D | control.c | 264 snd_ctl_elem_info_get_max(mix->dst.info), in control_init2()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | sbase.c | 358 max = snd_ctl_elem_info_get_max(info); in simple_event_add1()
|
/third_party/alsa-lib/test/ |
D | user-ctl-element-set.c | 106 if (snd_ctl_elem_info_get_max(info) != 25) in check_int_elem_props()
|
/third_party/alsa-lib/include/ |
D | control.h | 565 long snd_ctl_elem_info_get_max(const snd_ctl_elem_info_t *obj);
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 605 p1 = add_cons(instance, p1, 1, "max", new_integer(instance, snd_ctl_elem_info_get_max(&info))); in FA_hctl_elem_info()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 628 snd_ctl_elem_info_get_max(info), in show_control()
|
/third_party/alsa-lib/src/mixer/ |
D | simple_none.c | 1579 snd_ctl_elem_info_get_max(&info); in simple_add1()
|