Searched refs:AC97_MIX_PCM (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.h | 52 #define AC97_MIX_PCM 0x18 macro
|
H A D | ac97.c | 90 [SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 }, 1005 ac97_wrcd(codec, AC97_MIX_PCM, 0); in ac97mix_init()
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10kx-pcm.c | 543 case AC97_MIX_PCM: in emu_ac97_read_emulation() 544 emulated = sc->ac97_state[AC97_MIX_PCM]; in emu_ac97_read_emulation() 592 case AC97_MIX_PCM: /* PCM OUT VOL */ in emu_ac97_write_emulation() 595 sc->ac97_state[AC97_MIX_PCM] = data & (0x8000 | 0x3f3f); in emu_ac97_write_emulation()
|