Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_info_is_tlv_commandable (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dcontrol.h559 int snd_ctl_elem_info_is_tlv_commandable(const snd_ctl_elem_info_t *obj);
/third_party/alsa-utils/alsactl/
Dinit_parse.c577 if (snd_ctl_elem_info_is_tlv_commandable(space->ctl_info)) in elemid_get()
/third_party/alsa-utils/amixer/
Damixer.c161 *res++ = snd_ctl_elem_info_is_tlv_commandable(info) ? 'C' : '-'; in control_access()
/third_party/alsa-lib/src/control/
Dcontrol.c2683 int snd_ctl_elem_info_is_tlv_commandable(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_is_tlv_commandable() function