Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dcontrol_local.h35 int (*element_remove)(snd_ctl_t *handle, snd_ctl_elem_id_t *id); member
Dcontrol_hw.c365 .element_remove = snd_ctl_hw_elem_remove,
Dcontrol_ext.c476 .element_remove = snd_ctl_ext_elem_remove,
Dcontrol.c991 return ctl->ops->element_remove(ctl, id); in snd_ctl_elem_remove()