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

index d8e4e70d834cec6131b2547de3509a185ed90d73..dc063d85e62ff03b29194a68518b443365a98b6a 100644 (file)
@@ -156,7 +156,7 @@ static struct snd_soc_dai_link mt8173_rt5650_rt5514_dais[] = {
                .no_pcm = 1,
                .init = mt8173_rt5650_rt5514_init,
                .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                          SND_SOC_DAIFMT_CBS_CFS,
+                          SND_SOC_DAIFMT_CBC_CFC,
                .ops = &mt8173_rt5650_rt5514_ops,
                .ignore_pmdown_time = 1,
                SND_SOC_DAILINK_REG(codec),