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

index 8caa1aa99bdc1971efe6c2e0eb41e50015946db8..6ca0a6bcd34cd71c56483bbc5e420a860a9e4974 100644 (file)
@@ -260,7 +260,7 @@ static struct snd_soc_dai_link spitz_dai = {
        .name = "wm8750",
        .stream_name = "WM8750",
        .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
-                  SND_SOC_DAIFMT_CBS_CFS,
+                  SND_SOC_DAIFMT_CBC_CFC,
        .ops = &spitz_ops,
        SND_SOC_DAILINK_REG(wm8750),
 };