diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2016-08-12 15:20:06 +0800 |
---|---|---|
committer | Anson Huang <Anson.Huang@nxp.com> | 2017-06-08 19:24:23 +0800 |
commit | 8e0c9b63ec7105f011284bb2e8e588c632f1a51a (patch) | |
tree | 62854dbabaac6b7779f12b63aaee1cb97ca49200 /sound | |
parent | 5740f8cb8485be5bfbc4d59dd4a898f30b6107c4 (diff) |
MLK-13050: ASoC: cs42xx8: remove S32_LE format
cs42xx8 is a 24 bit device, the maximum supported bit is 24bit.
So remove the S32_LE from the supported list.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs42xx8.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/codecs/cs42xx8.c b/sound/soc/codecs/cs42xx8.c index 76b1b7626e05..7d2c921d912c 100644 --- a/sound/soc/codecs/cs42xx8.c +++ b/sound/soc/codecs/cs42xx8.c @@ -1,7 +1,7 @@ /* * Cirrus Logic CS42448/CS42888 Audio CODEC Digital Audio Interface (DAI) driver * - * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. + * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. * * Author: Nicolin Chen <Guangyu.Chen@freescale.com> * @@ -32,8 +32,7 @@ static const char *const cs42xx8_supply_names[CS42XX8_NUM_SUPPLIES] = { #define CS42XX8_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \ SNDRV_PCM_FMTBIT_S20_3LE | \ - SNDRV_PCM_FMTBIT_S24_LE | \ - SNDRV_PCM_FMTBIT_S32_LE) + SNDRV_PCM_FMTBIT_S24_LE) /* codec private data */ struct cs42xx8_priv { |