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

ASoC: rockchip: rockchip_rt5645: 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/877c5d8ows.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
7370a8fe edca7ad5

+1 -1
+1 -1
sound/soc/rockchip/rockchip_rt5645.c
··· 145 145 .ops = &rk_aif1_ops, 146 146 /* set rt5645 as slave */ 147 147 .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | 148 - SND_SOC_DAIFMT_CBS_CFS, 148 + SND_SOC_DAIFMT_CBC_CFC, 149 149 SND_SOC_DAILINK_REG(pcm), 150 150 }; 151 151