]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: ti: j721e-evm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:30:09 +0000 (01:30 +0000)
committerMark 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

index d9d1e021f5b2eef5e95afca7c8ac5c7f44201226..c0fa72e626ff32088492a4d856aa8ab0487d08f8 100644 (file)
@@ -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_CBS_CFS)
+                                SND_SOC_DAIFMT_CBC_CFC)
 
 enum j721e_board_type {
        J721E_BOARD_CPB = 1,