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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.c100 #define VOLCTRL_STEP_SIZE 5 macro
147 if ((left += VOLCTRL_STEP_SIZE) > 100)
150 if ((right += VOLCTRL_STEP_SIZE) > 100)
164 if ((left -= VOLCTRL_STEP_SIZE) < 0)
167 if ((right -= VOLCTRL_STEP_SIZE) < 0)

Completed in 39 milliseconds