]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: samsung: snow: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 26 Feb 2025 01:37:49 +0000 (01:37 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 3 Mar 2025 12:59:06 +0000 (12:59 +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/87h64ha3ki.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/snow.c

index 4bbe7bcdb845b118a24a150b9a507b9020253813..66ef49dff1ba37de3285cbaaf1293937d6bb0b77 100644 (file)
@@ -137,7 +137,7 @@ static int snow_probe(struct platform_device *pdev)
        link = &priv->dai_link;
 
        link->dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                       SND_SOC_DAIFMT_CBS_CFS;
+                       SND_SOC_DAIFMT_CBC_CFC;
 
        link->name = "Primary";
        link->stream_name = link->name;