diff --git a/src/topology/tplg_local.h b/src/topology/tplg_local.h index e9c8e29c..06cb1005 100644 --- a/src/topology/tplg_local.h +++ b/src/topology/tplg_local.h @@ -222,3 +222,8 @@ int tplg_add_enum(snd_tplg_t *tplg, struct snd_tplg_enum_template *enum_ctl, struct tplg_elem **e); int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl, struct tplg_elem **e); + +int tplg_build_pcm(snd_tplg_t *tplg, unsigned int type); +int tplg_build_link_cfg(snd_tplg_t *tplg, unsigned int type); +int tplg_add_link_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t); +int tplg_add_pcm_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t);