Searched refs:tplg_build_base_object (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-process-dapm.c | 26 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_base_object() function 58 return tplg_build_base_object(tplg_pp, obj_cfg, parent, true); in tplg_build_scale_object() 64 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_ops_object() 70 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_channel_object()
|
D | pre-process-dai.c | 49 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_fe_dai_object()
|
D | pre-processor.h | 78 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,
|