summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_xcvr.c2
-rw-r--r--sound/soc/fsl/fsl_xcvr.h6
2 files changed, 2 insertions, 6 deletions
diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index 50cdd80dcc0f..c20d6fe6db69 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -585,7 +585,7 @@ static const struct snd_soc_pcm_stream capture = {
.rate_min = 32000,
.rate_max = 1536000,
.rates = SNDRV_PCM_RATE_KNOT,
- .formats = FSL_XCVR_FORMATS_RX,
+ .formats = FSL_XCVR_FORMATS,
};
static struct snd_soc_dai_driver fsl_xcvr_dai = {
diff --git a/sound/soc/fsl/fsl_xcvr.h b/sound/soc/fsl/fsl_xcvr.h
index f70d751a9709..6751db093fe9 100644
--- a/sound/soc/fsl/fsl_xcvr.h
+++ b/sound/soc/fsl/fsl_xcvr.h
@@ -8,11 +8,7 @@
#ifndef __FSL_XCVR_H
#define __FSL_XCVR_H
-#define FSL_XCVR_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
- SNDRV_PCM_FMTBIT_S24_LE |\
- SNDRV_PCM_FMTBIT_S32_LE)
-
-#define FSL_XCVR_FORMATS_RX (SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)
+#define FSL_XCVR_FORMATS (SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)
#define FSL_XCVR_AMODE_SPDIF (0x00 << 2)