summaryrefslogtreecommitdiff
path: root/drivers/dahdi/adt_lec.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/adt_lec.h')
-rw-r--r--drivers/dahdi/adt_lec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dahdi/adt_lec.h b/drivers/dahdi/adt_lec.h
index b2f7896..678fb30 100644
--- a/drivers/dahdi/adt_lec.h
+++ b/drivers/dahdi/adt_lec.h
@@ -32,11 +32,17 @@ enum adt_lec_nlp_type {
ADT_LEC_SUPPRESS,
};
+enum adt_companding {
+ ADT_COMP_ULAW = 0,
+ ADT_COMP_ALAW,
+};
+
struct adt_lec_params {
__u32 tap_length;
enum adt_lec_nlp_type nlp_type;
__u32 nlp_threshold;
__u32 nlp_max_suppress;
+ enum adt_companding companding;
};
#endif /* _ADT_LEC_H */