summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.h
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-03-06 10:45:47 +0200
committerViorel Suman <viorel.suman@nxp.com>2020-03-10 11:08:35 +0200
commite40f7a6b1aed3f59a115cac6eb8b9768792cbece (patch)
tree2be1691375c58352848900db2ae4b06ae1d3c753 /sound/soc/fsl/fsl_xcvr.h
parent80aaafd873ba95ed2b5ff13a2d55ba289efe2b8a (diff)
MLK-23567-2: ASoC: fsl_xcvr: use same format for both RX and TX
The only supported XCVR format is IEC958_SUBFRAME_LE, so use it for both RX and TX. Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_xcvr.h')
-rw-r--r--sound/soc/fsl/fsl_xcvr.h6
1 files changed, 1 insertions, 5 deletions
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)