summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-01-28 03:37:45 +0300
committerMark Brown <broonie@kernel.org>2026-01-28 03:37:45 +0300
commitab2e3fa491734b655e1d37aee058fa7195174d74 (patch)
tree27ba7bc6c07e992b10adfa995b5bce0e06781457 /include/linux
parent74823db9ba2e13f3ec007b354759b3d8125e462c (diff)
parent19b08fd23b20593ebe43708308dbddb02507877d (diff)
downloadlinux-ab2e3fa491734b655e1d37aee058fa7195174d74.tar.xz
ASoC: fsl_audmix: Support the i.MX952 platform
Merge series from Shengjiu Wang <shengjiu.wang@nxp.com>: Enable AUDMIX on i.MX952 platform, update dt binding document and driver. SAI is connected to AUDMIX, and the AUDMIX can be bypassed, so add 'fsl,sai-amix-mode' property in SAI binding document for this case.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/firmware/imx/sm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/firmware/imx/sm.h b/include/linux/firmware/imx/sm.h
index a33b45027356..ba5d93bd6158 100644
--- a/include/linux/firmware/imx/sm.h
+++ b/include/linux/firmware/imx/sm.h
@@ -26,6 +26,8 @@
#define SCMI_IMX94_CTRL_SAI3_MCLK 5U /*!< WAKE SAI3 MCLK */
#define SCMI_IMX94_CTRL_SAI4_MCLK 6U /*!< WAKE SAI4 MCLK */
+#define SCMI_IMX952_CTRL_BYPASS_AUDMIX 8U /* WAKE AUDMIX */
+
#if IS_ENABLED(CONFIG_IMX_SCMI_MISC_DRV)
int scmi_imx_misc_ctrl_get(u32 id, u32 *num, u32 *val);
int scmi_imx_misc_ctrl_set(u32 id, u32 val);