Lines Matching defs:conf
44 #include <pulsecore/conf-parser.h>
48 #include "daemon-conf.h"
54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf"
55 #define DEFAULT_CONFIG_FILE_USER PA_PATH_SEP "daemon.conf"
385 pa_daemon_conf *conf;
403 i->conf->default_sample_spec.channels = (uint8_t) n;
415 if (!pa_channel_map_parse(&i->conf->default_channel_map, state->rvalue)) {
671 pa_log_notice("Detected that we are run from the build tree, fixing default daemon.conf file path.");
673 default_config_file = PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "daemon" PA_PATH_SEP "daemon.conf";
675 default_config_file = PA_BUILDDIR PA_PATH_SEP "daemon.conf";
690 ci.conf = c;