diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 4d8869852ad6f41e2ac24f0572fdd801eda0f153..a61671b89e9be64fbb81f35082f9ec6acbf901eb 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1218,7 +1218,7 @@ static int soc_post_component_init(struct snd_soc_card *card, #ifdef CONFIG_DEBUG_FS /* add DPCM sysfs entries */ - if (!dai_link->dynamic) + if (!dailess && !dai_link->dynamic) goto out; ret = soc_dpcm_debugfs_add(rtd);