projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f6e04
)
ASoC: pxa: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:30:44 +0000
(
01:30
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Mar 2025 12:57:20 +0000
(12:57 +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/87y0xtfq64.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/spitz.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/pxa/spitz.c
b/sound/soc/pxa/spitz.c
index 8caa1aa99bdc1971efe6c2e0eb41e50015946db8..6ca0a6bcd34cd71c56483bbc5e420a860a9e4974 100644
(file)
--- a/
sound/soc/pxa/spitz.c
+++ b/
sound/soc/pxa/spitz.c
@@
-260,7
+260,7
@@
static struct snd_soc_dai_link spitz_dai = {
.name = "wm8750",
.stream_name = "WM8750",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CB
S_CFS
,
+ SND_SOC_DAIFMT_CB
C_CFC
,
.ops = &spitz_ops,
SND_SOC_DAILINK_REG(wm8750),
};