Searched refs:element_unlock (Results 1 – 8 of 8) sorted by relevance
131 snd_ctl_elem_id_t element_unlock; member
236 ctrl->u.element_unlock = *id; in snd_ctl_shm_elem_unlock()241 *id = ctrl->u.element_unlock; in snd_ctl_shm_elem_unlock()399 .element_unlock = snd_ctl_shm_elem_unlock,
39 int (*element_unlock)(snd_ctl_t *handle, snd_ctl_elem_id_t *unlock); member
369 .element_unlock = snd_ctl_hw_elem_unlock,
480 .element_unlock = snd_ctl_ext_elem_unlock,
891 .element_unlock = snd_ctl_remap_elem_unlock,
1170 return ctl->ops->element_unlock(ctl, id); in snd_ctl_elem_unlock()
670 ctrl->result = snd_ctl_elem_unlock(ctl, &ctrl->u.element_unlock); in ctl_shm_cmd()