summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index 1d28058..2b771c4 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -1284,7 +1284,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card, int fast, int manual,
wcfxs_setreg(wc, card, 73, 0x04);
if (fxshonormode) {
fxsmode = acim2tiss[fxo_modes[_opermode].acim];
- wcfxs_setreg(wc, card, 10, fxsmode);
+ wcfxs_setreg(wc, card, 10, 0x08 | fxsmode);
}
if (lowpower)
wcfxs_setreg(wc, card, 72, 0x10);