mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-19 04:22:35 -05:00
ASoC: ti: omap3pandora: 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/874j0hh4r5.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
9fde82ea39
commit
941abe67e1
@@ -189,7 +189,7 @@ static struct snd_soc_dai_link omap3pandora_dai[] = {
|
||||
.name = "PCM1773",
|
||||
.stream_name = "HiFi Out",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
.ops = &omap3pandora_ops,
|
||||
.init = omap3pandora_out_init,
|
||||
SND_SOC_DAILINK_REG(out),
|
||||
@@ -197,7 +197,7 @@ static struct snd_soc_dai_link omap3pandora_dai[] = {
|
||||
.name = "TWL4030",
|
||||
.stream_name = "Line/Mic In",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
.ops = &omap3pandora_ops,
|
||||
.init = omap3pandora_in_init,
|
||||
SND_SOC_DAILINK_REG(in),
|
||||
|
||||
Reference in New Issue
Block a user