Searched refs:snd_ctl_elem_value_get_byte (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | setup.c | 153 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 D | control.c | 3520 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 D | user-ctl-element-set.c | 240 val = snd_ctl_elem_value_get_byte(elem_data, i); in change_bytes_elem_members()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 665 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 D | alisp_snd.c | 666 obj = new_integer(instance, snd_ctl_elem_value_get_byte(&value, idx)); in FA_hctl_elem_read()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 681 printf("0x%02x", snd_ctl_elem_value_get_byte(control, idx)); in show_control()
|
Completed in 13 milliseconds