• Home
  • Raw
  • Download

Lines Matching refs:snd_config_t

28 bool tplg_class_is_attribute_check(const char *attr, snd_config_t *class_cfg, char *category)  in tplg_class_is_attribute_check()
31 snd_config_t *cfg, *n; in tplg_class_is_attribute_check()
56 bool tplg_class_is_attribute_mandatory(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_mandatory()
62 bool tplg_class_is_attribute_immutable(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_immutable()
68 bool tplg_class_is_attribute_unique(const char *attr, snd_config_t *class_cfg) in tplg_class_is_attribute_unique()
70 snd_config_t *unique; in tplg_class_is_attribute_unique()
92 snd_config_t *tplg_class_lookup(struct tplg_pre_processor *tplg_pp, snd_config_t *cfg) in tplg_class_lookup()
95 snd_config_t *class, *class_cfg = NULL; in tplg_class_lookup()
129 snd_config_t *tplg_class_find_attribute_by_name(struct tplg_pre_processor *tplg_pp, in tplg_class_find_attribute_by_name()
130 snd_config_t *class, const char *name) in tplg_class_find_attribute_by_name()
132 snd_config_t *attr = NULL; in tplg_class_find_attribute_by_name()
155 snd_config_t *class) in tplg_class_get_unique_attribute_name()
157 snd_config_t *unique; in tplg_class_get_unique_attribute_name()
180 snd_config_t *attr) in tplg_class_get_attribute_type()
182 snd_config_t *type; in tplg_class_get_attribute_type()
211 snd_config_t *class, const char *attr_name) in tplg_class_get_attribute_token_ref()
213 snd_config_t *attributes, *attr, *token_ref; in tplg_class_get_attribute_token_ref()
238 snd_config_t *class, snd_config_t *attr) in tplg_class_attribute_valid_tuple_value()
241 snd_config_t *attributes, *cfg, *valid, *tuples, *n; in tplg_class_attribute_valid_tuple_value()
284 snd_config_t *tuple; in tplg_class_attribute_valid_tuple_value()