Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_info_get_max64 (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/src/control/
Dctlparse.c402 snd_ctl_elem_info_get_max64(info)); in snd_ctl_ascii_value_parse()
Dcontrol.c2776 long long snd_ctl_elem_info_get_max64(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_get_max64() function
/third_party/alsa-lib/test/
Duser-ctl-element-set.c309 if (snd_ctl_elem_info_get_max64(info) != 10000) in check_int64_elem_props()
/third_party/alsa-lib/include/
Dcontrol.h568 long long snd_ctl_elem_info_get_max64(const snd_ctl_elem_info_t *obj);
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c610 p1 = add_cons(instance, p1, 1, "max64", new_float(instance, snd_ctl_elem_info_get_max64(&info))); in FA_hctl_elem_info()
/third_party/alsa-utils/alsactl/
Dinit_parse.c614 val = snd_ctl_elem_info_get_max64(space->ctl_info); in elemid_get()
Dstate.c335 long long max = snd_ctl_elem_info_get_max64(info); in get_control()
/third_party/alsa-utils/amixer/
Damixer.c634 snd_ctl_elem_info_get_max64(info), in show_control()