Home
last modified time | relevance | path

Searched refs:_snd_ctl_open_named_child (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/control/
Dcontrol_local.h110 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name,
117 return _snd_ctl_open_named_child(pctl, NULL, root, conf, mode, parent_conf); in _snd_ctl_open_child()
Dcontrol_empty.c97 return _snd_ctl_open_named_child(handlep, name, root, child, mode, conf); in _snd_ctl_empty_open()
Dcontrol.c1542 int _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, in _snd_ctl_open_named_child() function