Searched refs:SV_IREG_LEFT_ADC (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c108 #define SV_IREG_LEFT_ADC 0x00 /* Left ADC Input Control */ macro
818 ucontrol->value.enumerated.item[0] = ((snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC) & SV_RECSRC_OUT) >> 5) - 1;
836 oval1 = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC);
841 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ADC, left);
974 SONICVIBES_DOUBLE("Capture Volume", 0, SV_IREG_LEFT_ADC, SV_IREG_RIGHT_ADC, 0, 0, 15, 0),
983 SONICVIBES_SINGLE("Mic Boost", 0, SV_IREG_LEFT_ADC, 4, 1, 0),
1242 snd_sonicvibes_out(sonic, SV_IREG_LEFT_ADC, mge ? 0xd0 : 0xc0);

Completed in 184 milliseconds