From e40f7a6b1aed3f59a115cac6eb8b9768792cbece Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Fri, 6 Mar 2020 10:45:47 +0200 Subject: 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 Reviewed-by: Shengjiu Wang --- sound/soc/fsl/fsl_xcvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/fsl/fsl_xcvr.c') 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 = { -- cgit v1.2.3