summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-core.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-04 14:04:33 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-04 14:04:33 +0000
commit0400a2e6a773a5f30e271e218f124080f2f355ae (patch)
treeee3a35d0520d26ca9934a85c90a6e9366d192e8b /drivers/dahdi/xpp/xbus-core.h
parente721c230bee364d3b716ee6b758b16610e041ed7 (diff)
xpp: add FXO HWEC quirks handling
In some cases the hardware echo canceller cannot be used. Mostly related to an FXO module. * FXO module if the first module is BRI or PRI * FXS module if the Astribank has another FXO, no PRI/BRI, and is a sync slave. Signed-off-by: Oron Peled <oron.peled@xorcom.com> Acked-By: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10019 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-core.h')
-rw-r--r--drivers/dahdi/xpp/xbus-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/xbus-core.h b/drivers/dahdi/xpp/xbus-core.h
index b781e94..14678ff 100644
--- a/drivers/dahdi/xpp/xbus-core.h
+++ b/drivers/dahdi/xpp/xbus-core.h
@@ -207,6 +207,10 @@ struct xbus {
int cpu_rcv_intr[NR_CPUS];
int cpu_rcv_tasklet[NR_CPUS];
+ struct quirks {
+ int has_fxo:1;
+ int has_digital_span:1;
+ } quirks;
bool self_ticking;
enum sync_mode sync_mode;
/* Managed by low-level drivers: */