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:
48d5e50
)
ASoC: ti: j721e-evm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:30:09 +0000
(
01:30
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Mar 2025 12:57:14 +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/878qpth4ri.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/j721e-evm.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/ti/j721e-evm.c
b/sound/soc/ti/j721e-evm.c
index d9d1e021f5b2eef5e95afca7c8ac5c7f44201226..c0fa72e626ff32088492a4d856aa8ab0487d08f8 100644
(file)
--- a/
sound/soc/ti/j721e-evm.c
+++ b/
sound/soc/ti/j721e-evm.c
@@
-37,7
+37,7
@@
enum j721e_audio_domain_id {
#define J721E_DAI_FMT (SND_SOC_DAIFMT_RIGHT_J | \
SND_SOC_DAIFMT_NB_NF | \
- SND_SOC_DAIFMT_CB
S_CFS
)
+ SND_SOC_DAIFMT_CB
C_CFC
)
enum j721e_board_type {
J721E_BOARD_CPB = 1,