Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_value_get_byte (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dsetup.c153 old = snd_ctl_elem_value_get_byte(elem->old, k); in snd_sctl_install()
154 mask = snd_ctl_elem_value_get_byte(elem->mask, k); in snd_sctl_install()
157 val = snd_ctl_elem_value_get_byte(elem->val, k); in snd_sctl_install()
H A Dcontrol.c3520 unsigned char snd_ctl_elem_value_get_byte(const snd_ctl_elem_value_t *obj, unsigned int idx) in snd_ctl_elem_value_get_byte() function
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c240 val = snd_ctl_elem_value_get_byte(elem_data, i); in change_bytes_elem_members()
/third_party/alsa-lib/include/
H A Dcontrol.h665 unsigned char snd_ctl_elem_value_get_byte(const snd_ctl_elem_value_t *obj, unsigned int idx);
/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c666 obj = new_integer(instance, snd_ctl_elem_value_get_byte(&value, idx)); in FA_hctl_elem_read()
/third_party/alsa-utils/amixer/
H A Damixer.c681 printf("0x%02x", snd_ctl_elem_value_get_byte(control, idx)); in show_control()

Completed in 13 milliseconds