Searched refs:snd_ctl_elem_value_get_byte (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/control/ |
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()
|
D | control.c | 3478 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/ |
D | user-ctl-element-set.c | 239 val = snd_ctl_elem_value_get_byte(elem_data, i); in change_bytes_elem_members()
|
/third_party/alsa-lib/include/ |
D | control.h | 661 unsigned char snd_ctl_elem_value_get_byte(const snd_ctl_elem_value_t *obj, unsigned int idx);
|
/third_party/alsa-lib/src/alisp/ |
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/ |
D | amixer.c | 680 printf("0x%02x", snd_ctl_elem_value_get_byte(control, idx)); in show_control()
|