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/
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()
Dcontrol.c3478 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/
Duser-ctl-element-set.c239 val = snd_ctl_elem_value_get_byte(elem_data, i); in change_bytes_elem_members()
/third_party/alsa-lib/include/
Dcontrol.h661 unsigned char snd_ctl_elem_value_get_byte(const snd_ctl_elem_value_t *obj, unsigned int idx);
/third_party/alsa-lib/src/alisp/
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/
Damixer.c680 printf("0x%02x", snd_ctl_elem_value_get_byte(control, idx)); in show_control()