mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
ASoC: samsung: smdk_wm8994pcm: 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/87zfi98oyx.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
22bbcab0a2
commit
cc8e22b6b1
|
|
@ -99,7 +99,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
|
|||
.name = "WM8994 PAIF PCM",
|
||||
.stream_name = "Primary PCM",
|
||||
.dai_fmt = SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_IB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
.ops = &smdk_wm8994_pcm_ops,
|
||||
SND_SOC_DAILINK_REG(paif_pcm),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user