Home
last modified time | relevance | path

Searched refs:tplg_build_object_from_template (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-dai.c39 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &hw_cfg, NULL, false); in tplg_build_hw_cfg_object()
131 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &caps, NULL, false); in tplg_build_pcm_caps_object()
Dpre-process-dapm.c52 return tplg_build_object_from_template(tplg_pp, obj_cfg, &cfg, dest, skip_name); in tplg_build_base_object()
86 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &cfg, NULL, false); in tplg_build_tlv_object()
111 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &cfg, NULL, false); in tplg_build_control()
Dpre-processor.h57 int tplg_build_object_from_template(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
Dpre-process-object.c39 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &vtop, NULL, false); in tplg_build_vendor_token_object()
186 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &dtop, NULL, false); in tplg_build_data_object()
835 int tplg_build_object_from_template(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_object_from_template() function
922 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &wtop, NULL, false); in tplg_build_generic_object()