treshold 122 drivers/isdn/mISDN/dsp.h int treshold; /* above this is dtmf (square of) */ treshold 309 drivers/isdn/mISDN/dsp_core.c dsp->dtmf.treshold = (*(int *)data) * 10000; treshold 1097 drivers/isdn/mISDN/dsp_core.c ndsp->dtmf.treshold = dtmfthreshold * 10000; treshold 214 drivers/isdn/mISDN/dsp_dtmf.c if (result[i] > dsp->dtmf.treshold) {