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 9324804..1d924ac 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -581,7 +581,7 @@ static int wcfxs_powerup_proslic(struct wcfxs *wc, int card)
unsigned long origjiffies;
/* Set period of DC-DC converter to 1/64 khz */
- wcfxs_setreg(wc, card, 92, 0xf0 /* was 0xff */);
+ wcfxs_setreg(wc, card, 92, 0xff /* was 0xff */);
/* Engage DC-DC converter */
wcfxs_setreg(wc, card, 93, 0x99 /* was 0x19 */);