Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dsbdsp.c709 if (mask & ~((1<<SB_MIDI_VOL) | (1<<SB_LINE_IN_VOL) | in sbdsp_set_in_ports()
713 if (mask & (1<<SB_MIDI_VOL)) bitsr |= SBP_MIDI_SRC_R; in sbdsp_set_in_ports()
1400 case SB_MIDI_VOL: in sbdsp_set_mixer_gain()
1432 case SB_MIDI_VOL: in sbdsp_set_mixer_gain()
1458 case SB_MIDI_VOL: in sbdsp_set_mixer_gain()
1532 case SB_MIDI_VOL: in sbdsp_mixer_set_port()
1714 case SB_MIDI_VOL: in sbdsp_mixer_get_port()
1804 case SB_MIDI_VOL: in sbdsp_mixer_query_devinfo()
1884 dip->un.s.member[3].mask = 1 << SB_MIDI_VOL; in sbdsp_mixer_query_devinfo()
2030 dip->prev = SB_MIDI_VOL; in sbdsp_mixer_query_devinfo()
H A Dsbdspvar.h46 #define SB_MIDI_VOL 1 macro