Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_lock (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/control/
Dsetup.c94 err = snd_ctl_elem_lock(h->ctl, elem->id); in snd_sctl_install()
Dcontrol_remap.c622 err = snd_ctl_elem_lock(priv->child, id); in snd_ctl_remap_elem_lock()
Dcontrol.c1155 int snd_ctl_elem_lock(snd_ctl_t *ctl, snd_ctl_elem_id_t *id) in snd_ctl_elem_lock() function
/third_party/alsa-lib/include/
Dcontrol.h396 int snd_ctl_elem_lock(snd_ctl_t *ctl, snd_ctl_elem_id_t *id);
/third_party/alsa-lib/aserver/
Daserver.c667 ctrl->result = snd_ctl_elem_lock(ctl, &ctrl->u.element_lock); in ctl_shm_cmd()