summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_rpmsg_i2s.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2017-03-06 17:32:29 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:53 +0800
commitce2f05d271f4cbaf77fed45dac0069b44dc58d96 (patch)
treee8fdf926c3ff5300c71a7fafdd29ffbfd83f44f3 /sound/soc/fsl/fsl_rpmsg_i2s.c
parent5d8c7ea7ce3e6f36d26e5125f5e8e13948c2fb83 (diff)
MLK-14372: ASoC: fsl_rpmsg_i2s: remove unsupported sample rate
RTOS for M4 core in imx7ulp don't support 32kHz and 44kHz Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'sound/soc/fsl/fsl_rpmsg_i2s.c')
-rw-r--r--sound/soc/fsl/fsl_rpmsg_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_rpmsg_i2s.c b/sound/soc/fsl/fsl_rpmsg_i2s.c
index 10c917ef66fd..5a66e9097e43 100644
--- a/sound/soc/fsl/fsl_rpmsg_i2s.c
+++ b/sound/soc/fsl/fsl_rpmsg_i2s.c
@@ -27,7 +27,6 @@
#include "imx-pcm.h"
#define FSL_RPMSG_I2S_RATES (SNDRV_PCM_RATE_8000|SNDRV_PCM_RATE_16000|\
- SNDRV_PCM_RATE_32000|SNDRV_PCM_RATE_44100|\
SNDRV_PCM_RATE_48000)
#define FSL_RPMSG_I2S_FORMATS SNDRV_PCM_FMTBIT_S16_LE