From 646df31f0f82d44a03c025e2bb6d70097d1f401a Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Thu, 29 Aug 2019 14:07:18 +0800 Subject: =?UTF-8?q?MLK-22521-1:=20ASoC:=20fsl=5Feasrc=EF=BC=9AIEC958=20is?= =?UTF-8?q?=20only=20supported=20for=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IEC958 is only supported for output according to the RM Signed-off-by: Shengjiu Wang Reviewed-by: Viorel Suman (cherry picked from commit bf36888526c420776c18ca06548b9d3798200beb) --- sound/soc/fsl/fsl_easrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/soc/fsl/fsl_easrc.c') diff --git a/sound/soc/fsl/fsl_easrc.c b/sound/soc/fsl/fsl_easrc.c index 347f2577f919..f7cc9ddd9000 100644 --- a/sound/soc/fsl/fsl_easrc.c +++ b/sound/soc/fsl/fsl_easrc.c @@ -43,8 +43,7 @@ extern struct snd_soc_component_driver fsl_easrc_dma_component; SNDRV_PCM_FMTBIT_U32_LE | \ SNDRV_PCM_FMTBIT_S20_3LE | \ SNDRV_PCM_FMTBIT_U20_3LE | \ - SNDRV_PCM_FMTBIT_FLOAT_LE | \ - SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) + SNDRV_PCM_FMTBIT_FLOAT_LE) static int fsl_easrc_iec958_put_bits(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) @@ -1817,7 +1816,8 @@ static struct snd_soc_dai_driver fsl_easrc_dai = { .rate_min = 8000, .rate_max = 768000, .rates = SNDRV_PCM_RATE_KNOT, - .formats = FSL_EASRC_FORMATS, + .formats = FSL_EASRC_FORMATS | + SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE, }, .ops = &fsl_easrc_dai_ops, }; -- cgit v1.2.3