/src/sys/dev/pci/ |
cmpci.c | 1303 int bitsl, bitsr; local in function:cmpci_set_in_ports 1312 bitsr = mask & (CMPCI_RECORD_SOURCE_CD | CMPCI_RECORD_SOURCE_LINE_IN | 1315 bitsl = CMPCI_SB16_MIXER_SRC_R_TO_L(bitsr); 1318 bitsr |= CMPCI_SB16_MIXER_MIC_SRC; 1321 cmpci_mixerreg_write(sc, CMPCI_SB16_MIXER_ADCMIX_R, bitsr);
|
cmpci.c | 1303 int bitsl, bitsr; local in function:cmpci_set_in_ports 1312 bitsr = mask & (CMPCI_RECORD_SOURCE_CD | CMPCI_RECORD_SOURCE_LINE_IN | 1315 bitsl = CMPCI_SB16_MIXER_SRC_R_TO_L(bitsr); 1318 bitsr |= CMPCI_SB16_MIXER_MIC_SRC; 1321 cmpci_mixerreg_write(sc, CMPCI_SB16_MIXER_ADCMIX_R, bitsr);
|
/src/sys/dev/isa/ |
sbdsp.c | 912 int bitsl, bitsr; local in function:sbdsp_set_in_ports 952 bitsr = 0; 953 if (mask & (1<<SB_MIDI_VOL)) bitsr |= SBP_MIDI_SRC_R; 954 if (mask & (1<<SB_LINE_IN_VOL)) bitsr |= SBP_LINE_SRC_R; 955 if (mask & (1<<SB_CD_VOL)) bitsr |= SBP_CD_SRC_R; 956 bitsl = SB_SRC_R_TO_L(bitsr); 959 bitsr |= SBP_MIC_SRC; 962 sbdsp_mix_write(sc, SBP_RECORD_SOURCE_R, bitsr);
|
sbdsp.c | 912 int bitsl, bitsr; local in function:sbdsp_set_in_ports 952 bitsr = 0; 953 if (mask & (1<<SB_MIDI_VOL)) bitsr |= SBP_MIDI_SRC_R; 954 if (mask & (1<<SB_LINE_IN_VOL)) bitsr |= SBP_LINE_SRC_R; 955 if (mask & (1<<SB_CD_VOL)) bitsr |= SBP_CD_SRC_R; 956 bitsl = SB_SRC_R_TO_L(bitsr); 959 bitsr |= SBP_MIC_SRC; 962 sbdsp_mix_write(sc, SBP_RECORD_SOURCE_R, bitsr);
|