Skip to content

Commit 2d3478a

Browse files
keyonjielgirdwood
authored andcommitted
ASoC: SOF: PCM: do nothing for HDA dai_link fixup()
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent f89c39d commit 2d3478a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/soc/sof/pcm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@ static int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
665665
/* TODO: add any other DMIC specific fixups */
666666
break;
667667
case SOF_DAI_INTEL_HDA:
668-
/* fallthrough */
668+
/* do nothing for HDA dai_link */
669+
break;
669670
default:
670671
dev_err(sdev->dev, "error: invalid DAI type %d\n",
671672
dai->dai_config.type);

0 commit comments

Comments
 (0)