Home
last modified time | relevance | path

Searched refs:dtmfthreshold (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_core.c170 static int dtmfthreshold = 100; variable
176 module_param(dtmfthreshold, uint, S_IRUGO | S_IWUSR);
1099 if (dtmfthreshold < 20 || dtmfthreshold > 500) in dspcreate()
1100 dtmfthreshold = 200; in dspcreate()
1101 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()