From: Shengjiu Wang Date: Fri, 23 Jan 2026 08:25:00 +0000 (+0800) Subject: ASoC: fsl_audmix: Add support for i.MX952 platform X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291f2f908823832e932582500816ad614631d568;p=thirdparty%2Fkernel%2Flinux.git ASoC: fsl_audmix: Add support for i.MX952 platform Add compatible string to support AUDMIX on i.MX952 Signed-off-by: Shengjiu Wang Link: https://patch.msgid.link/20260123082501.4050296-4-shengjiu.wang@nxp.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/fsl_audmix.c b/sound/soc/fsl/fsl_audmix.c index 7981d598ba13..40a3b7432174 100644 --- a/sound/soc/fsl/fsl_audmix.c +++ b/sound/soc/fsl/fsl_audmix.c @@ -444,6 +444,9 @@ static const struct of_device_id fsl_audmix_ids[] = { { .compatible = "fsl,imx8qm-audmix", }, + { + .compatible = "fsl,imx952-audmix", + }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, fsl_audmix_ids);