summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_asrc.h
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-12-08 15:20:41 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:48:21 +0800
commitf54a93b477539524740ca786de646b9b0b571822 (patch)
tree7c9d99e1f2fc7dd59d9643eb82d869345e03d841 /sound/soc/fsl/fsl_asrc.h
parent200a083afb686fe60bc0f84ebf7e5b76ab5d071d (diff)
MLK-10048-5: ASoC: fsl_asrc: underrun for playback 192k, 6ch p2p case.
For p2p output, the output divider should align with the output sample rate, if use the Ideal sample rate, there will be a lot of overload, which will cause underrun. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> (cherry picked from commit 5ab043f1a020ae8c3aeb3d91f6894bbd6a6ec147)
Diffstat (limited to 'sound/soc/fsl/fsl_asrc.h')
-rw-r--r--sound/soc/fsl/fsl_asrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_asrc.h b/sound/soc/fsl/fsl_asrc.h
index 0c07304bbd89..d958c5dd6b2d 100644
--- a/sound/soc/fsl/fsl_asrc.h
+++ b/sound/soc/fsl/fsl_asrc.h
@@ -25,7 +25,7 @@
#define ASRC_OUTPUT_LAST_SAMPLE_MAX 32
#define ASRC_OUTPUT_LAST_SAMPLE 16
-#define IDEAL_RATIO_RATE 1000000
+#define IDEAL_RATIO_RATE 200000
#define REG_ASRCTR 0x00
#define REG_ASRIER 0x04