SV_RECSRC_OUT 915 sound/pci/sonicvibes.c ucontrol->value.enumerated.item[0] = ((snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC) & SV_RECSRC_OUT) >> 5) - 1; SV_RECSRC_OUT 916 sound/pci/sonicvibes.c ucontrol->value.enumerated.item[1] = ((snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ADC) & SV_RECSRC_OUT) >> 5) - 1; SV_RECSRC_OUT 935 sound/pci/sonicvibes.c left = (oval1 & ~SV_RECSRC_OUT) | left; SV_RECSRC_OUT 936 sound/pci/sonicvibes.c right = (oval2 & ~SV_RECSRC_OUT) | right;