summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index bdcceda..f780a19 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -1457,8 +1457,10 @@ static int wctdm_init_voicedaa(struct wctdm *wc, int card, int fast, int manual,
wctdm_setreg(wc, card, 5, 0x08);
/* NZ -- crank the tx gain up by 7 dB */
- if (!strcmp(fxo_modes[_opermode].name, "NEWZEALAND"))
+ if (!strcmp(fxo_modes[_opermode].name, "NEWZEALAND")) {
+ printk("Adjusting gain\n");
wctdm_setreg(wc, card, 38, 0x7);
+ }
return 0;