mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
ASoC: samsung: odroid: 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/87eczla3ka.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5dc6b4a351
commit
06d07a4f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ static struct snd_soc_dai_link odroid_card_dais[] = {
|
|||
.no_pcm = 1,
|
||||
.playback_only = 1,
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBS_CFS,
|
||||
SND_SOC_DAIFMT_CBC_CFC,
|
||||
SND_SOC_DAILINK_REG(mixer),
|
||||
}, {
|
||||
/* Secondary FE <-> BE link */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue