[PATCH v3 0/4] ASoC: fsl_audmix: Support the i.MX952 platform

Shengjiu Wang posted 4 patches 2 weeks ago
.../devicetree/bindings/sound/fsl,audmix.yaml | 16 ++++++++++++--
.../devicetree/bindings/sound/fsl,sai.yaml    | 16 ++++++++++++++
include/linux/firmware/imx/sm.h               |  2 ++
sound/soc/fsl/fsl_audmix.c                    |  3 +++
sound/soc/fsl/fsl_sai.c                       | 21 +++++++++++++++++++
sound/soc/fsl/fsl_sai.h                       |  4 ++++
6 files changed, 60 insertions(+), 2 deletions(-)
[PATCH v3 0/4] ASoC: fsl_audmix: Support the i.MX952 platform
Posted by Shengjiu Wang 2 weeks ago
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.

Changes in v3:
- refine the commit messages
- use string for 'fsl,sai-amix-mode' and add default value.
- update driver for property change

Changes in v2:
- Move the property to SAI binding document
- The property name is 'fsl,sai-amix-mode'
- Move the code for above property to SAI driver

Shengjiu Wang (4):
  ASoC: dt-bindings: fsl,audmix: Add support for i.MX952 platform
  ASoC: dt-bindings: fsl,sai: Add AUDMIX mode support on i.MX952
  ASoC: fsl_audmix: Add support for i.MX952 platform
  ASoC: fsl_sai: Add AUDMIX mode support on i.MX952

 .../devicetree/bindings/sound/fsl,audmix.yaml | 16 ++++++++++++--
 .../devicetree/bindings/sound/fsl,sai.yaml    | 16 ++++++++++++++
 include/linux/firmware/imx/sm.h               |  2 ++
 sound/soc/fsl/fsl_audmix.c                    |  3 +++
 sound/soc/fsl/fsl_sai.c                       | 21 +++++++++++++++++++
 sound/soc/fsl/fsl_sai.h                       |  4 ++++
 6 files changed, 60 insertions(+), 2 deletions(-)

-- 
2.34.1
Re: [PATCH v3 0/4] ASoC: fsl_audmix: Support the i.MX952 platform
Posted by Mark Brown 1 week, 3 days ago
On Fri, 23 Jan 2026 16:24:57 +0800, Shengjiu Wang wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/4] ASoC: dt-bindings: fsl,audmix: Add support for i.MX952 platform
      commit: 7550d6263b9b2015a806f66bf7ad356b6f25d050
[2/4] ASoC: dt-bindings: fsl,sai: Add AUDMIX mode support on i.MX952
      commit: 4d3b56b8a3504dab98d5f9a91ed9091431749863
[3/4] ASoC: fsl_audmix: Add support for i.MX952 platform
      commit: 291f2f908823832e932582500816ad614631d568
[4/4] ASoC: fsl_sai: Add AUDMIX mode support on i.MX952
      commit: 19b08fd23b20593ebe43708308dbddb02507877d

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark