Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp.h120 struct dsp_dtmf { struct
121 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 */