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

index 9619f550608ce7a620924576f570706b6c122834..172943bb3b24e29c22f6b65fbe2f49d0cf42da3f 100644 (file)
@@ -95,7 +95,7 @@ static struct snd_soc_dai_link arndale_rt5631_dai[] = {
                .stream_name = "Primary",
                .dai_fmt = SND_SOC_DAIFMT_I2S
                        | SND_SOC_DAIFMT_NB_NF
-                       | SND_SOC_DAIFMT_CBS_CFS,
+                       | SND_SOC_DAIFMT_CBC_CFC,
                .ops = &arndale_rt5631_ops,
                SND_SOC_DAILINK_REG(rt5631_hifi),
        },
@@ -112,7 +112,7 @@ static struct snd_soc_dai_link arndale_wm1811_dai[] = {
                .stream_name = "Primary",
                .dai_fmt = SND_SOC_DAIFMT_I2S
                        | SND_SOC_DAIFMT_NB_NF
-                       | SND_SOC_DAIFMT_CBM_CFM,
+                       | SND_SOC_DAIFMT_CBP_CFP,
                .ops = &arndale_wm1811_ops,
                SND_SOC_DAILINK_REG(wm1811_hifi),
        },