Searched refs:ogain (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_mixer.c113 unsigned int ngain, ogain; local
118 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
119 if (force || ngain != ogain)
122 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
123 if (force || ngain != ogain)
510 unsigned int ogain; local
516 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
520 if (ogain != ngain) {
526 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
530 if (ogain !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_mixer.c113 unsigned int ngain, ogain; local
118 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
119 if (force || ngain != ogain)
122 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
123 if (force || ngain != ogain)
510 unsigned int ogain; local
516 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
520 if (ogain != ngain) {
526 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
530 if (ogain !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demumixer.c857 unsigned int ngain, ogain; local
883 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
884 if (ngain != ogain)
887 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
888 if (ngain != ogain)
938 unsigned int ogain; local
948 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
952 if (ogain != ngain) {
958 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
962 if (ogain !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/emu10k1/
H A Demumixer.c857 unsigned int ngain, ogain; local
883 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
884 if (ngain != ogain)
887 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
888 if (ngain != ogain)
938 unsigned int ogain; local
948 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
952 if (ogain != ngain) {
958 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
962 if (ogain !
[all...]

Completed in 128 milliseconds