summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-09-12 14:56:36 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:44 +0800
commit4c52ab44232f5786679391d3b0ee3fadb6794061 (patch)
tree82cc4c5226113054a963b8420442992092e1621f /include
parent2c13e971e12a623da3edbc7a51df0b83a225b1f7 (diff)
ENGR00279368-3 mxc: asrc: Add missing clock control
* Add missing clock control * Set ASRC clock to 7.5MHz as 3.0.35 does * Use the same divisor for ideal ratio mode as 3.0.35 does Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxc_asrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mxc_asrc.h b/include/linux/mxc_asrc.h
index 9f742a9da80e..ecee963193af 100644
--- a/include/linux/mxc_asrc.h
+++ b/include/linux/mxc_asrc.h
@@ -30,7 +30,7 @@
/* Ideal Ratio mode doesn't care the outclk frequency, so be fixed */
-#define ASRC_PRESCALER_IDEAL_RATIO 7
+#define ASRC_PRESCALER_IDEAL_RATIO 5
/* SPDIF rxclk pulse rate is 128 * samplerate, so 2 ^ 7 */
#define ASRC_PRESCALER_SPDIF_RX 7
/* SPDIF txclk pulse rate is 64 * samplerate, so 2 ^ 6 */