aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@linaro.org>2012-03-30 17:10:45 +0800
committerHaitao Zhang <hzhang@canonical.com>2012-03-31 13:36:35 +0800
commit34062d01c4ded52dd6b64b1c97f9f1c80634542d (patch)
tree50af5dd4a15b8c1857d8f4c9d69230ed4c4068bc
parentc5fa6fd07ff863b891ad56985393158d736a9ab0 (diff)
ASoC: imx-ssi: disable S24_LE and S20_3LE temporallylinux-linaro-lt-mx6-3.2.0-2012.03-0test/lt-3.2-imx6lt-3.2-imx6
This format run too fast, disable it temporally. Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
-rw-r--r--sound/soc/imx/imx-ssi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c
index 0225bd37de7..f4994bd05f8 100644
--- a/sound/soc/imx/imx-ssi.c
+++ b/sound/soc/imx/imx-ssi.c
@@ -55,8 +55,7 @@
#define SSI_SACNT_DEFAULT (SSI_SACNT_AC97EN | SSI_SACNT_FV)
#define IMX_SSI_FORMATS \
- (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \
- SNDRV_PCM_FMTBIT_S24_LE)
+ (SNDRV_PCM_FMTBIT_S16_LE)
static const struct of_device_id imx_ssi_dt_ids[] = {
{ .compatible = "fsl,imx1-ssi", },