Lines Matching defs:conf
114 * \param conf Handle to the configuration node to be parsed.
117 int snd_config_get_bool(const snd_config_t *conf)
123 err = snd_config_get_id(conf, &id);
126 err = snd_config_get_integer(conf, &v);
135 err = snd_config_get_string(conf, &str);
148 * \param conf Handle to the configuration node to be parsed.
151 int snd_config_get_card(const snd_config_t *conf)
157 if (snd_config_get_integer(conf, &v) < 0) {
158 if (snd_config_get_string(conf, &str)) {
159 if (snd_config_get_id(conf, &id) >= 0)
200 * \param conf Handle to the configuration node to be parsed.
203 int snd_config_get_ctl_iface(const snd_config_t *conf)
209 err = snd_config_get_id(conf, &id);
212 err = snd_config_get_integer(conf, &v);
221 err = snd_config_get_string(conf, &str);
1313 file "/etc/myconf.conf" # optional