Lines Matching defs:ogain
926 unsigned int ngain, ogain;
952 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
953 if (ngain != ogain)
956 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
957 if (ngain != ogain)
1007 unsigned int ogain;
1017 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
1021 if (ogain != ngain) {
1027 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
1031 if (ogain != ngain) {