mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
ASoC: mediatek: mt2701-cs42448: 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/87wmdd8oyp.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
862123a0a4
commit
b1f5886cca
|
|
@ -266,7 +266,7 @@ static struct snd_soc_dai_link mt2701_cs42448_dai_links[] = {
|
|||
[DAI_LINK_BE_I2S0] = {
|
||||
.name = "mt2701-cs42448-I2S0",
|
||||
.no_pcm = 1,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC
|
||||
| SND_SOC_DAIFMT_GATED,
|
||||
.ops = &mt2701_cs42448_be_ops,
|
||||
SND_SOC_DAILINK_REG(be_i2s0),
|
||||
|
|
@ -274,7 +274,7 @@ static struct snd_soc_dai_link mt2701_cs42448_dai_links[] = {
|
|||
[DAI_LINK_BE_I2S1] = {
|
||||
.name = "mt2701-cs42448-I2S1",
|
||||
.no_pcm = 1,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC
|
||||
| SND_SOC_DAIFMT_GATED,
|
||||
.ops = &mt2701_cs42448_be_ops,
|
||||
SND_SOC_DAILINK_REG(be_i2s1),
|
||||
|
|
@ -282,7 +282,7 @@ static struct snd_soc_dai_link mt2701_cs42448_dai_links[] = {
|
|||
[DAI_LINK_BE_I2S2] = {
|
||||
.name = "mt2701-cs42448-I2S2",
|
||||
.no_pcm = 1,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC
|
||||
| SND_SOC_DAIFMT_GATED,
|
||||
.ops = &mt2701_cs42448_be_ops,
|
||||
SND_SOC_DAILINK_REG(be_i2s2),
|
||||
|
|
@ -290,7 +290,7 @@ static struct snd_soc_dai_link mt2701_cs42448_dai_links[] = {
|
|||
[DAI_LINK_BE_I2S3] = {
|
||||
.name = "mt2701-cs42448-I2S3",
|
||||
.no_pcm = 1,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBS_CFS
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBC_CFC
|
||||
| SND_SOC_DAIFMT_GATED,
|
||||
.ops = &mt2701_cs42448_be_ops,
|
||||
SND_SOC_DAILINK_REG(be_i2s3),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user