diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-02-19 04:19:10 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-25 16:19:19 +0300 |
| commit | 5a09e179024e76afdf9ad3a6ae767b4e06884ea8 (patch) | |
| tree | 4648e778f8f4564f86cbdcf50f48e5508c052b6d | |
| parent | 10efa807929084a8a1c38655942a3bf83bce587a (diff) | |
| download | linux-5a09e179024e76afdf9ad3a6ae767b4e06884ea8.tar.xz | |
ASoC: Documentation: DPCM: 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/87ikp6vii9.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/sound/soc/dpcm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/soc/dpcm.rst b/Documentation/sound/soc/dpcm.rst index 02419a6f8213..a12636552f50 100644 --- a/Documentation/sound/soc/dpcm.rst +++ b/Documentation/sound/soc/dpcm.rst @@ -362,7 +362,7 @@ The machine driver sets some additional parameters to the DAI link i.e. .codec_dai_name = "modem-aif1", .codec_name = "modem", .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF - | SND_SOC_DAIFMT_CBM_CFM, + | SND_SOC_DAIFMT_CBP_CFP, .c2c_params = &dai_params, .num_c2c_params = 1, } |
