aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/mISDN/dsp.h')
-rw-r--r--drivers/isdn/mISDN/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp.h b/drivers/isdn/mISDN/dsp.h
index 4a1c444d73ac..41c6cfdca8c8 100644
--- a/drivers/isdn/mISDN/dsp.h
+++ b/drivers/isdn/mISDN/dsp.h
@@ -124,7 +124,7 @@ struct dsp_dtmf {
124 /* buffers one full dtmf frame */ 124 /* buffers one full dtmf frame */
125 u8 lastwhat, lastdigit; 125 u8 lastwhat, lastdigit;
126 int count; 126 int count;
127 u8 digits[16]; /* just the dtmf result */ 127 u8 digits[16]; /* dtmf result */
128}; 128};
129 129
130 130