Searched refs:AC97_MIX_MASTER (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.h | 41 #define AC97_MIX_MASTER 0x02 macro
|
H A D | ac97.c | 86 [SOUND_MIXER_VOLUME] = { AC97_MIX_MASTER, 5, 0, 1, 1, 6, 0, 1 },
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10kx-pcm.c | 539 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 D | cs4281.c | 651 cs4281_wrcd(0, sc, AC97_MIX_MASTER, 0); in cs4281_init()
|