mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 09:33:31 +02:00
ASoC: samsung: midas_wm1811: 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/871pvla3jg.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
697c58941c
commit
22bbcab0a2
|
|
@ -537,7 +537,7 @@ static struct snd_soc_dai_link midas_dai[] = {
|
|||
.stream_name = "HiFi Primary",
|
||||
.ops = &midas_aif1_ops,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
SND_SOC_DAILINK_REG(wm1811_hifi),
|
||||
}, {
|
||||
.name = "WM1811 Voice",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user