aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/mISDN/dsp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c
index 3083338716b2..47dbfe298b43 100644
--- a/drivers/isdn/mISDN/dsp_core.c
+++ b/drivers/isdn/mISDN/dsp_core.c
@@ -502,7 +502,7 @@ tone_off:
502 break; 502 break;
503 } 503 }
504 dsp->cmx_delay = (*((int *)data)) << 3; 504 dsp->cmx_delay = (*((int *)data)) << 3;
505 /* miliseconds to samples */ 505 /* milliseconds to samples */
506 if (dsp->cmx_delay >= (CMX_BUFF_HALF>>1)) 506 if (dsp->cmx_delay >= (CMX_BUFF_HALF>>1))
507 /* clip to half of maximum usable buffer 507 /* clip to half of maximum usable buffer
508 (half of half buffer) */ 508 (half of half buffer) */