Home
last modified time | relevance | path

Searched refs:class_cfg (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-utils/topology/
H A Dpre-process-class.c29 bool tplg_class_is_attribute_check(const char *attr, snd_config_t *class_cfg, char *category) in tplg_class_is_attribute_check() argument
35 ret = snd_config_search(class_cfg, category, &cfg); in tplg_class_is_attribute_check()
57 bool tplg_class_is_attribute_mandatory(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_mandatory() argument
59 return tplg_class_is_attribute_check(attr, class_cfg, "attributes.mandatory"); in tplg_class_is_attribute_mandatory()
63 bool tplg_class_is_attribute_immutable(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_immutable() argument
65 return tplg_class_is_attribute_check(attr, class_cfg, "attributes.immutable"); in tplg_class_is_attribute_immutable()
69 bool tplg_class_is_attribute_unique(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_unique() argument
75 ret = snd_config_search(class_cfg, "attributes.unique", &unique); in tplg_class_is_attribute_unique()
96 snd_config_t *class, *class_cfg = NULL; in tplg_class_lookup() local
121 ret = snd_config_search(tplg_pp->input_cfg, class_config_id, &class_cfg); in tplg_class_lookup()
[all...]
H A Dpre-process-object.c540 snd_config_t *class_cfg, in tplg_pp_add_object_tuple_section()
647 tuple_value = tplg_class_attribute_valid_tuple_value(tplg_pp, class_cfg, attr); in tplg_pp_add_object_tuple_section()
737 snd_config_t *data_cfg, *class_cfg, *n, *obj; in tplg_add_object_data() local
746 class_cfg = tplg_class_lookup(tplg_pp, obj_cfg); in tplg_add_object_data()
747 if (!class_cfg) in tplg_add_object_data()
769 token = tplg_class_get_attribute_token_ref(tplg_pp, class_cfg, id); in tplg_add_object_data()
784 ret = tplg_pp_add_object_tuple_section(tplg_pp, class_cfg, n, data_cfg_name, in tplg_add_object_data()
1222 snd_config_t *obj_cfg, *class_cfg, *parent_obj; in tplg_object_update() local
1226 class_cfg = tplg_class_lookup(tplg_pp, obj); in tplg_object_update()
1227 if (!class_cfg) in tplg_object_update()
539 tplg_pp_add_object_tuple_section(struct tplg_pre_processor *tplg_pp, snd_config_t *class_cfg, snd_config_t *attr, char *data_name, const char *token_ref, const char *array_name) tplg_pp_add_object_tuple_section() argument
1367 tplg_construct_object_name(struct tplg_pre_processor *tplg_pp ATTRIBUTE_UNUSED, snd_config_t *obj, snd_config_t *class_cfg) tplg_construct_object_name() argument
1513 tplg_object_set_unique_attribute(struct tplg_pre_processor *tplg_pp, snd_config_t *obj, snd_config_t *class_cfg, const char *id) tplg_object_set_unique_attribute() argument
1819 snd_config_t *obj_local, *class_cfg; tplg_build_object() local
[all...]
H A Dpre-processor.h105 bool tplg_class_is_attribute_mandatory(const char *attr, snd_config_t *class_cfg);
106 bool tplg_class_is_attribute_immutable(const char *attr, snd_config_t *class_cfg);
107 bool tplg_class_is_attribute_unique(const char *attr, snd_config_t *class_cfg);
H A Dpre-process-dapm.c170 snd_config_t *temp_cfg, *child, *class_cfg, *n; in tplg_pp_get_widget_name() local
202 class_cfg = tplg_class_lookup(tplg_pp, temp_cfg); in tplg_pp_get_widget_name()
204 if (!class_cfg) { in tplg_pp_get_widget_name()
210 ret = snd_config_search(class_cfg, "attributes.constructor", &temp_cfg); in tplg_pp_get_widget_name()
/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.c74 snd_config_t *class_cfg; in find_set_values() local
81 ret = snd_config_search(top, class_name, &class_cfg); in find_set_values()
85 snd_config_for_each(i, next, class_cfg) { in find_set_values()

Completed in 4 milliseconds