]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tas2557sw-android/tas2557-android-driver.git/commitdiff
make clock-error-detection more robust
authorPeter Li <a0220410@ti.com>
Fri, 28 Apr 2017 09:33:43 +0000 (17:33 +0800)
committerPeter Li <a0220410@ti.com>
Fri, 28 Apr 2017 09:33:43 +0000 (17:33 +0800)
tas2557-core.c

index 720a610900551ca57cc884bd17c1b1390fd289c1..8a4df946eaa84550f2934d8cb1528f5a60b71bda 100755 (executable)
@@ -98,7 +98,7 @@ static unsigned int p_tas2557_startup_data[] = {
        TAS2557_POWER_CTRL2_REG, 0xA3,   /* Class-D, Boost, IV sense power up */
        TAS2557_POWER_CTRL1_REG, 0xF8,   /* PLL, DSP, clock dividers power up */
        TAS2557_UDELAY, 2000,           /* delay */
-       TAS2557_CLK_ERR_CTRL, 0x0b,     /* enable clock error detection */
+       TAS2557_CLK_ERR_CTRL, 0x2b,     /* enable clock error detection */
        0xFFFFFFFF, 0xFFFFFFFF
 };