• Home
  • Raw
  • Download

Lines Matching refs:tplg_pp

35 typedef int (*build_func)(struct tplg_pre_processor *tplg_pp, snd_config_t *obj,
38 typedef int (*update_auto_attr_func)(struct tplg_pre_processor *tplg_pp,
54 void tplg_pp_config_debug(struct tplg_pre_processor *tplg_pp, snd_config_t *cfg);
57 int tplg_build_object_from_template(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
60 int tplg_build_tlv_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
62 int tplg_build_scale_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
64 int tplg_build_ops_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
66 int tplg_build_channel_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
68 int tplg_build_mixer_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
70 int tplg_build_bytes_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
72 int tplg_build_dapm_route_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
74 int tplg_build_hw_cfg_object(struct tplg_pre_processor *tplg_pp,
76 int tplg_build_fe_dai_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
78 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
80 int tplg_build_pcm_caps_object(struct tplg_pre_processor *tplg_pp,
82 int tplg_parent_update(struct tplg_pre_processor *tplg_pp, snd_config_t *parent,
84 int tplg_update_buffer_auto_attr(struct tplg_pre_processor *tplg_pp,
86 int tplg_add_object_data(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
90 int tplg_pre_process_objects(struct tplg_pre_processor *tplg_pp, snd_config_t *cfg,
92 snd_config_t *tplg_object_get_instance_config(struct tplg_pre_processor *tplg_pp,
94 const char *tplg_object_get_name(struct tplg_pre_processor *tplg_pp,
96 snd_config_t *tplg_object_get_section(struct tplg_pre_processor *tplg_pp, snd_config_t *class);
99 snd_config_t *tplg_class_lookup(struct tplg_pre_processor *tplg_pp, snd_config_t *cfg);
100 snd_config_t *tplg_class_find_attribute_by_name(struct tplg_pre_processor *tplg_pp,
105 const char *tplg_class_get_unique_attribute_name(struct tplg_pre_processor *tplg_pp,
107 snd_config_type_t tplg_class_get_attribute_type(struct tplg_pre_processor *tplg_pp,
109 const char *tplg_class_get_attribute_token_ref(struct tplg_pre_processor *tplg_pp,
111 long tplg_class_attribute_valid_tuple_value(struct tplg_pre_processor *tplg_pp,