]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl_sai: separate set_tdm_slot() for tx and rx
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 28 Mar 2025 08:57:44 +0000 (16:57 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 6 Apr 2025 22:23:29 +0000 (23:23 +0100)
commit1d9119794c10023ebd7c901aa9aa2c74eb833177
tree20598730980ef1cd8361c191213cb538be9096b9
parente4b543d51ef1e723bde12d160121b7358a005b4f
ASoC: fsl_sai: separate set_tdm_slot() for tx and rx

The transmitter and receiver of SAI can be used for different slot number
and slot width configuration, so refine fsl_sai_set_dai_tdm_slot(), add
fsl_sai_set_dai_tdm_slot_tx() for tx and fsl_sai_set_dai_tdm_slot_rx()
for rx.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20250328085744.1893434-5-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c
sound/soc/fsl/fsl_sai.h