Skip to content

Commit

Permalink
MLK-13050: ASoC: cs42xx8: remove S32_LE format
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Shengjiu Wang committed Aug 15, 2016
1 parent 09e6f81 commit 21e62a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sound/soc/codecs/cs42xx8.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 21e62a8

Please sign in to comment.