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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/ppc/
H A Dtumbler.c102 unsigned int master_vol[2]; member in struct:pmac_tumbler
220 left_vol = mix->master_vol[0];
228 right_vol = mix->master_vol[1];
268 ucontrol->value.integer.value[0] = mix->master_vol[0];
269 ucontrol->value.integer.value[1] = mix->master_vol[1];
281 change = mix->master_vol[0] != ucontrol->value.integer.value[0] ||
282 mix->master_vol[1] != ucontrol->value.integer.value[1];
284 mix->master_vol[0] = ucontrol->value.integer.value[0];
285 mix->master_vol[1] = ucontrol->value.integer.value[1];
1178 mix->save_master_vol[0] = mix->master_vol[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c731 int main_vol, expression_vol, master_vol; local
759 master_vol = port->chset.gs_master_volume;
760 LIMITVALUE(master_vol, 0, 127);
761 vol += snd_sf_vol_table[master_vol];

Completed in 91 milliseconds