]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl_mqs: Add i.MX95 platform support
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 22 May 2024 03:08:25 +0000 (11:08 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 28 May 2024 17:23:38 +0000 (18:23 +0100)
commit401a1f021bbc5a81eb63742f62005629c4f8d747
tree5f16d39333e483a47434feaa02a6f412123aa7d9
parent4c7d2dc698dfdb16db180c142cd681c42e23b419
ASoC: fsl_mqs: Add i.MX95 platform support

There are two MQS instances on the i.MX95 platform.
The definition of bit positions in the control register are
different. In order to support these MQS modules, define
two compatible strings to distinguish them.

Define different soc data according to compatible strings

On i.MX95 one instance in nect-mix is supported by this
commit, another instance in always-on-mix is not supported,
which depends on System Manager function readiness.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://msgid.link/r/1716347305-18457-3-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_mqs.c