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

index 79476e8eb680984434a1198ff691ddd4b9fe07c1..64d3e4ea66b015d034d217063c32cefcbc1e32e4 100644 (file)
@@ -210,7 +210,7 @@ static struct snd_soc_dai_link speyside_dai[] = {
                .stream_name = "CPU-DSP",
                .init = speyside_wm0010_init,
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
-                               | SND_SOC_DAIFMT_CBM_CFM,
+                               | SND_SOC_DAIFMT_CBP_CFP,
                SND_SOC_DAILINK_REG(cpu_dsp),
        },
        {
@@ -218,7 +218,7 @@ static struct snd_soc_dai_link speyside_dai[] = {
                .stream_name = "DSP-CODEC",
                .init = speyside_wm8996_init,
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
-                               | SND_SOC_DAIFMT_CBM_CFM,
+                               | SND_SOC_DAIFMT_CBP_CFP,
                .c2c_params = &dsp_codec_params,
                .num_c2c_params = 1,
                .ignore_suspend = 1,
@@ -228,7 +228,7 @@ static struct snd_soc_dai_link speyside_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),
        },