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

index 6116d2e30fcafcf6ef69424baaed2af157bf432d..78b02c64d95c432dc95a9e00bc6651c57bbd8283 100644 (file)
@@ -124,7 +124,7 @@ static struct snd_soc_dai_link tegra_wm8903_dai = {
        .init = tegra_wm8903_init,
        .dai_fmt = SND_SOC_DAIFMT_I2S |
                   SND_SOC_DAIFMT_NB_NF |
-                  SND_SOC_DAIFMT_CBS_CFS,
+                  SND_SOC_DAIFMT_CBC_CFC,
        SND_SOC_DAILINK_REG(hifi),
 };