summaryrefslogtreecommitdiff
path: root/src/topology/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/parser.c')
-rw-r--r--src/topology/parser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/topology/parser.c b/src/topology/parser.c
index 4afa5763..c5f9757f 100644
--- a/src/topology/parser.c
+++ b/src/topology/parser.c
@@ -288,6 +288,10 @@ static int tplg_build_integ(snd_tplg_t *tplg)
if (err < 0)
return err;
+ err = tplg_build_dais(tplg, SND_TPLG_TYPE_DAI);
+ if (err < 0)
+ return err;
+
err = tplg_build_links(tplg, SND_TPLG_TYPE_BE);
if (err < 0)
return err;