Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_info_get_step64 (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/test/
Duser-ctl-element-set.c311 if (snd_ctl_elem_info_get_step64(info) != 1) in check_int64_elem_props()
/third_party/alsa-lib/include/
Dcontrol.h569 long long snd_ctl_elem_info_get_step64(const snd_ctl_elem_info_t *obj);
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c611 …p1 = add_cons(instance, p1, 1, "step64", new_float(instance, snd_ctl_elem_info_get_step64(&info))); in FA_hctl_elem_info()
/third_party/alsa-utils/amixer/
Damixer.c635 snd_ctl_elem_info_get_step64(info)); in show_control()
/third_party/alsa-utils/alsactl/
Dstate.c336 long long step = snd_ctl_elem_info_get_step64(info); in get_control()
Dinit_parse.c626 val = snd_ctl_elem_info_get_step64(space->ctl_info); in elemid_get()
/third_party/alsa-lib/src/control/
Dcontrol.c2788 long long snd_ctl_elem_info_get_step64(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_get_step64() function