mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
ASoC: samsung: snow: 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/87h64ha3ki.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
d2f277bf8a
commit
69e35d9bfd
@@ -137,7 +137,7 @@ static int snow_probe(struct platform_device *pdev)
|
||||
link = &priv->dai_link;
|
||||
|
||||
link->dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS;
|
||||
SND_SOC_DAIFMT_CBC_CFC;
|
||||
|
||||
link->name = "Primary";
|
||||
link->stream_name = link->name;
|
||||
|
||||
Reference in New Issue
Block a user