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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c67 int oldvol, newvol, n; local
76 newvol = opl3_volume_table[volume] + oldvol;
77 if (newvol > OPL3_TOTAL_LEVEL_MASK)
78 newvol = OPL3_TOTAL_LEVEL_MASK;
79 else if (newvol < 0)
80 newvol = 0;
82 n = OPL3_TOTAL_LEVEL_MASK - (newvol & OPL3_TOTAL_LEVEL_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dsgio2audio.c188 int newvol, oldvol; local
191 newvol = (ucontrol->value.integer.value[0] << 8) |
194 newvol = ad1843_set_gain(&chip->ad1843, kcontrol->private_value,
195 newvol);
197 return newvol != oldvol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c286 volume_master_update(int newvol) argument
290 master_volume = newvol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c2369 const unsigned int newvol)
2373 while (i > newvol) {
2377 while (i < newvol) {
2368 issue_volchange(const unsigned int oldvol, const unsigned int newvol) argument

Completed in 176 milliseconds