Skip to content

Commit

Permalink
ASoC: SOF: PCM: do nothing for HDA dai_link fixup()
Browse files Browse the repository at this point in the history
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
  • Loading branch information
keyonjie committed Aug 31, 2018
1 parent 83c3eb7 commit 7b2e3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/sof/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ static int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
/* TODO: add any other DMIC specific fixups */
break;
case SOF_DAI_INTEL_HDA:
/* fallthrough */
/* do nothing for HDA dai_link */
break;
default:
dev_err(sdev->dev, "error: invalid DAI type %d\n",
dai->dai_config.type);
Expand Down

0 comments on commit 7b2e3f9

Please sign in to comment.