Searched refs:lev_right (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dwaveartist.c913 unsigned int lev_left, lev_right; local
916 lev_right = devc->levels[whichDev] >> 8;
920 if (lev_right > 100)
921 lev_right = 100;
934 lev_right = SCALE(lev_right, mix->max) << mix->shift;
945 right = (right & ~mask) | (lev_right & mask);
954 SCALE(lev_right, 32767));
960 SCALE(lev_right, 32767));
1094 unsigned int lev_right local
[all...]

Completed in 70 milliseconds