Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Duser-ctl-element-set.c594 if (snd_ctl_elem_info_is_tlv_readable(info)) { in check_elem_set_props()
703 if (!snd_ctl_elem_info_is_tlv_readable(info)) in check_tlv()
/third_party/alsa-lib/src/control/
Dtlv.c432 if (!snd_ctl_elem_info_is_tlv_readable(&info)) in get_tlv_info()
Dcontrol.c2661 int snd_ctl_elem_info_is_tlv_readable(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_is_tlv_readable() function
/third_party/alsa-lib/include/
Dcontrol.h557 int snd_ctl_elem_info_is_tlv_readable(const snd_ctl_elem_info_t *obj);
/third_party/alsa-utils/amixer/
Damixer.c159 *res++ = snd_ctl_elem_info_is_tlv_readable(info) ? 'R' : '-'; in control_access()
695 if (!snd_ctl_elem_info_is_tlv_readable(info)) in show_control()
/third_party/alsa-utils/alsactl/
Dstate.c325 if (snd_ctl_elem_info_is_tlv_readable(info)) { in get_control()
Dinit_parse.c573 if (snd_ctl_elem_info_is_tlv_readable(space->ctl_info)) in elemid_get()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c1125 if (!snd_ctl_elem_info_is_tlv_readable(&info)) in init_db_range()