public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH v3] ASoC: fsl-sai: add 32 bit word length support
@ 2015-08-11  3:14 Zidan Wang
  2015-08-11  7:02 ` Nicolin Chen
  2015-08-11 18:37 ` Applied "ASoC: fsl-sai: add 32 bit word length support" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Zidan Wang @ 2015-08-11  3:14 UTC (permalink / raw)
  To: nicoleotsuka; +Cc: alsa-devel, timur, Zidan Wang, Xiubo.Lee, tiwai, broonie

Add 32 bit word length support. There are no code changes required
in the SAI driver since it has already wirten the word width to the
corresponding register.

Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
---
 sound/soc/fsl/fsl_sai.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 0662809..d137290 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -13,7 +13,8 @@
 
 #define FSL_SAI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
 			 SNDRV_PCM_FMTBIT_S20_3LE |\
-			 SNDRV_PCM_FMTBIT_S24_LE)
+			 SNDRV_PCM_FMTBIT_S24_LE |\
+			 SNDRV_PCM_FMTBIT_S32_LE)
 
 /* SAI Register Map Register */
 #define FSL_SAI_TCSR	0x00 /* SAI Transmit Control */
-- 
1.9.1

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

* Re: [PATCH v3] ASoC: fsl-sai: add 32 bit word length support
  2015-08-11  3:14 [PATCH v3] ASoC: fsl-sai: add 32 bit word length support Zidan Wang
@ 2015-08-11  7:02 ` Nicolin Chen
  2015-08-11 18:37 ` Applied "ASoC: fsl-sai: add 32 bit word length support" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolin Chen @ 2015-08-11  7:02 UTC (permalink / raw)
  To: Zidan Wang; +Cc: alsa-devel, timur, Xiubo.Lee, tiwai, broonie

On Tue, Aug 11, 2015 at 11:14:26AM +0800, Zidan Wang wrote:
> Add 32 bit word length support. There are no code changes required
> in the SAI driver since it has already wirten the word width to the
> corresponding register.
> 
> Signed-off-by: Zidan Wang <zidan.wang@freescale.com>

Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>

> ---
>  sound/soc/fsl/fsl_sai.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
> index 0662809..d137290 100644
> --- a/sound/soc/fsl/fsl_sai.h
> +++ b/sound/soc/fsl/fsl_sai.h
> @@ -13,7 +13,8 @@
>  
>  #define FSL_SAI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
>  			 SNDRV_PCM_FMTBIT_S20_3LE |\
> -			 SNDRV_PCM_FMTBIT_S24_LE)
> +			 SNDRV_PCM_FMTBIT_S24_LE |\
> +			 SNDRV_PCM_FMTBIT_S32_LE)
>  
>  /* SAI Register Map Register */
>  #define FSL_SAI_TCSR	0x00 /* SAI Transmit Control */
> -- 
> 1.9.1
> 

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

* Applied "ASoC: fsl-sai: add 32 bit word length support" to the asoc tree
  2015-08-11  3:14 [PATCH v3] ASoC: fsl-sai: add 32 bit word length support Zidan Wang
  2015-08-11  7:02 ` Nicolin Chen
@ 2015-08-11 18:37 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-08-11 18:37 UTC (permalink / raw)
  To: Zidan Wang, Nicolin Chen, Mark Brown; +Cc: alsa-devel

The patch

   ASoC: fsl-sai: add 32 bit word length support

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

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

>From 9b7493d00c06013fb9192ea23cc83a1a2d003d61 Mon Sep 17 00:00:00 2001
From: Zidan Wang <zidan.wang@freescale.com>
Date: Tue, 11 Aug 2015 11:14:26 +0800
Subject: [PATCH] ASoC: fsl-sai: add 32 bit word length support

Add 32 bit word length support. There are no code changes required
in the SAI driver since it has already wirten the word width to the
corresponding register.

Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/fsl_sai.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 0662809..d137290 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -13,7 +13,8 @@
 
 #define FSL_SAI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
 			 SNDRV_PCM_FMTBIT_S20_3LE |\
-			 SNDRV_PCM_FMTBIT_S24_LE)
+			 SNDRV_PCM_FMTBIT_S24_LE |\
+			 SNDRV_PCM_FMTBIT_S32_LE)
 
 /* SAI Register Map Register */
 #define FSL_SAI_TCSR	0x00 /* SAI Transmit Control */
-- 
2.5.0

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

end of thread, other threads:[~2015-08-11 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  3:14 [PATCH v3] ASoC: fsl-sai: add 32 bit word length support Zidan Wang
2015-08-11  7:02 ` Nicolin Chen
2015-08-11 18:37 ` Applied "ASoC: fsl-sai: add 32 bit word length support" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox