From 2fb5d7d6d71af64edfc10b2bfcda46fc9769c326 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Fri, 19 Aug 2011 22:53:47 +0000 Subject: [PATCH] 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 Signed-off-by: Shaun Ruffell Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10147 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.5@10149 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;