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

The transmitter and receiver of SAI can be used for different dsp modes,
then 'is_dsp_mode' needs to be separated.

Expand 'is_dsp_mode' to array 'is_dsp_mode[]' to support different
configuration of tx and rx.

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