summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-26 15:08:37 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-26 15:08:37 +0000
commitc0d6c2b73430f72a3bca648145a81f21183875df (patch)
tree8c1eb19730f312f78f043cf5fe8e9f8b055ab769 /wctdm24xxp
parentf3e581156803abf4365d8aef25011f2f0a52c9f0 (diff)
Another clock polarity update. To fix garbage audio on some systems with the wctdm24xxp driver and VPMADT032
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3188 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 6fa563e..a9b7302 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -2764,7 +2764,7 @@ static int vpm150m_config_hw(struct wctdm *wc)
portconfig.TxFrameSyncPolarity2 = FrameSyncActHigh;
portconfig.RxFrameSyncPolarity2 = FrameSyncActHigh;
portconfig.TxClockPolarity2 = SerClockActHigh;
- portconfig.RxClockPolarity2 = SerClockActHigh;
+ portconfig.RxClockPolarity2 = SerClockActLow;
portconfig.TxDataDelay2 = DataDelay0;
portconfig.RxDataDelay2 = DataDelay0;
portconfig.DxDelay2 = Disabled;