From a4f24900c310f44af4f3399129476c3d231b74ba Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Mon, 11 May 2020 20:33:44 +0300 Subject: [PATCH] MLK-23146-1: ASoC: fsl_spdif: add intermediate RX rates for iMX8MM. Add intermediate RX rates for iMX8MM. Signed-off-by: Viorel Suman Reviewed-by: Shengjiu Wang --- sound/soc/fsl/fsl_spdif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 11ec7b4b102c..49f5a8551143 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -162,7 +162,8 @@ static struct fsl_spdif_soc_data fsl_spdif_imx8mm = { .rx_burst = FSL_SPDIF_RXFIFO_WML, .interrupts = 1, .tx_formats = FSL_SPDIF_FORMATS_PLAYBACK, - .rx_rates = (FSL_SPDIF_RATES_CAPTURE | SNDRV_PCM_RATE_192000), + .rx_rates = (FSL_SPDIF_RATES_CAPTURE | SNDRV_PCM_RATE_88200 | + SNDRV_PCM_RATE_176400 | SNDRV_PCM_RATE_192000), .constrain_period_size = false, };