Home
last modified time | relevance | path

Searched refs:AC97_MIX_MASTER (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dac97.h41 #define AC97_MIX_MASTER 0x02 macro
H A Dac97.c86 [SOUND_MIXER_VOLUME] = { AC97_MIX_MASTER, 5, 0, 1, 1, 6, 0, 1 },
/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c539 case AC97_MIX_MASTER: in emu_ac97_read_emulation()
540 emulated = sc->ac97_state[AC97_MIX_MASTER]; in emu_ac97_read_emulation()
586 case AC97_MIX_MASTER: in emu_ac97_write_emulation()
589 sc->ac97_state[AC97_MIX_MASTER] = data & (0x8000 | 0x3f3f); in emu_ac97_write_emulation()
H A Dcs4281.c651 cs4281_wrcd(0, sc, AC97_MIX_MASTER, 0); in cs4281_init()