Searched defs:dsp_dtmf (Results 1 – 1 of 1) sorted by relevance
120 struct dsp_dtmf { struct121 int enable; /* dtmf is enabled */122 int treshold; /* above this is dtmf (square of) */123 int software; /* dtmf uses software decoding */124 int hardware; /* dtmf uses hardware decoding */125 int size; /* number of bytes in buffer */126 signed short buffer[DSP_DTMF_NPOINTS];128 u8 lastwhat, lastdigit;129 int count;130 u8 digits[16]; /* dtmf result */