mISDN: Fix DTMF detection enable/disable
DTMF detection was enabled when it was not supposed to. 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>
This commit is contained in:
committed by
David S. Miller
parent
8c90e11e35
commit
b0579d7459
@ -116,6 +116,7 @@ struct dsp_conf {
|
||||
#define ECHOCAN_BUFF_MASK 0x3ff /* -1 */
|
||||
|
||||
struct dsp_dtmf {
|
||||
int enable; /* dtmf is enabled */
|
||||
int treshold; /* above this is dtmf (square of) */
|
||||
int software; /* dtmf uses software decoding */
|
||||
int hardware; /* dtmf uses hardware decoding */
|
||||
|
Reference in New Issue
Block a user