Home
last modified time | relevance | path

Searched defs:dsp_dtmf (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/isdn/mISDN/
Ddsp.h118 struct dsp_dtmf { struct
119 int enable; /* dtmf is enabled */
120 int treshold; /* above this is dtmf (square of) */
121 int software; /* dtmf uses software decoding */
122 int hardware; /* dtmf uses hardware decoding */
123 int size; /* number of bytes in buffer */
124 signed short buffer[DSP_DTMF_NPOINTS];
126 u8 lastwhat, lastdigit;
127 int count;
128 u8 digits[16]; /* dtmf result */