mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
ASoC: samsung: lowland: 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/87bjupa3k3.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
3f97e52562
commit
9ef6a439bc
|
|
@ -105,7 +105,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
|
|||
.name = "CPU",
|
||||
.stream_name = "CPU",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
.init = lowland_wm5100_init,
|
||||
SND_SOC_DAILINK_REG(cpu),
|
||||
},
|
||||
|
|
@ -113,7 +113,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
|
|||
.name = "Baseband",
|
||||
.stream_name = "Baseband",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
.ignore_suspend = 1,
|
||||
SND_SOC_DAILINK_REG(baseband),
|
||||
},
|
||||
|
|
@ -121,7 +121,7 @@ static struct snd_soc_dai_link lowland_dai[] = {
|
|||
.name = "Sub Speaker",
|
||||
.stream_name = "Sub Speaker",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
.ignore_suspend = 1,
|
||||
.c2c_params = &sub_params,
|
||||
.num_c2c_params = 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user