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

index 702cb4cc1ce9f07e55ddf9435b19c4691e0236e5..2cb19f4b9dad3249e4183b1d6df99d04ebacd4cc 100644 (file)
@@ -105,7 +105,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
                .name = "CPU",
                .stream_name = "CPU",
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                               SND_SOC_DAIFMT_CBM_CFM,
+                               SND_SOC_DAIFMT_CBP_CFP,
                .init = lowland_wm5100_init,
                SND_SOC_DAILINK_REG(cpu),
        },
@@ -113,7 +113,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
                .name = "Baseband",
                .stream_name = "Baseband",
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                               SND_SOC_DAIFMT_CBM_CFM,
+                               SND_SOC_DAIFMT_CBP_CFP,
                .ignore_suspend = 1,
                SND_SOC_DAILINK_REG(baseband),
        },
@@ -121,7 +121,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
                .name = "Sub Speaker",
                .stream_name = "Sub Speaker",
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                               SND_SOC_DAIFMT_CBM_CFM,
+                               SND_SOC_DAIFMT_CBP_CFP,
                .ignore_suspend = 1,
                .c2c_params = &sub_params,
                .num_c2c_params = 1,