Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dsbdsp.c355 sbdsp_set_in_ports(sc, 1 << SB_MIC_VOL); in sbdsp_attach()
363 case SB_MIC_VOL: in sbdsp_attach()
688 if (mask != (1 << SB_MIC_VOL)) in sbdsp_set_in_ports()
693 case 1 << SB_MIC_VOL: in sbdsp_set_in_ports()
710 (1<<SB_CD_VOL) | (1<<SB_MIC_VOL))) in sbdsp_set_in_ports()
717 if (mask & (1<<SB_MIC_VOL)) { in sbdsp_set_in_ports()
1419 case SB_MIC_VOL: in sbdsp_set_mixer_gain()
1446 case SB_MIC_VOL: in sbdsp_set_mixer_gain()
1527 case SB_MIC_VOL: in sbdsp_mixer_set_port()
1545 case SB_MIC_VOL: in sbdsp_mixer_set_port()
[all …]
Dsbdspvar.h51 #define SB_MIC_VOL 5 macro