Searched refs:snd_hctl_find_elem (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 551 snd_hctl_elem_t *snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id) in snd_hctl_find_elem() function 762 elem = snd_hctl_find_elem(hctl, &event->data.elem.id); in snd_hctl_handle_event()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 248 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in check_id_changed() 258 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in check_id_changed() 435 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in set_ctl_value() 681 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in elemid_get()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 542 return new_cons_pointer(instance, "hctl_elem", snd_hctl_find_elem(handle, &id)); in FA_hctl_find_elem() 800 { "hctl_find_elem", &FA_hctl_find_elem, (void *)&snd_hctl_find_elem, "hctl" },
|
/third_party/alsa-lib/include/ |
H A D | control.h | 746 snd_hctl_elem_t *snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id);
|
Completed in 7 milliseconds