summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-08-19 22:40:36 +0000
committerShaun Ruffell <sruffell@digium.com>2011-08-19 22:40:36 +0000
commit024869ac9055a99ad047cea97995d3e49d4f0f41 (patch)
tree680b4d7223053e51446a17ca90173ae0d3c4bd6d /drivers/dahdi/wctdm.c
parent031ad0b6e263aa45736a2d3ec5b740b02759638a (diff)
wctdm: Set 'fastpickup' counter to 8ms
This fixes what looks like a typo in r1055 [1]. [1] http://svnview.digium.com/svn/dahdi?view=revision&revision=1055 Reported-by: Kinnith Wallace <kwallace@digium.com> Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10147 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm.c')
-rw-r--r--drivers/dahdi/wctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c
index 01ae73e..0e81c84 100644
--- a/drivers/dahdi/wctdm.c
+++ b/drivers/dahdi/wctdm.c
@@ -1710,7 +1710,7 @@ static int wctdm_init_voicedaa(struct wctdm *wc, int card, int fast, int manual,
/* Misc. DAA parameters */
if (fastpickup)
- reg31 = 0xb3;
+ reg31 = 0xe3;
else
reg31 = 0xa3;