summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 1d28058..2b771c4 100755
--- a/wcfxs.c
+++ b/wcfxs.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);