mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Mark Brown
parent
1c4749873b
commit
38399716e3
@@ -307,7 +307,7 @@ static struct snd_soc_dai_link rx51_dai[] = {
|
||||
.name = "TLV320AIC34",
|
||||
.stream_name = "AIC34",
|
||||
.dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
.init = rx51_aic34_init,
|
||||
.ops = &rx51_ops,
|
||||
SND_SOC_DAILINK_REG(aic34),
|
||||
|
||||
Reference in New Issue
Block a user