diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2016-08-12 15:20:06 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:24:53 +0800 |
commit | e301e3a22f2835513a7f84eb7f74826ea4b89242 (patch) | |
tree | 2cba229659c95c790e820ad7d23f702a3e8398b7 /sound/soc/codecs/cs42xx8.c | |
parent | 55f4a0a802237450cb84af741ab7cb18f647ded6 (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/soc/codecs/cs42xx8.c')
-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 5bbaf5e4bcbd..453c61b34ad7 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 { |