Lines Matching defs:conf
525 in configuration files. The usual place for default definitions is at /usr/share/alsa/alsa.conf.
2569 snd_config_t *conf, *type_conf = NULL, *tmp;
2589 err = snd_config_search(pcm_conf, "type", &conf);
2594 err = snd_config_get_id(conf, &id);
2599 err = snd_config_get_string(conf, &str);
2874 snd_config_t *conf, snd_pcm_stream_t stream,
2882 if (snd_config_get_string(conf, &str) >= 0)
2885 return snd_pcm_open_conf(pcmp, name, root, conf, stream, mode);
7780 int snd_pcm_slave_conf(snd_config_t *root, snd_config_t *conf,
7797 assert(conf);
7799 if (snd_config_get_string(conf, &str) >= 0) {
7800 err = snd_config_search_definition(root, "pcm_slave", str, &conf);
7807 if (snd_config_get_type(conf) != SND_CONFIG_TYPE_COMPOUND) {
7820 snd_config_for_each(i, next, conf) {
7908 snd_config_delete(conf);
8669 * conf must be a compound (array)
8672 _snd_pcm_parse_config_chmaps(snd_config_t *conf)
8680 if (snd_config_get_type(conf) != SND_CONFIG_TYPE_COMPOUND)
8684 snd_config_for_each(i, next, conf) {
8693 snd_config_for_each(i, next, conf) {