Skip to content

Commit 1faa6f8

Browse files
TE-N-ShengjiuWangbroonie
authored andcommitted
ASoC: fsl_mqs: Fix supported clock DAI format
The MQS works as codec DAI, not cpu DAI. It is clock consumer, not clock privider. Fixes: 3b14c15 ("ASoC: fsl: Update to use set_fmt_new callback") Signed-off-by: Shengjiu Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 221ab1f commit 1faa6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/fsl_mqs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static int fsl_mqs_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
122122
}
123123

124124
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
125-
case SND_SOC_DAIFMT_BP_FP:
125+
case SND_SOC_DAIFMT_CBC_CFC:
126126
break;
127127
default:
128128
return -EINVAL;

0 commit comments

Comments
 (0)