]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: dt-bindings: fsl,sai: Add AUDMIX mode support on i.MX952
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 23 Jan 2026 08:24:59 +0000 (16:24 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 26 Jan 2026 12:09:17 +0000 (12:09 +0000)
commit4d3b56b8a3504dab98d5f9a91ed9091431749863
treea644cd3e306e0772975cb08b3d7f125d3c5d6b83
parent7550d6263b9b2015a806f66bf7ad356b6f25d050
ASoC: dt-bindings: fsl,sai: Add AUDMIX mode support on i.MX952

The SAI can connect to AUDMIX, but AUDMIX can be bypassed or not on
i.MX952. There are three use cases:

1) SAI -> Codec (No AUDMIX between SAI and Codec)
2) SAI -> Codec (Has AUDMIX, but AUDMIX is bypassed)
3) SAI -> AUDMIX -> Codec (Has AUDMIX and used)

So add 'fsl,sai-amix-mode' property for this feature

fsl,sai-amix-mode = "none": is for case 1)
fsl,sai-amix-mode = "bypass": is for case 2)
fsl,sai-amix-mode = "audmix": is for case 3)

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20260123082501.4050296-3-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/fsl,sai.yaml