Lines Matching defs:conf
450 snd_config_t *conf, *n;
458 err = snd_config_search(config, list->siface, &conf);
468 snd_config_for_each(i, next, conf) {
537 snd_config_t *conf, *n;
541 err = snd_config_search(config, list->siface, &conf);
544 snd_config_for_each(i, next, conf) {
588 snd_config_t *conf, *local_config = NULL, *local_config_rw = NULL;
623 if (snd_config_search(local_config, "defaults.namehint.showall", &conf) >= 0)
624 list.show_all = snd_config_get_bool(conf) > 0;
647 err = snd_config_search(local_config, ehints, &conf);
649 snd_config_for_each(i, next, conf) {