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

index bae52a8a2e117a137c9e8235dd6a8f95f5478200..bca83410b4327608f488743d9ed83eca7462516e 100644 (file)
@@ -671,9 +671,9 @@ static int wm8955_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
        u16 aif = 0;
 
        switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
-       case SND_SOC_DAIFMT_CBS_CFS:
+       case SND_SOC_DAIFMT_CBC_CFC:
                break;
-       case SND_SOC_DAIFMT_CBM_CFM:
+       case SND_SOC_DAIFMT_CBP_CFP:
                aif |= WM8955_MS;
                break;
        default: