ASoC: topology: Set the link ID when creating a FE DAI link
[deliverable/linux.git] / sound / soc / soc-topology.c
index 1cf94d7fb9f4534801b83565227408b594f2ee59..bdbfcef4c319416a8935d4a0382dfd6812c9c132 100644 (file)
@@ -1598,6 +1598,7 @@ static int soc_tplg_link_create(struct soc_tplg *tplg,
 
        link->name = pcm->pcm_name;
        link->stream_name = pcm->pcm_name;
+       link->id = pcm->pcm_id;
 
        /* pass control to component driver for optional further init */
        ret = soc_tplg_dai_link_load(tplg, link);
This page took 0.04812 seconds and 5 git commands to generate.