diff options
author | Andreas Eversberg <andreas@eversberg.eu> | 2009-05-22 07:04:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 03:51:31 -0400 |
commit | 7cfa153dd709f15188fe84b78ae76387841fe17b (patch) | |
tree | 35df67cef71397759e9fad76fb878fa439f26f45 /drivers/isdn/hardware/mISDN/hfc_multi.h | |
parent | a5355c27d26001865a5ac32c868c82a523c275d3 (diff) |
mISDN: Echo canceler now gets delay information from hardware
Added tx-fifo information for calculation of current delay to sync tx and rx
streams for echo canceler.
Signed-off-by: Andreas Eversberg <andreas@eversberg.eu>
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/hfc_multi.h')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfc_multi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfc_multi.h b/drivers/isdn/hardware/mISDN/hfc_multi.h index 5765e1962911..c4878cc712c9 100644 --- a/drivers/isdn/hardware/mISDN/hfc_multi.h +++ b/drivers/isdn/hardware/mISDN/hfc_multi.h | |||
@@ -44,6 +44,7 @@ struct hfc_chan { | |||
44 | int conf; /* conference setting of TX slot */ | 44 | int conf; /* conference setting of TX slot */ |
45 | int txpending; /* if there is currently data in */ | 45 | int txpending; /* if there is currently data in */ |
46 | /* the FIFO 0=no, 1=yes, 2=splloop */ | 46 | /* the FIFO 0=no, 1=yes, 2=splloop */ |
47 | int Zfill; /* rx-fifo level on last hfcmulti_tx */ | ||
47 | int rx_off; /* set to turn fifo receive off */ | 48 | int rx_off; /* set to turn fifo receive off */ |
48 | int coeff_count; /* curren coeff block */ | 49 | int coeff_count; /* curren coeff block */ |
49 | s32 *coeff; /* memory pointer to 8 coeff blocks */ | 50 | s32 *coeff; /* memory pointer to 8 coeff blocks */ |