Commits

Mihai Serban committed 3ec1dba1f5e
MLK-16007-1: ASoC: fsl_asrc: Fix automatic mode configuration Fix configuration for automatic selection of processing options and internal measured ratio. ASRC can automatically select its pre-processing and post-processing options based on the frequencies it detects. To use this option the two parameter registers ASR76K and ASR56K must be correctly configured based on IPG clock frequency and the corresponding ATSx bits from the ASRCTR register must be set. When both the input sampling clock and the output sampling clock are physically available, the rate conversion can work by configuring the physical clocks. For this use case the ASRCTR:USRx and ASRCTR:IRDx bits have to be configured as 1 and 0 respectively. Signed-off-by: Mihai Serban <mihai.serban@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>