Searched refs:snd_hctl_elem_info (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 560 err = snd_hctl_elem_info(handle, &info); in FA_hctl_elem_info() 594 err = snd_hctl_elem_info(handle, &info); in FA_hctl_elem_info() 639 err = snd_hctl_elem_info(handle, &info); in FA_hctl_elem_read() 705 err = snd_hctl_elem_info(handle, &info); in FA_hctl_elem_write() 795 { "hctl_elem_info", &FA_hctl_elem_info, (void *)&snd_hctl_elem_info, "hctl_elem" },
|
/third_party/alsa-lib/src/mixer/ |
D | simple_none.c | 1123 if (snd_hctl_elem_info(ctl, &info) < 0) in init_db_range() 1344 snd_hctl_elem_info(helem, &info); in enum_item_name_ops() 1346 snd_hctl_elem_info(helem, &info); in enum_item_name_ops() 1439 err = snd_hctl_elem_info(helem, &info); in simple_add1() 1629 err = snd_hctl_elem_info(helem, &info); in simple_event_add() 1638 err = snd_hctl_elem_info(helem, &info); in simple_event_add()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 612 if ((err = snd_hctl_elem_info(elem, info)) < 0) { in show_control() 643 if ((err = snd_hctl_elem_info(elem, info)) < 0) { in show_control() 737 if ((err = snd_hctl_elem_info(elem, info)) < 0) { in controls()
|
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 251 err = snd_hctl_elem_info(elem, space->ctl_info); in check_id_changed() 438 val = snd_hctl_elem_info(elem, space->ctl_info); in set_ctl_value() 684 if (snd_hctl_elem_info(elem, space->ctl_info) < 0) in elemid_get()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | sbase.c | 347 err = snd_hctl_elem_info(helem, info); in simple_event_add1()
|
/third_party/alsa-lib/include/ |
D | control.h | 755 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info);
|
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 805 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t *info) in snd_hctl_elem_info() function
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 1883 if ((err = snd_hctl_elem_info(elem, info)) < 0 || in pa_alsa_get_hdmi_eld()
|