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

authored by

Kuninori Morimoto and committed by
Mark Brown
a5a3de89 38399716

+1 -1
+1 -1
sound/soc/renesas/migor.c
··· 132 132 .name = "wm8978", 133 133 .stream_name = "WM8978", 134 134 .dai_fmt = SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_I2S | 135 - SND_SOC_DAIFMT_CBS_CFS, 135 + SND_SOC_DAIFMT_CBC_CFC, 136 136 .ops = &migor_dai_ops, 137 137 SND_SOC_DAILINK_REG(wm8978), 138 138 };