summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_spdif.c
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-05-11 20:33:44 +0300
committerViorel Suman <viorel.suman@nxp.com>2020-05-15 11:48:06 +0300
commit59add5a754b62690e8e0c6fd82a519ab5ea793e9 (patch)
treefcd1df7b2c7bb12a9518e6ab45a86f3d0f1fc7bb /sound/soc/fsl/fsl_spdif.c
parentc6407ffb3dd3ed054d7a82de0e45d370c91a5ec4 (diff)
MLK-23146-1: ASoC: fsl_spdif: add intermediate RX rates for iMX8MM.
Add intermediate RX rates for iMX8MM. Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com> (cherry picked from commit a4f24900c310f44af4f3399129476c3d231b74ba)
Diffstat (limited to 'sound/soc/fsl/fsl_spdif.c')
-rw-r--r--sound/soc/fsl/fsl_spdif.c3
1 files changed, 2 insertions, 1 deletions
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,
};