Message ID | 87lfoo7q1j.wl-kuninori.morimoto.gx@renesas.com |
---|---|
State | Accepted |
Commit | 6e02feb0d2663c1b7caa5e271c2a60e219f0ca07 |
Headers | show |
Series | ASoC: soc-pcm cleanup step5 | expand |
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index 8c27eb4d5e4c..e3a2c4f7757b 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -1690,10 +1690,6 @@ static int dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream, continue; } - /* make sure BE is a real BE */ - if (!be->dai_link->no_pcm) - continue; - /* don't connect if FE is not running */ if (!fe->dpcm[stream].runtime && !fe->fe_compr) continue;