Searched refs:left_change (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/pci/
H A Dazt3328.c337 int left_change = 0, right_change = 0; local
350 left_change = (curr_vol_left > dst_vol_left) ? -1 : 1;
360 if (left_change) {
362 curr_vol_left += left_change;
365 left_change = 0;
380 } while ((left_change) || (right_change));

Completed in 169 milliseconds