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:
3839971
)
ASoC: sh: migor: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 19 Feb 2025 01:19:21 +0000
(
01:19
+0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 25 Feb 2025 13:19:22 +0000
(13:19 +0000)
In SND_SOC_DAIFMT_CBx_CFx, M/S are no longer used. use P/C.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://patch.msgid.link/87h64qvihz.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/migor.c
patch
|
blob
|
history
diff --git
a/sound/soc/renesas/migor.c
b/sound/soc/renesas/migor.c
index
5a0bc6e
..
45fc594
100644
(file)
--- a/
sound/soc/renesas/migor.c
+++ b/
sound/soc/renesas/migor.c
@@
-132,7
+132,7
@@
static struct snd_soc_dai_link migor_dai = {
.name = "wm8978",
.stream_name = "WM8978",
.dai_fmt = SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_I2S |
- SND_SOC_DAIFMT_CB
S_CFS
,
+ SND_SOC_DAIFMT_CB
C_CFC
,
.ops = &migor_dai_ops,
SND_SOC_DAILINK_REG(wm8978),
};