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:
10efa80
)
ASoC: Documentation: DPCM: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 19 Feb 2025 01:19:10 +0000
(
01:19
+0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 25 Feb 2025 13:19:19 +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/87ikp6vii9.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/sound/soc/dpcm.rst
patch
|
blob
|
history
diff --git
a/Documentation/sound/soc/dpcm.rst
b/Documentation/sound/soc/dpcm.rst
index
02419a6
..
a126365
100644
(file)
--- a/
Documentation/sound/soc/dpcm.rst
+++ b/
Documentation/sound/soc/dpcm.rst
@@
-362,7
+362,7
@@
The machine driver sets some additional parameters to the DAI link i.e.
.codec_dai_name = "modem-aif1",
.codec_name = "modem",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
- | SND_SOC_DAIFMT_CB
M_CFM
,
+ | SND_SOC_DAIFMT_CB
P_CFP
,
.c2c_params = &dai_params,
.num_c2c_params = 1,
}