diff options
Diffstat (limited to 'drivers/isdn/mISDN/dsp.h')
-rw-r--r-- | drivers/isdn/mISDN/dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/dsp.h b/drivers/isdn/mISDN/dsp.h index 564ea3efd5e3..18af86879c05 100644 --- a/drivers/isdn/mISDN/dsp.h +++ b/drivers/isdn/mISDN/dsp.h | |||
@@ -116,6 +116,7 @@ struct dsp_conf { | |||
116 | #define ECHOCAN_BUFF_MASK 0x3ff /* -1 */ | 116 | #define ECHOCAN_BUFF_MASK 0x3ff /* -1 */ |
117 | 117 | ||
118 | struct dsp_dtmf { | 118 | struct dsp_dtmf { |
119 | int enable; /* dtmf is enabled */ | ||
119 | int treshold; /* above this is dtmf (square of) */ | 120 | int treshold; /* above this is dtmf (square of) */ |
120 | int software; /* dtmf uses software decoding */ | 121 | int software; /* dtmf uses software decoding */ |
121 | int hardware; /* dtmf uses hardware decoding */ | 122 | int hardware; /* dtmf uses hardware decoding */ |