From: Kuninori Morimoto Date: Wed, 26 Feb 2025 01:30:44 +0000 (+0000) Subject: ASoC: pxa: use inclusive language for SND_SOC_DAIFMT_CBx_CFx X-Git-Tag: io_uring-6.15-20250403~95^2~4^2~72^2~145 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e42ec97657fa5ee40fd2358c973d273edd7999bd;p=linux-block.git ASoC: pxa: 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 Link: https://patch.msgid.link/87y0xtfq64.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 8caa1aa99bdc..6ca0a6bcd34c 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -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), };