Lines Matching defs:ogain
1191 unsigned int ngain, ogain;
1216 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
1217 if (ngain != ogain)
1220 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
1221 if (ngain != ogain)
1271 unsigned int ogain;
1287 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
1288 if (ogain != ngain0) {
1294 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
1295 if (ogain != ngain1) {