diff mbox

ASoC: tlv320aic31xx: Enable support for S24_LE format

Message ID 1409817581-29496-1-git-send-email-peter.ujfalusi@ti.com (mailing list archive)
State Accepted
Commit 9cfb76905da525579d0d43c1205c86033d0ae3e5
Headers show

Commit Message

Peter Ujfalusi Sept. 4, 2014, 7:59 a.m. UTC
S24_LE is the same on the bus as S24_3LE, which means the codec can support
it.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 sound/soc/codecs/tlv320aic31xx.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Mark Brown Sept. 4, 2014, 11:05 a.m. UTC | #1
On Thu, Sep 04, 2014 at 10:59:41AM +0300, Peter Ujfalusi wrote:
> S24_LE is the same on the bus as S24_3LE, which means the codec can support
> it.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/tlv320aic31xx.h b/sound/soc/codecs/tlv320aic31xx.h
index 52ed57c69dfa..fe16c34607bb 100644
--- a/sound/soc/codecs/tlv320aic31xx.h
+++ b/sound/soc/codecs/tlv320aic31xx.h
@@ -18,7 +18,8 @@ 
 #define AIC31XX_RATES	SNDRV_PCM_RATE_8000_192000
 
 #define AIC31XX_FORMATS	(SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE \
-			 | SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)
+			 | SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S24_LE \
+			 | SNDRV_PCM_FMTBIT_S32_LE)
 
 
 #define AIC31XX_STEREO_CLASS_D_BIT	0x1