|
@@ -1218,7 +1218,7 @@ static int soc_post_component_init(struct snd_soc_card *card,
|
|
|
|
|
|
#ifdef CONFIG_DEBUG_FS
|
|
#ifdef CONFIG_DEBUG_FS
|
|
/* add DPCM sysfs entries */
|
|
/* add DPCM sysfs entries */
|
|
- if (!dai_link->dynamic)
|
|
|
|
|
|
+ if (!dailess && !dai_link->dynamic)
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
ret = soc_dpcm_debugfs_add(rtd);
|
|
ret = soc_dpcm_debugfs_add(rtd);
|