From fc4e1a29b489ba41a466b7116628d4dc6814d68d Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 31 Mar 2004 19:42:17 +0000 Subject: Make timing source be reported properly in zttool git-svn-id: http://svn.digium.com/svn/zaptel/trunk@335 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wct4xxp.c') 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) -- cgit v1.2.3