Searched refs:dtmfthreshold (Results 1 – 1 of 1) sorted by relevance
168 static int dtmfthreshold = 100; variable174 module_param(dtmfthreshold, uint, S_IRUGO | S_IWUSR);1094 if (dtmfthreshold < 20 || dtmfthreshold > 500) in dspcreate()1095 dtmfthreshold = 200; in dspcreate()1096 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()