mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ASoC: samsung: aries_wm8994: 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/8734g1a3jj.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
795aad6b17
commit
697c58941c
|
|
@ -474,7 +474,7 @@ static struct snd_soc_dai_link aries_dai[] = {
|
|||
.name = "WM8994 AIF1",
|
||||
.stream_name = "HiFi",
|
||||
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
||||
SND_SOC_DAIFMT_CBM_CFM,
|
||||
SND_SOC_DAIFMT_CBP_CFP,
|
||||
.ops = &aries_ops,
|
||||
SND_SOC_DAILINK_REG(aif1),
|
||||
},
|
||||
|
|
@ -510,13 +510,13 @@ static struct snd_soc_card aries_card = {
|
|||
};
|
||||
|
||||
static const struct aries_wm8994_variant fascinate4g_variant = {
|
||||
.modem_dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_CBS_CFS
|
||||
.modem_dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_CBC_CFC
|
||||
| SND_SOC_DAIFMT_IB_NF,
|
||||
.has_fm_radio = false,
|
||||
};
|
||||
|
||||
static const struct aries_wm8994_variant aries_variant = {
|
||||
.modem_dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_CBM_CFM
|
||||
.modem_dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_CBP_CFP
|
||||
| SND_SOC_DAIFMT_IB_NF,
|
||||
.has_fm_radio = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user