SV_RECSRC_OUT 900 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 901 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 920 sound/pci/sonicvibes.c left = (oval1 & ~SV_RECSRC_OUT) | left; SV_RECSRC_OUT 921 sound/pci/sonicvibes.c right = (oval2 & ~SV_RECSRC_OUT) | right;