Lines Matching defs:gain
1788 unsigned int gain;
1791 gain = UNITY_GAIN;
1793 gain = 0;
1795 gain = sgain;
1799 hdspm_write_in_gain(hdspm, i, j, gain);
1800 hdspm_write_pb_gain(hdspm, i, j, gain);
3681 int gain;
3694 gain = ucontrol->value.integer.value[2];
3699 change = gain != hdspm_read_pb_gain(hdspm, destination,
3703 change = gain != hdspm_read_in_gain(hdspm, destination,
3710 gain);
3713 gain);
3720 /* The simple mixer control(s) provide gain control for the
3770 int gain;
3780 gain = ucontrol->value.integer.value[0]*UNITY_GAIN/64;
3784 gain != hdspm_read_pb_gain(hdspm, channel,
3788 gain);