summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwctdm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wctdm.c b/wctdm.c
index 9775e71..32de79b 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -1428,7 +1428,6 @@ static int wctdm_init_voicedaa(struct wctdm *wc, int card, int fast, int manual,
(wctdm_getreg(wc, card, 13) >> 2) & 0xf);
/* Enable on-hook line monitor */
wctdm_setreg(wc, card, 5, 0x08);
- wc->mod.fxo.offhook[card] = 1;
return 0;
}
@@ -1583,7 +1582,6 @@ static int wctdm_init_proslic(struct wctdm *wc, int card, int fast, int manual,
if (fxo_modes[_opermode].ring_x)
wctdm_proslic_setreg_indirect(wc, card, 21, fxo_modes[_opermode].ring_x);
}
- wctdm_setreg(wc,card,10,0);
if (lowpower)
wctdm_setreg(wc, card, 72, 0x10);