linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
@ 2023-04-18  9:42 Chancel Liu
  2023-04-19  4:08 ` Shengjiu Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chancel Liu @ 2023-04-18  9:42 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, alsa-devel, linux-kernel,
	linuxppc-dev, shengjiu.wang, Xiubo.Lee, festevam, nicoleotsuka
  Cc: Chancel Liu

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@nxp.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
  2023-04-18  9:42 [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform Chancel Liu
@ 2023-04-19  4:08 ` Shengjiu Wang
  2023-04-19  8:21 ` Iuliana Prodan
  2023-04-19 14:23 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Shengjiu Wang @ 2023-04-19  4:08 UTC (permalink / raw)
  To: Chancel Liu
  Cc: alsa-devel, lgirdwood, festevam, Xiubo.Lee, linux-kernel, tiwai,
	nicoleotsuka, broonie, perex, linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]

On Tue, Apr 18, 2023 at 5:44 PM Chancel Liu <chancel.liu@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@nxp.com>
>

Acked-by: Shengjiu Wang <shengjiu.wang@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
>
>

[-- Attachment #2: Type: text/html, Size: 1694 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
  2023-04-18  9:42 [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform Chancel Liu
  2023-04-19  4:08 ` Shengjiu Wang
@ 2023-04-19  8:21 ` Iuliana Prodan
  2023-04-19 14:23 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Iuliana Prodan @ 2023-04-19  8:21 UTC (permalink / raw)
  To: Chancel Liu, lgirdwood, broonie, perex, tiwai, alsa-devel,
	linux-kernel, linuxppc-dev, shengjiu.wang, Xiubo.Lee, festevam,
	nicoleotsuka

On 4/18/2023 12:42 PM, Chancel Liu 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@nxp.com>
> ---

Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>

Thanks,
Iulia

>   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,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
  2023-04-18  9:42 [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform Chancel Liu
  2023-04-19  4:08 ` Shengjiu Wang
  2023-04-19  8:21 ` Iuliana Prodan
@ 2023-04-19 14:23 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-04-19 14:23 UTC (permalink / raw)
  To: lgirdwood, perex, tiwai, alsa-devel, linux-kernel, linuxppc-dev,
	shengjiu.wang, Xiubo.Lee, festevam, nicoleotsuka, Chancel Liu

On Tue, 18 Apr 2023 17:42:59 +0800, Chancel Liu wrote:
> SAI on i.MX8QM platform supports the data lines up to 4. So the pins
> setting should be corrected to 4.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
      commit: 238787157d83969e5149c8e99787d5d90e85fbe5

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-19 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18  9:42 [PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform Chancel Liu
2023-04-19  4:08 ` Shengjiu Wang
2023-04-19  8:21 ` Iuliana Prodan
2023-04-19 14:23 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).