Searched refs:ngain (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_mixer.c113 unsigned int ngain, ogain; local
117 ngain = emu->i2c_capture_volume[val][0]; /* Left */
119 if (force || ngain != ogain)
120 snd_ca0106_i2c_write(emu, ADC_ATTEN_ADCL, ngain & 0xff);
121 ngain = emu->i2c_capture_volume[val][1]; /* Right */
123 if (force || ngain != ogain)
124 snd_ca0106_i2c_write(emu, ADC_ATTEN_ADCR, ngain & 0xff);
511 unsigned int ngain; local
517 ngain = ucontrol->value.integer.value[0];
518 if (ngain >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demumixer.c857 unsigned int ngain, ogain; local
882 ngain = emu->i2c_capture_volume[source_id][0]; /* Left */
884 if (ngain != ogain)
885 snd_emu10k1_i2c_write(emu, ADC_ATTEN_ADCL, ((ngain) & 0xff));
886 ngain = emu->i2c_capture_volume[source_id][1]; /* Right */
888 if (ngain != ogain)
889 snd_emu10k1_i2c_write(emu, ADC_ATTEN_ADCR, ((ngain) & 0xff));
939 unsigned int ngain; local
949 ngain = ucontrol->value.integer.value[0];
950 if (ngain >
[all...]

Completed in 84 milliseconds