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:
231bf04
)
ASoC: ti: osk5912: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:29:55 +0000
(
01:29
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Mar 2025 12:57:12 +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/87bjuph4rw.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/osk5912.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/ti/osk5912.c
b/sound/soc/ti/osk5912.c
index 98714c59349667c4131e061c34aedbc4027259d2..fa5ef7814dab4092ea4e5ca96cda403c83aee0d5 100644
(file)
--- a/
sound/soc/ti/osk5912.c
+++ b/
sound/soc/ti/osk5912.c
@@
-86,7
+86,7
@@
static struct snd_soc_dai_link osk_dai = {
.name = "TLV320AIC23",
.stream_name = "AIC23",
.dai_fmt = SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CB
M_CFM
,
+ SND_SOC_DAIFMT_CB
P_CFP
,
.ops = &osk_ops,
SND_SOC_DAILINK_REG(aic23),
};