Lines Matching refs:class_cfg
29 bool tplg_class_is_attribute_check(const char *attr, snd_config_t *class_cfg, char *category)
35 ret = snd_config_search(class_cfg, category, &cfg);
57 bool tplg_class_is_attribute_mandatory(const char *attr, snd_config_t *class_cfg)
59 return tplg_class_is_attribute_check(attr, class_cfg, "attributes.mandatory");
63 bool tplg_class_is_attribute_immutable(const char *attr, snd_config_t *class_cfg)
65 return tplg_class_is_attribute_check(attr, class_cfg, "attributes.immutable");
69 bool tplg_class_is_attribute_unique(const char *attr, snd_config_t *class_cfg)
75 ret = snd_config_search(class_cfg, "attributes.unique", &unique);
96 snd_config_t *class, *class_cfg = NULL;
121 ret = snd_config_search(tplg_pp->input_cfg, class_config_id, &class_cfg);
126 return class_cfg;