Searched refs:snd_ctl_elem_info_is_tlv_commandable (Results 1 – 4 of 4) sorted by relevance
559 int snd_ctl_elem_info_is_tlv_commandable(const snd_ctl_elem_info_t *obj);
577 if (snd_ctl_elem_info_is_tlv_commandable(space->ctl_info)) in elemid_get()
161 *res++ = snd_ctl_elem_info_is_tlv_commandable(info) ? 'C' : '-'; in control_access()
2683 int snd_ctl_elem_info_is_tlv_commandable(const snd_ctl_elem_info_t *obj) in snd_ctl_elem_info_is_tlv_commandable() function