Home
last modified time | relevance | path

Searched refs:AC97_MIX_RGAIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dac97.h54 #define AC97_MIX_RGAIN 0x1c macro
H A Dac97.c101 [SOUND_MIXER_RECLEV] = { -AC97_MIX_RGAIN, 4, 0, 1, 1, 0, 0, 1 }
/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c551 case AC97_MIX_RGAIN: in emu_ac97_read_emulation()
552 emulated = sc->ac97_state[AC97_MIX_RGAIN]; in emu_ac97_read_emulation()
607 case AC97_MIX_RGAIN: /* RECORD GAIN */ in emu_ac97_write_emulation()
618 sc->ac97_state[AC97_MIX_RGAIN] = data & (0x8000 | 0x0f0f); in emu_ac97_write_emulation()