mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
ASoC: tegra: tegra_asoc_machine: 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/87wmdda3lp.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4586b05695
commit
04ea3e0d2e
|
|
@ -637,7 +637,7 @@ static struct snd_soc_dai_link tegra_wm8753_dai = {
|
|||
.stream_name = "WM8753 PCM",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(wm8753_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -701,7 +701,7 @@ static struct snd_soc_dai_link tegra_max98090_dai = {
|
|||
.init = tegra_asoc_machine_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(max98090_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -736,7 +736,7 @@ static struct snd_soc_dai_link tegra_max98088_dai = {
|
|||
.init = tegra_asoc_machine_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(max98088_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -769,7 +769,7 @@ static struct snd_soc_dai_link tegra_sgtl5000_dai = {
|
|||
.stream_name = "HiFi",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(sgtl5000_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -812,7 +812,7 @@ static struct snd_soc_dai_link tegra_tlv320aic23_dai = {
|
|||
.stream_name = "AIC23",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(tlv320aic23_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -861,7 +861,7 @@ static struct snd_soc_dai_link tegra_rt5677_dai = {
|
|||
.init = tegra_rt5677_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(rt5677_aif1),
|
||||
};
|
||||
|
||||
|
|
@ -895,7 +895,7 @@ static struct snd_soc_dai_link tegra_rt5640_dai = {
|
|||
.init = tegra_asoc_machine_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(rt5640_aif1),
|
||||
};
|
||||
|
||||
|
|
@ -928,7 +928,7 @@ static struct snd_soc_dai_link tegra_rt5632_dai = {
|
|||
.init = tegra_rt5677_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(rt5632_hifi),
|
||||
};
|
||||
|
||||
|
|
@ -961,7 +961,7 @@ static struct snd_soc_dai_link tegra_rt5631_dai = {
|
|||
.init = tegra_asoc_machine_init,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S |
|
||||
SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(rt5631_hifi),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user