mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
ASoC: kirkwood: 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/87eczuvih7.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5a09e17902
commit
1c4749873b
@ -73,20 +73,20 @@ static struct snd_soc_dai_link a370db_dai[] = {
|
||||
{
|
||||
.name = "CS42L51",
|
||||
.stream_name = "analog",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC,
|
||||
.ops = &a370db_ops,
|
||||
SND_SOC_DAILINK_REG(analog),
|
||||
},
|
||||
{
|
||||
.name = "S/PDIF out",
|
||||
.stream_name = "spdif-out",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(spdif_out),
|
||||
},
|
||||
{
|
||||
.name = "S/PDIF in",
|
||||
.stream_name = "spdif-in",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(spdif_in),
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user