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:
dfdc0de
)
ASoC: ti: ams-delta: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:30:00 +0000
(
01:30
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Mar 2025 12:57:13 +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/87a5a9h4rr.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/ams-delta.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/ti/ams-delta.c
b/sound/soc/ti/ams-delta.c
index 94645f275495d084d9b8f72f6d7b4bc5a1bbe9fd..8a4423646aeaacdad83b2d951992d7e2538b8668 100644
(file)
--- a/
sound/soc/ti/ams-delta.c
+++ b/
sound/soc/ti/ams-delta.c
@@
-532,7
+532,7
@@
static struct snd_soc_dai_link ams_delta_dai_link = {
.init = ams_delta_cx20442_init,
.ops = &ams_delta_ops,
.dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CB
M_CFM
,
+ SND_SOC_DAIFMT_CB
P_CFP
,
SND_SOC_DAILINK_REG(cx20442),
};