Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: codec: cs4341: use inclusive language for SND_SOC_DAIFMT_CBx_CFx

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/87o6ypfq5a.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
0d41068c e9ab4b38

+1 -1
+1 -1
sound/soc/codecs/cs4341.c
··· 49 49 struct cs4341_priv *cs4341 = snd_soc_component_get_drvdata(component); 50 50 51 51 switch (format & SND_SOC_DAIFMT_MASTER_MASK) { 52 - case SND_SOC_DAIFMT_CBS_CFS: 52 + case SND_SOC_DAIFMT_CBC_CFC: 53 53 break; 54 54 default: 55 55 return -EINVAL;