diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index e1b0d861807c44cf956bb31a24c1909645adf744..3cc36c2d99dac5ee0e0891fe37e4c32b9089f5f0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -2065,9 +2065,6 @@ static int snd_soc_instantiate_card(struct snd_soc_card *card) * Components with topology may bring new DAIs and DAI links. */ for_each_card_links(card, dai_link) { - if (soc_is_dai_link_bound(card, dai_link)) - continue; - ret = soc_bind_dai_link(card, dai_link); if (ret) goto probe_end;