Lines Matching defs:conf
785 static int check_comment_access(snd_config_t *conf, const char *str)
789 snd_config_for_each(i, next, conf) {
898 static int add_user_control(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_config_t *conf)
915 snd_config_for_each(i, next, conf) {
1002 static int check_comment_type(snd_config_t *conf, int type)
1007 if (snd_config_search(conf, "type", &n) < 0)
1063 static int check_comment_range(snd_ctl_t *handle, snd_config_t *conf,
1074 if (snd_config_search(conf, "range", &n) < 0)
1089 if (snd_config_search(conf, "dbmin", &n) < 0)
1093 if (snd_config_search(conf, "dbmax", &n) < 0)
1118 odbmin, odbmax, conf, idxstr,
1123 odbmin, odbmax, conf, "0",