Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/
HDaureal.h88 #define AC97_MIX_PCM 0x18 macro
HDemu10kx-pcm.c544 case AC97_MIX_PCM: in emu_ac97_read_emulation()
545 emulated = sc->ac97_state[AC97_MIX_PCM]; in emu_ac97_read_emulation()
593 case AC97_MIX_PCM: /* PCM OUT VOL */ in emu_ac97_write_emulation()
596 sc->ac97_state[AC97_MIX_PCM] = data & (0x8000 | 0x3f3f); in emu_ac97_write_emulation()
/NextBSD/sys/dev/sound/pcm/
HDac97.h52 #define AC97_MIX_PCM 0x18 macro
HDac97.c90 [SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 },
1002 ac97_wrcd(codec, AC97_MIX_PCM, 0); in ac97mix_init()