Searched refs:AC97_MIX_PCM (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/sound/pci/ |
| HD | aureal.h | 88 #define AC97_MIX_PCM 0x18 macro
|
| HD | emu10kx-pcm.c | 544 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/ |
| HD | ac97.h | 52 #define AC97_MIX_PCM 0x18 macro
|
| HD | ac97.c | 90 [SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 }, 1002 ac97_wrcd(codec, AC97_MIX_PCM, 0); in ac97mix_init()
|