Searched refs:snd_ctl_elem_info_get_max (Results 1 - 11 of 11) sorted by relevance
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbase.c | 358 max = snd_ctl_elem_info_get_max(info); in simple_event_add1()
|
/third_party/alsa-lib/src/control/ |
H A D | tlv.c | 437 rec->maxval = snd_ctl_elem_info_get_max(&info); in get_tlv_info()
|
H A D | control.c | 2782 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/alsaloop/ |
H A D | control.c | 266 snd_ctl_elem_info_get_max(mix->dst.info), in control_init2()
|
/third_party/alsa-utils/alsactl/ |
H A 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()
|
H A D | init_parse.c | 379 val = convert_prange1(strtol(value, NULL, 0), snd_ctl_elem_info_get_min(space->ctl_info), snd_ctl_elem_info_get_max(space->ctl_info)); in set_ctl_value() 616 val = snd_ctl_elem_info_get_max(space->ctl_info); in elemid_get()
|
/third_party/alsa-lib/test/ |
H A D | user-ctl-element-set.c | 107 if (snd_ctl_elem_info_get_max(info) != 25) in check_int_elem_props()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 569 long snd_ctl_elem_info_get_max(const snd_ctl_elem_info_t *obj);
|
/third_party/alsa-lib/src/alisp/ |
H A 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/ |
H A D | amixer.c | 629 snd_ctl_elem_info_get_max(info), in show_control()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 1579 snd_ctl_elem_info_get_max(&info); in simple_add1()
|
Completed in 24 milliseconds