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

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Kuninori Morimoto and committed by
Mark Brown
38399716 1c474987

+1 -1
+1 -1
sound/soc/ti/rx51.c
··· 307 307 .name = "TLV320AIC34", 308 308 .stream_name = "AIC34", 309 309 .dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF | 310 - SND_SOC_DAIFMT_CBM_CFM, 310 + SND_SOC_DAIFMT_CBP_CFP, 311 311 .init = rx51_aic34_init, 312 312 .ops = &rx51_ops, 313 313 SND_SOC_DAILINK_REG(aic34),