Home
last modified time | relevance | path

Searched refs:snd_hctl_elem_info (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/src/alisp/
Dalisp_snd.c560 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/
Dsimple_none.c1123 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/
Damixer.c612 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/
Dinit_parse.c251 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/
Dsbase.c347 err = snd_hctl_elem_info(helem, info); in simple_event_add1()
/third_party/alsa-lib/include/
Dcontrol.h755 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info);
/third_party/alsa-lib/src/control/
Dhcontrol.c805 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/
Dalsa-util.c1883 if ((err = snd_hctl_elem_info(elem, info)) < 0 || in pa_alsa_get_hdmi_eld()