Lines Matching defs:conf
198 * a .conf that sets preserve off-hook. Start playback (on-hook
247 static int snd_config_get_ctl_elem_value(snd_config_t *conf,
266 v = snd_config_get_bool(conf);
275 err = snd_config_get_integer(conf, &v);
284 v = snd_config_get_ctl_elem_enumerated(conf, ctl, info);
307 err = snd_config_get_string(conf, &buf);
342 if (snd_config_get_type(conf) != SND_CONFIG_TYPE_COMPOUND) {
347 snd_config_for_each(i, next, conf) {
400 snd_config_t *conf;
414 err = snd_config_expand(_conf, _conf, NULL, private_data, &conf);
417 snd_config_for_each(i, next, conf) {
589 if (conf)
590 snd_config_delete(conf);
598 * \param conf Setup configuration
603 int snd_sctl_build(snd_sctl_t **sctl, snd_ctl_t *handle, snd_config_t *conf, snd_config_t *private_data, int mode)
611 assert(conf);
613 if (snd_config_get_type(conf) != SND_CONFIG_TYPE_COMPOUND)
625 snd_config_for_each(i, next, conf) {