Searched refs:orange (Results 1 - 1 of 1) sorted by path

/linux-master/sound/core/oss/
H A Dmixer_oss.c426 long orange = omax - omin, nrange = nmax - nmin; local
428 if (orange == 0)
430 return DIV_ROUND_CLOSEST(nrange * (val - omin), orange) + nmin;

Completed in 250 milliseconds