Searched refs:ctl_conf (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | control.c | 1399 snd_config_t *ctl_root, snd_config_t *ctl_conf, int mode) in snd_ctl_open_conf() argument 1412 if (snd_config_get_type(ctl_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_ctl_open_conf() 1419 err = snd_config_search(ctl_conf, "type", &conf); in snd_ctl_open_conf() 1501 err = open_func(ctlp, name, ctl_root, ctl_conf, mode); in snd_ctl_open_conf() 1523 snd_config_t *ctl_conf; in snd_ctl_open_noupdate() local 1526 err = snd_config_search_definition(root, "ctl", name, &ctl_conf); in snd_ctl_open_noupdate() 1531 if (snd_config_get_string(ctl_conf, &str) >= 0) in snd_ctl_open_noupdate() 1534 snd_config_set_hop(ctl_conf, hop); in snd_ctl_open_noupdate() 1535 err = snd_ctl_open_conf(ctlp, name, root, ctl_conf, mode); in snd_ctl_open_noupdate() 1537 snd_config_delete(ctl_conf); in snd_ctl_open_noupdate()
|