Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
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 */
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
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 */