ASoC: fsl_mqs: Distinguish different modules by system manager indices
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 20 Jun 2025 05:52:28 +0000 (13:52 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jul 2025 11:59:58 +0000 (12:59 +0100)
commit9931d2899eec3737f4e4fa9fc900be7329816e94
tree0a5c4931374c7da88464d0d4493ea274e6bc89b6
parentb27a58ecdf5f88496340156eb33130e1f0d0f5d1
ASoC: fsl_mqs: Distinguish different modules by system manager indices

On i.MX94, the MQS2 also needs to be configured by SCMI interface, add
sm_index variable in struct fsl_mqs_soc_data to distinguish the MQS1 and
MQS2 on this platform.

Add the system manager indices for i.MX94 in the header file.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20250620055229.965942-2-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/firmware/imx/sm.h
sound/soc/fsl/fsl_mqs.c