summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-31 19:42:17 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-31 19:42:17 +0000
commitfc4e1a29b489ba41a466b7116628d4dc6814d68d (patch)
treed063aee5a1a92742964b3e3b8787ba1a87d168fd /wct4xxp.c
parentfab2d465b2e6f6001c5371dcd6a5e49f00a369ea (diff)
Make timing source be reported properly in zttool
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@335 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-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)