]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
authorChancel Liu <chancel.liu@nxp.com>
Tue, 18 Apr 2023 09:42:59 +0000 (17:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Apr 2023 12:28:44 +0000 (14:28 +0200)
commit938e5aa0efe18dfedb31da8336092f613b84b5e4
tree8429c9b290e24c6dded15d4139ece3788767da30
parentc5568ae06ace1ae2fea85d5d86c6c37c7752ed0c
ASoC: fsl_sai: Fix pins setting for i.MX8QM platform

commit 238787157d83969e5149c8e99787d5d90e85fbe5 upstream.

SAI on i.MX8QM platform supports the data lines up to 4. So the pins
setting should be corrected to 4.

Fixes: e0d2f332e123 ("ASoC: fsl_sai: Enable combine mode soft")
Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Link: https://lore.kernel.org/r/20230418094259.4150771-1-chancel.liu@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/fsl/fsl_sai.c