Lines Matching refs:snd_config_t

26 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
27 snd_config_t *parent, bool skip_name)
29 snd_config_t *top, *parent_obj, *cfg, *dest;
55 int tplg_build_scale_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
56 snd_config_t *parent)
61 int tplg_build_ops_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
62 snd_config_t *parent)
67 int tplg_build_channel_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
68 snd_config_t *parent)
73 int tplg_build_text_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
74 snd_config_t *parent)
76 snd_config_t *cfg;
93 int tplg_build_tlv_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
94 snd_config_t *parent)
96 snd_config_t *cfg;
113 static int tplg_build_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
114 snd_config_t *parent, char *type)
116 snd_config_t *cfg, *obj;
142 int tplg_build_mixer_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
143 snd_config_t *parent)
148 int tplg_build_bytes_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
149 snd_config_t *parent)
154 int tplg_build_enum_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
155 snd_config_t *parent)
170 snd_config_t *temp_cfg, *child, *class_cfg, *n;
290 int tplg_build_dapm_route_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
291 snd_config_t *parent)
293 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj;