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

authored by

Kuninori Morimoto and committed by
Mark Brown
5a09e179 10efa807

+1 -1
+1 -1
Documentation/sound/soc/dpcm.rst
··· 362 362 .codec_dai_name = "modem-aif1", 363 363 .codec_name = "modem", 364 364 .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF 365 - | SND_SOC_DAIFMT_CBM_CFM, 365 + | SND_SOC_DAIFMT_CBP_CFP, 366 366 .c2c_params = &dai_params, 367 367 .num_c2c_params = 1, 368 368 }