[PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform

Shengjiu Wang shengjiu.wang at gmail.com
Wed Apr 19 14:08:03 AEST 2023


On Tue, Apr 18, 2023 at 5:44 PM Chancel Liu <chancel.liu at nxp.com> wrote:

> SAI on i.MX8QM platform supports the data lines up to 4. So the pins
> setting should be corrected to 4.
>
> Fixes: eba0f0077519 ("ASoC: fsl_sai: Enable combine mode soft")
> Signed-off-by: Chancel Liu <chancel.liu at nxp.com>
>

Acked-by: Shengjiu Wang <shengjiu.wang at gmail.com>

Best regards
wang shengjiu

> ---
>  sound/soc/fsl/fsl_sai.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
> index 07d13dca852e..abdaffb00fbd 100644
> --- a/sound/soc/fsl/fsl_sai.c
> +++ b/sound/soc/fsl/fsl_sai.c
> @@ -1544,7 +1544,7 @@ static const struct fsl_sai_soc_data
> fsl_sai_imx8qm_data = {
>         .use_imx_pcm = true,
>         .use_edma = true,
>         .fifo_depth = 64,
> -       .pins = 1,
> +       .pins = 4,
>         .reg_offset = 0,
>         .mclk0_is_mclk1 = false,
>         .flags = 0,
> --
> 2.25.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20230419/18ad9ea8/attachment-0001.htm>


More information about the Linuxppc-dev mailing list