Home
last modified time | relevance | path

Searched refs:SB_MIC_VOL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dsbdsp.c393 sbdsp_set_in_ports(sc, 1 << SB_MIC_VOL); in sbdsp_attach()
401 case SB_MIC_VOL: in sbdsp_attach()
928 if (mask != (1 << SB_MIC_VOL)) in sbdsp_set_in_ports()
933 case 1 << SB_MIC_VOL: in sbdsp_set_in_ports()
950 (1<<SB_CD_VOL) | (1<<SB_MIC_VOL))) in sbdsp_set_in_ports()
957 if (mask & (1<<SB_MIC_VOL)) { in sbdsp_set_in_ports()
1718 case SB_MIC_VOL: in sbdsp_set_mixer_gain()
1745 case SB_MIC_VOL: in sbdsp_set_mixer_gain()
1846 case SB_MIC_VOL: in sbdsp_mixer_set_port()
1869 case SB_MIC_VOL: in sbdsp_mixer_set_port()
[all …]
H A Dsbdspvar.h48 #define SB_MIC_VOL 5 macro