diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-09-04 11:59:41 +0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-04 15:05:31 +0400 |
commit | 9cfb76905da525579d0d43c1205c86033d0ae3e5 (patch) | |
tree | 470f35db63e32ae392ef2ccb81e61449f51397f4 /sound/soc/codecs/tlv320aic31xx.h | |
parent | 7ed36e96fd05470e98e7daf648f9cf7f38609670 (diff) | |
download | linux-9cfb76905da525579d0d43c1205c86033d0ae3e5.tar.xz |
ASoC: tlv320aic31xx: Enable support for S24_LE format
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic31xx.h')
-rw-r--r-- | sound/soc/codecs/tlv320aic31xx.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |