summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwct4xxp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 950b859..b3fc717 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -652,6 +652,8 @@ static void t4_set_timing_source(struct t4 *wc, int unit)
printk("TE410P: Timing from internal timer\n");
}
wc->syncsrc = unit;
+ for (x=0;x<4;x++)
+ wc->spans[x].syncsrc = unit;
}
static void t4_set_timing_source_auto(struct t4 *wc)