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:
8450fa6
)
ASoC: ti: n810: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:29:51 +0000
(
01:29
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Mar 2025 12:57:11 +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/87cyf5h4s0.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/n810.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/ti/n810.c
b/sound/soc/ti/n810.c
index 50a8ec97cf20fa44d4b38c50435dd58dba62dc2c..345c987653809c430a3a317c3aa3e08cc9eeacd4 100644
(file)
--- a/
sound/soc/ti/n810.c
+++ b/
sound/soc/ti/n810.c
@@
-258,7
+258,7
@@
static struct snd_soc_dai_link n810_dai = {
.name = "TLV320AIC33",
.stream_name = "AIC33",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CB
M_CFM
,
+ SND_SOC_DAIFMT_CB
P_CFP
,
.ops = &n810_ops,
SND_SOC_DAILINK_REG(aic33),
};