Searched refs:parent_conf (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | control_local.h | 112 int mode, snd_config_t *parent_conf); 115 snd_config_t *conf, int mode, snd_config_t *parent_conf) in _snd_ctl_open_child() argument 117 return _snd_ctl_open_named_child(pctl, NULL, root, conf, mode, parent_conf); in _snd_ctl_open_child()
|
D | control.c | 1544 int mode, snd_config_t *parent_conf) in _snd_ctl_open_named_child() argument 1549 if ((hop = snd_config_check_hop(parent_conf)) < 0) in _snd_ctl_open_named_child()
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_virt.c | 59 snd_config_t *parent_conf);
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_local.h | 989 int mode, snd_config_t *parent_conf); 993 int mode, snd_config_t *parent_conf) in snd_pcm_open_slave() argument 996 mode, parent_conf); in snd_pcm_open_slave()
|
D | pcm.c | 2817 int mode, snd_config_t *parent_conf) in snd_pcm_open_named_slave() argument 2822 if ((hop = snd_config_check_hop(parent_conf)) < 0) in snd_pcm_open_named_slave()
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 1020 snd_config_t *parent_conf) in _snd_seq_open_lconf() argument 1024 if ((hop = snd_config_check_hop(parent_conf)) < 0) in _snd_seq_open_lconf()
|