Lines Matching defs:gain
1789 unsigned int gain;
1792 gain = UNITY_GAIN;
1794 gain = 0;
1796 gain = sgain;
1800 hdspm_write_in_gain(hdspm, i, j, gain);
1801 hdspm_write_pb_gain(hdspm, i, j, gain);
3686 int gain;
3699 gain = ucontrol->value.integer.value[2];
3704 change = gain != hdspm_read_pb_gain(hdspm, destination,
3708 change = gain != hdspm_read_in_gain(hdspm, destination,
3715 gain);
3718 gain);
3725 /* The simple mixer control(s) provide gain control for the
3775 int gain;
3785 gain = ucontrol->value.integer.value[0]*UNITY_GAIN/64;
3789 gain != hdspm_read_pb_gain(hdspm, channel,
3793 gain);