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:46:24 +0300
commita4f24900c310f44af4f3399129476c3d231b74ba (patch)
tree6ccd367405c994ab75380c34b989bb1b1ecc0a0e /sound/soc/fsl/fsl_spdif.c
parentae30f694dad4fcbcba09e895505211f29d0a83ae (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>
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,
};