Searched refs:tplg_build_object_from_template (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-process-dai.c | 39 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()
|
D | pre-process-dapm.c | 52 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()
|
D | pre-processor.h | 57 int tplg_build_object_from_template(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
|
D | pre-process-object.c | 39 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()
|