Lines Matching defs:config
578 error("config state node is not a compound");
592 error("config state.%s node is not a compound", id);
805 * get the item type from the given comment config
829 * get the value range from the given comment config
1000 * check whether the config item has the same of compatible type
1594 snd_config_t *config;
1602 err = snd_config_top(&config);
1624 err = snd_config_load(config, in);
1638 if ((err = get_controls(iter.card, config)))
1656 err = snd_config_save(config, out);
1669 snd_config_delete(config);
1680 snd_config_t *config;
1683 config = NULL;
1684 err = load_configuration(file, &config, &open_failed);
1731 if (do_init && set_controls(iter.card, config, 0)) {
1738 if ((err = set_controls(iter.card, config, 1))) {
1747 if (config)
1748 snd_config_delete(config);