diff options
| author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2026-01-23 16:25:00 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-26 12:09:18 +0000 |
| commit | 291f2f908823832e932582500816ad614631d568 (patch) | |
| tree | 55f68abc41f017a776f2ae6a78b130703776c0fe | |
| parent | 4d3b56b8a3504dab98d5f9a91ed9091431749863 (diff) | |
| download | linux-291f2f908823832e932582500816ad614631d568.tar.gz linux-291f2f908823832e932582500816ad614631d568.zip | |
ASoC: fsl_audmix: Add support for i.MX952 platform
Add compatible string to support AUDMIX on i.MX952
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20260123082501.4050296-4-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/fsl/fsl_audmix.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
