summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-dapm.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 7769b0a2bc5a..ef78a699bb20 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -3475,8 +3475,11 @@ void snd_soc_dapm_connect_dai_link_widgets(struct snd_soc_card *card)
3475 cpu_dai = rtd->cpu_dai; 3475 cpu_dai = rtd->cpu_dai;
3476 codec_dai = rtd->codec_dai; 3476 codec_dai = rtd->codec_dai;
3477 3477
3478 /* dynamic FE links have no fixed DAI mapping */ 3478 /*
3479 if (rtd->dai_link->dynamic) 3479 * dynamic FE links have no fixed DAI mapping.
3480 * CODEC<->CODEC links have no direct connection.
3481 */
3482 if (rtd->dai_link->dynamic || rtd->dai_link->params)
3480 continue; 3483 continue;
3481 3484
3482 /* there is no point in connecting BE DAI links with dummies */ 3485 /* there is no point in connecting BE DAI links with dummies */