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
This commit is contained in:
parent
ad4489c7f4
commit
0bc7ff0816
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user