diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-02-26 01:30:09 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-03-03 12:57:14 +0000 |
| commit | 5cfb2f62242b41e2b60cadf21b28ee43cf615ec2 (patch) | |
| tree | 61deed8aa6f73b97fe7c02999eb67ab01b38e348 | |
| parent | 48d5e50e4fe78bf9cc5b4eca72798d4507da62fb (diff) | |
| download | linux-5cfb2f62242b41e2b60cadf21b28ee43cf615ec2.tar.gz linux-5cfb2f62242b41e2b60cadf21b28ee43cf615ec2.zip | |
ASoC: ti: j721e-evm: 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/878qpth4ri.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/ti/j721e-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ti/j721e-evm.c b/sound/soc/ti/j721e-evm.c index d9d1e021f5b2..c0fa72e626ff 100644 --- a/sound/soc/ti/j721e-evm.c +++ b/sound/soc/ti/j721e-evm.c @@ -37,7 +37,7 @@ enum j721e_audio_domain_id { #define J721E_DAI_FMT (SND_SOC_DAIFMT_RIGHT_J | \ SND_SOC_DAIFMT_NB_NF | \ - SND_SOC_DAIFMT_CBS_CFS) + SND_SOC_DAIFMT_CBC_CFC) enum j721e_board_type { J721E_BOARD_CPB = 1, |
