Lines Matching defs:conf
2 * \file conf.c
11 * See the \ref conf page for more details.
35 /*! \page conf Configuration files
106 </etc/alsa1.conf>
107 <confdir:pcm/surround.conf>
405 "/etc/asound.conf"
472 * defined by <searchdir:relative-path/to/top-alsa-conf-dir>,
3933 * is "/usr/share/alsa/alsa.conf".
4104 if (strncmp(&dirent->d_name[flen-5], ".conf", 5) == 0)
4533 strlen("alsa.conf") + 2);
4534 sprintf(s, "%s/alsa.conf", topdir);
5468 * { conf syntax }
5772 snd_config_t *conf;
5789 err = snd_config_search_alias_hooks(config, strchr(key, '.') ? NULL : base, key, &conf);
5794 err = snd_config_expand(conf, config, args, NULL, result);
5800 void snd_config_set_hop(snd_config_t *conf, int hop)
5802 conf->hop = hop;
5805 int snd_config_check_hop(snd_config_t *conf)
5807 if (conf) {
5808 if (conf->hop >= SND_CONF_MAX_HOPS) {
5812 return conf->hop;