public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: fsl-sai: add 32 bit word length support
@ 2015-08-07  6:23 Zidan Wang
  2015-08-07  6:23 ` [PATCH 2/3] ASoC: fsl_sai: Add imx7d platform support Zidan Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Zidan Wang @ 2015-08-07  6:23 UTC (permalink / raw)
  To: nicoleotsuka
  Cc: alsa-devel, timur, Zidan Wang, Xiubo.Lee, tiwai, lgirdwood,
	broonie

Add 32 bit word length support.

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

diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 0662809..40280ce 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2013 Freescale Semiconductor, Inc.
+ * Copyright 2012-2015 Freescale Semiconductor, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07  6:23 [PATCH 1/3] ASoC: fsl-sai: add 32 bit word length support Zidan Wang
2015-08-07  6:23 ` [PATCH 2/3] ASoC: fsl_sai: Add imx7d platform support Zidan Wang
2015-08-07 13:18   ` Mark Brown
2015-08-07 19:34   ` Nicolin Chen
2015-08-10  1:14     ` Zidan Wang
2015-08-11  9:38     ` Mark Brown
2015-08-07  6:23 ` [PATCH 3/3] ASoC: fsl_sai: Add imx6ul " Zidan Wang
2015-08-07 13:18   ` Mark Brown
2015-08-07 13:19 ` [PATCH 1/3] ASoC: fsl-sai: add 32 bit word length support Mark Brown

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