diff mbox

ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE

Message ID 1407959466-3690-1-git-send-email-zonque@gmail.com (mailing list archive)
State Accepted
Commit 9301503af016eb537ccce76adec0c1bb5c84871e
Headers show

Commit Message

Daniel Mack Aug. 13, 2014, 7:51 p.m. UTC
This mode is unsupported, as the DMA controller can't do zero-padding
of samples.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reported-by: Johannes Stezenbach <js@sig21.net>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
---
 sound/soc/pxa/pxa-ssp.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Mark Brown Aug. 13, 2014, 8:12 p.m. UTC | #1
On Wed, Aug 13, 2014 at 09:51:06PM +0200, Daniel Mack wrote:
> This mode is unsupported, as the DMA controller can't do zero-padding
> of samples.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 199a8b3..2db467f 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -764,9 +764,7 @@  static int pxa_ssp_remove(struct snd_soc_dai *dai)
 			  SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_64000 |	\
 			  SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
 
-#define PXA_SSP_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
-			    SNDRV_PCM_FMTBIT_S24_LE |	\
-			    SNDRV_PCM_FMTBIT_S32_LE)
+#define PXA_SSP_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE)
 
 static const struct snd_soc_dai_ops pxa_ssp_dai_ops = {
 	.startup	= pxa_ssp_startup,