projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221ab1f
)
ASoC: fsl_mqs: Fix supported clock DAI format
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Tue, 23 Aug 2022 09:35:08 +0000
(17:35 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 23 Aug 2022 12:04:48 +0000
(13:04 +0100)
The MQS works as codec DAI, not cpu DAI. It is
clock consumer, not clock privider.
Fixes:
3b14c15a333b
("ASoC: fsl: Update to use set_fmt_new callback")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link:
https://lore.kernel.org/r/1661247308-2650-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_mqs.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_mqs.c
b/sound/soc/fsl/fsl_mqs.c
index
c1e2f67
..
4922e67
100644
(file)
--- a/
sound/soc/fsl/fsl_mqs.c
+++ b/
sound/soc/fsl/fsl_mqs.c
@@
-122,7
+122,7
@@
static int fsl_mqs_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
}
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
- case SND_SOC_DAIFMT_
BP_FP
:
+ case SND_SOC_DAIFMT_
CBC_CFC
:
break;
default:
return -EINVAL;