[wdmaudiodev] Issue with using a compiled ac97 audio driver from the sample code

  • From: "" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "zero3k" for DMARC)
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Fri, 15 May 2020 23:40:03 +0000

I am getting no sound when using a compiled ac97 audio driver from WDK 8.1's 
sample code. I have noticed that there is a CIV is out of range error being 
mentioned in the debug output shown in WinDbg. I chatted with a developer who 
told me that its possibly an issue with its MAX_BDL_ENTRIES code. I am 
attaching the debug output that I get when changing DBG_DEFAULLT to DBG_ALL in 
the proper line of code found in its debug.h file.

Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.

Waiting for pipe \\.\pipe\win2k3
Waiting to reconnect...
Connected to Windows Server 2003 3790 x86 compatible target at (Fri May 15 
18:11:11.185 2020 (UTC - 4:00)), ptr64 FALSE
Kernel Debugger connection established.
Symbol search path is: 
C:\win2k3_pdb;C:\VBox_Shared\reactos\output-VS-i386\msvc_pdb
Executable search path is: 
C:\ac97\driver\objchk_wnet_x86\i386;C:\VBox_Shared\reactos\output-VS-i386
Windows Server 2003 Kernel Version 3790 UP Free x86 compatible
Built by: 3790.srv03_sp2_qfe.150316-2035
Machine Name:
Kernel base = 0x80800000 PsLoadedModuleList = 0x808aae88
System Uptime: not available
IPRT: RTMpPoke => rtMpPokeCpuUsingDpc
vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
vgdrvNtSetupDevice: Device is ready!
IPRT: RTMpPoke => rtMpPokeCpuUsingDpc
IPRT: RTMpPoke => rtMpPokeCpuUsingDpc
AC97 Adapter: [DriverEntry]
AC97 Adapter: [AddDevice]
Btrfs ERR : add_group_mapping : invalid SID
AC97 Adapter: [StartDevice]
AC97 Adapter: [ValidateResources]
AC97 Common: [NewAdapterCommon]
AC97 Common: [CAC97AdapterCommon::NonDelegatingQueryInterface]
AC97 Common: [CAC97AdapterCommon::Init]
AC97 Common: Configuration:
   Bus Master = 0x0000D200
   Codec      = 0x0000D100
AC97 Common: [CAC97AdapterCommon::InitAC97]
AC97 Common: [CAC97AdapterCommon::PrimaryCodecReady]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x       0 = 0x0000D22C
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x       2 to 0x0000D22C.
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RESET -> 0x0000
AC97 Common: [CAC97AdapterCommon::PowerUpCodec]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_POWERDOWN -> 0x0000
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_POWERDOWN = 0x000f (HW)
AC97 Common: [CAC97AdapterCommon::ProbeHWConfig]
AC97 Common: [CAC97AdapterCommon::PrimaryCodecReady]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x       0 = 0x0000D22C
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x       2 to 0x0000D22C.
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x8000 (HW)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RESET = 0x0000 (HW)
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_EXT_AUDIO_CTRL = 0x0009 (HW)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_EXT_AUDIO_CTRL -> 0x4009
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x8000 (HW)
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_BEEP_VOLUME -> 0x8000
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x8000 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_BEEP_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (HW)
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_VIDEO_VOLUME = 0x0000 (HW)
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x8808 (HW)
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (HW)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_GENERAL -> 0x0100
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_GENERAL = 0x0100 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_GENERAL = 0x0100 (HW)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_GENERAL -> 0x0000
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x8000 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MASTER_VOLUME -> 0x2020
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x3f3f (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MASTER_VOLUME -> 0x8000
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x8000 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MMONO_VOLUME -> 0x0020
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0020 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MMONO_VOLUME -> 0x8000
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_EXT_AUDIO_ID = 0x0809 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_EXT_AUDIO_CTRL = 0x4009 (HW)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_EXT_AUDIO_CTRL -> 0x4009
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0xac44
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::DisableAC97Pin]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_VENDOR_ID1 = 0x8384 (HW)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_VENDOR_ID2 = 0x7600 (HW)
AC97 Common: [CAC97AdapterCommon::DumpConfig]
AC97 Common: No MICIN found
AC97 Common: No tone controls found
AC97 Common: No headphone out found
AC97 Common: No Loudness found
AC97 Common: No 3D controls found
AC97 Common: PC beep found
AC97 Common: Phone found
AC97 Common: No Video in found
AC97 Common: AUX in found
AC97 Common: MIC2 found
AC97 Common: 6bit master out found
AC97 Common: 6bit mono out found
AC97 Common: PCM variable sample rate supported
AC97 Common: MIC variable sample rate supported
AC97 Common: [CAC97AdapterCommon::SetAC97Default]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MASTER_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_HPHONE_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MMONO_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MASTER_TONE -> 0x0f0f
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_BEEP_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_PHONE_VOLUME -> 0x8008
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_VOLUME -> 0x8008
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_LINEIN_VOLUME -> 0x0808
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_CD_VOLUME -> 0x0808
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_VIDEO_VOLUME -> 0x0808
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_AUX_VOLUME -> 0x0808
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_PCMOUT_VOLUME -> 0x0808
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SELECT -> 0x0404
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN_MIC -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_GENERAL -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_3D_CONTROL -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_POWERDOWN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_EXT_AUDIO_CTRL -> 0x4001
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_CENTER_LFE_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_SURROUND_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::NonDelegatingQueryInterface]
AC97 Adapter: [InstallSubdevice]
AC97 Topology: [CAC97MiniportTopology::NonDelegatingQueryInterface]
AC97 Topology: [CAC97MiniportTopology::Init]
AC97 Common: [CAC97AdapterCommon::NonDelegatingQueryInterface]
AC97 Topology: [CAC97MiniportTopology::BuildTopology]
AC97 Topology: [CAC97MiniportTopology::BuildPinDescriptors]
AC97 Topology: [CAC97MiniportTopology::BuildNodeDescriptors]
AC97 Topology: [CAC97MiniportTopology::BuildConnectionDescriptors]
AC97 Topology: [CAC97MiniportTopology::GetDescription]
AC97 Topology: TOPOLOGY MINIPORT PINS
AC97 Topology:    0 PIN_WAVEOUT_SOURCE
AC97 Topology:    1 PIN_PCBEEP_SOURCE
AC97 Topology:    2 PIN_PHONE_SOURCE
AC97 Topology:    3 PIN_MIC_SOURCE
AC97 Topology:    4 PIN_LINEIN_SOURCE
AC97 Topology:    5 PIN_CD_SOURCE
AC97 Topology:    6 PIN_AUX_SOURCE
AC97 Topology:    7 PIN_VIRT_TONE_MIX_SOURCE
AC97 Topology:    8 PIN_VIRT_TONE_MIX_MONO_SOURCE
AC97 Topology:    9 PIN_MASTEROUT_DEST
AC97 Topology:   10 PIN_WAVEIN_DEST
AC97 Topology:   11 PIN_VIRT_3D_MIX_MONO_SOURCE
AC97 Topology:   12 PIN_MONOOUT_DEST
AC97 Topology: TOPOLOGY MINIPORT NODES
AC97 Topology:    0 WAVEOUT_VOLUME
AC97 Topology:    1 WAVEOUT_MUTE
AC97 Topology:    2 PCBEEP_VOLUME
AC97 Topology:    3 PCBEEP_MUTE
AC97 Topology:    4 PHONE_VOLUME
AC97 Topology:    5 PHONE_MUTE
AC97 Topology:    6 MIC_SELECT
AC97 Topology:    7 MIC_BOOST
AC97 Topology:    8 MIC_VOLUME
AC97 Topology:    9 MIC_MUTE
AC97 Topology:   10 LINEIN_VOLUME
AC97 Topology:   11 LINEIN_MUTE
AC97 Topology:   12 CD_VOLUME
AC97 Topology:   13 CD_MUTE
AC97 Topology:   14 AUX_VOLUME
AC97 Topology:   15 AUX_MUTE
AC97 Topology:   16 MAIN_MIX
AC97 Topology:   17 BEEP_MIX
AC97 Topology:   18 MASTER_VOLUME
AC97 Topology:   19 MASTER_MUTE
AC97 Topology:   20 WAVEIN_SELECT
AC97 Topology:   21 MASTER_INPUT_VOLUME_MIC
AC97 Topology:   22 MASTER_INPUT_VOLUME_CD
AC97 Topology:   23 MASTER_INPUT_VOLUME_AUX
AC97 Topology:   24 MASTER_INPUT_VOLUME_LINEIN
AC97 Topology:   25 MASTER_INPUT_VOLUME_TONE_MIX
AC97 Topology:   26 MASTER_INPUT_VOLUME_TONE_MIX_MONO
AC97 Topology:   27 MASTER_INPUT_VOLUME_PHONE
AC97 Topology:   28 MONOOUT_SELECT
AC97 Topology:   29 MONOOUT_VOLUME_3D_MIX
AC97 Topology:   30 MONOOUT_VOLUME_MIC
AC97 Topology: TOPOLOGY MINIPORT CONNECTIONS
AC97 Topology:    0 (-1,0)->(0,1)
AC97 Topology:    1 (0,0)->(1,1)
AC97 Topology:    2 (1,0)->(16,1)
AC97 Topology:    3 (-1,1)->(2,1)
AC97 Topology:    4 (2,0)->(3,1)
AC97 Topology:    5 (3,0)->(17,2)
AC97 Topology:    6 (-1,2)->(4,1)
AC97 Topology:    7 (4,0)->(5,1)
AC97 Topology:    8 (5,0)->(17,3)
AC97 Topology:    9 (-1,2)->(27,1)
AC97 Topology:   10 (27,0)->(20,8)
AC97 Topology:   11 (-1,3)->(6,1)
AC97 Topology:   12 (6,0)->(7,1)
AC97 Topology:   13 (7,0)->(8,1)
AC97 Topology:   14 (8,0)->(9,1)
AC97 Topology:   15 (9,0)->(16,2)
AC97 Topology:   16 (7,0)->(21,1)
AC97 Topology:   17 (21,0)->(20,1)
AC97 Topology:   18 (-1,4)->(10,1)
AC97 Topology:   19 (10,0)->(11,1)
AC97 Topology:   20 (11,0)->(16,3)
AC97 Topology:   21 (-1,4)->(24,1)
AC97 Topology:   22 (24,0)->(20,5)
AC97 Topology:   23 (-1,5)->(12,1)
AC97 Topology:   24 (12,0)->(13,1)
AC97 Topology:   25 (13,0)->(16,4)
AC97 Topology:   26 (-1,5)->(22,1)
AC97 Topology:   27 (22,0)->(20,2)
AC97 Topology:   28 (-1,6)->(14,1)
AC97 Topology:   29 (14,0)->(15,1)
AC97 Topology:   30 (15,0)->(16,6)
AC97 Topology:   31 (-1,6)->(23,1)
AC97 Topology:   32 (23,0)->(20,4)
AC97 Topology:   33 (16,0)->(17,1)
AC97 Topology:   34 (17,0)->(18,1)
AC97 Topology:   35 (18,0)->(19,1)
AC97 Topology:   36 (19,0)->(-1,9)
AC97 Topology:   37 (-1,8)->(26,1)
AC97 Topology:   38 (26,0)->(20,7)
AC97 Topology:   39 (-1,7)->(25,1)
AC97 Topology:   40 (25,0)->(20,6)
AC97 Topology:   41 (20,0)->(-1,10)
AC97 Topology:   42 (-1,11)->(29,1)
AC97 Topology:   43 (29,0)->(28,1)
AC97 Topology:   44 (7,0)->(30,1)
AC97 Topology:   45 (30,0)->(28,2)
AC97 Topology:   46 (28,0)->(-1,12)
AC97 Topology: [CAC97MiniportTopology::NonDelegatingQueryInterface]
AC97 Topology: [CAC97MiniportTopology::NonDelegatingQueryInterface]
AC97 Topology: [CAC97MiniportTopology::NonDelegatingQueryInterface]
AC97 Adapter: [InstallSubdevice]
AC97 Adapter: [InstallSubdevice]
AC97 Wave: [CreateAC97MiniportWavePCI]
AC97 Wave: [CMiniportWaveICH::NonDelegatingQueryInterface]
AC97 Wave: [CMiniportWaveICH::Init]
AC97 Common: [CAC97AdapterCommon::NonDelegatingQueryInterface]
AC97 Wave: [CMiniportWaveICH::ProcessResources]
AC97 Common: [CAC97AdapterCommon::ReadChannelConfigDefault]
AC97 Wave: [CMiniportWaveICH::BuildDataRangeInformation]
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: Samplerate changed to 48000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0xac44
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xac44 (HW)
AC97 Common: Samplerate changed to 44100.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xac44 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0x7d00
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x7d00 (HW)
AC97 Common: Samplerate changed to 32000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x7d00 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0x5622
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x5622 (HW)
AC97 Common: Samplerate changed to 22050.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x5622 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0x3e80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x3e80 (HW)
AC97 Common: Samplerate changed to 16000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x3e80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0x2b11
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x2b11 (HW)
AC97 Common: Samplerate changed to 11025.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x2b11 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0x1f40
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x1f40 (HW)
AC97 Common: Samplerate changed to 8000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0xbb80 (HW)
AC97 Common: Samplerate changed to 48000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0xac44
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0xac44 (HW)
AC97 Common: Samplerate changed to 44100.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0xac44 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0x7d00
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x7d00 (HW)
AC97 Common: Samplerate changed to 32000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x7d00 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0x5622
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x5622 (HW)
AC97 Common: Samplerate changed to 22050.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x5622 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0x3e80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x3e80 (HW)
AC97 Common: Samplerate changed to 16000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x3e80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0x2b11
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x2b11 (HW)
AC97 Common: Samplerate changed to 11025.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x2b11 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SAMPLERATE -> 0x1f40
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_RECORD_SAMPLERATE = 0x1f40 (HW)
AC97 Common: Samplerate changed to 8000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: Samplerate changed to 48000.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0x7d00
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0xbb80
AC97 Common: Samplerate 32000 not supported
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0x3e80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0xbb80
AC97 Common: Samplerate 16000 not supported
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0x1f40
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_MIC_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_SAMPLERATE -> 0xbb80
AC97 Common: Samplerate 8000 not supported
AC97 Wave: [CMiniportWaveICH::GetDescription]
AC97 Wave: [CMiniportWaveICH::NonDelegatingQueryInterface]
AC97 Adapter: Connecting topo and wave.
AC97 Topology: [CAC97MiniportTopology::GetPhysicalConnectionPins]
AC97 Common: [CAC97AdapterCommon::QueryDeviceCapabilities]
IPRT: RTMpPoke => rtMpPokeCpuUsingDpc
AFD: AfdPprThreshold value queried from transport: 2960
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_VOLUME max=0x0 min=0xffa18000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: PCBEEP_VOLUME max=0x0 min=0xffd30000 
step=0x30000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: PHONE_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_PHONE(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_PHONE max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MIC_SELECT = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_BOOST = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_VOLUME(R) = 0xa8000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MIC_VOLUME max=0x168000 min=0x0 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_MIC max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MONOOUT_VOLUME_MIC max=0x0 min=0xffa18000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: LINEIN_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_LINEIN max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: CD_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_CD max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: AUX_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_AUX max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_TONE_MIX max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX_MONO(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_TONE_MIX_MONO 
max=0x168000 min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_3D_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MONOOUT_VOLUME_3D_MIX max=0x0 
min=0xffa18000 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_GENERAL -> 0x0000
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MMONO_VOLUME -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MMONO_VOLUME -> 0x0000
AC97 Property handler: SET: MONOOUT_SELECT -> 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_SELECT -> 0x0404
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Topology: [CAC97MiniportTopology::UpdateRecordMute]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: SET: WAVEIN_SELECT -> 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_3D_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_BOOST = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MIC_SELECT = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_AUX_VOLUME -> 0x0808
AC97 Property handler: SET: AUX_VOLUME(L) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_AUX_VOLUME -> 0x0808
AC97 Property handler: SET: AUX_VOLUME(R) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_CD_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_CD_VOLUME -> 0x0808
AC97 Property handler: SET: CD_VOLUME(L) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_CD_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_CD_VOLUME -> 0x0808
AC97 Property handler: SET: CD_VOLUME(R) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_LINEIN_VOLUME -> 0x0808
AC97 Property handler: SET: LINEIN_VOLUME(L) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_LINEIN_VOLUME -> 0x0808
AC97 Property handler: SET: LINEIN_VOLUME(R) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MIC_SELECT = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_BOOST = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_VOLUME(R) = 0xa8000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_MIC_VOLUME -> 0x8008
AC97 Property handler: SET: MIC_VOLUME(M) -> 0xa7ff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_PHONE_VOLUME -> 0x8008
AC97 Property handler: SET: PHONE_VOLUME(M) -> 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX_MONO(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Topology: [CAC97MiniportTopology::UpdateRecordMute]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: SET: MASTER_INPUT_VOLUME_LINEIN(L) -> 0xffffffe4
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_RECORD_GAIN -> 0x0000
AC97 Topology: [CAC97MiniportTopology::UpdateRecordMute]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: SET: MASTER_INPUT_VOLUME_LINEIN(R) -> 0xffffffe4
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_BOOST = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MIC_SELECT = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_PHONE(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_VOLUME max=0x0 min=0xffa18000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MASTER_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MASTER_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_VOLUME(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: PCBEEP_VOLUME max=0x0 min=0xffd30000 
step=0x30000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_BEEP_VOLUME = 0x0000 (C)
AC97 Property handler: GET: PCBEEP_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_VOLUME(R) = 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: PHONE_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_PHONE_VOLUME = 0x8008 (C)
AC97 Property handler: GET: PHONE_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_PHONE(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_PHONE max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MIC_SELECT = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_BOOST = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_VOLUME(R) = 0xa7ff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MIC_VOLUME max=0x168000 min=0x0 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MIC_VOLUME = 0x8008 (C)
AC97 Property handler: GET: MIC_MUTE = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_MIC max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_MIC(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MONOOUT_VOLUME_MIC max=0x0 min=0xffa18000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(L) = 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: LINEIN_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_VOLUME(R) = 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_LINEIN_VOLUME = 0x0808 (C)
AC97 Property handler: GET: LINEIN_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_LINEIN max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_LINEIN(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: CD_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_CD max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_CD(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(L) = 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: AUX_VOLUME max=0xc0000 min=0xffdd8000 
step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_VOLUME(R) = 0xfffffff6
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_AUX_VOLUME = 0x0808 (C)
AC97 Property handler: GET: AUX_MUTE = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_OnOff]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_AUX max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_AUX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(L) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_TONE_MIX max=0x168000 
min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_GAIN = 0x0000 (C)
AC97 Property handler: GET: MASTER_INPUT_VOLUME_TONE_MIX_MONO(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MASTER_INPUT_VOLUME_TONE_MIX_MONO 
max=0x168000 min=0x0 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_RECORD_SELECT = 0x0404 (C)
AC97 Property handler: GET: WAVEIN_SELECT = 0x5
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_MMONO_VOLUME = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_VOLUME_3D_MIX(R) = 0x0
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::BasicSupportHandler]
AC97 Property handler: [CAC97MiniportTopology::GetDBValues]
AC97 Property handler: BASIC_SUPPORT: MONOOUT_VOLUME_3D_MIX max=0x0 
min=0xffa18000 step=0x18000
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Level]
AC97 Property handler: [CAC97MiniportTopology::PropertyHandler_Ulong]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: AC97READ: REG_GENERAL = 0x0000 (C)
AC97 Property handler: GET: MONOOUT_SELECT = 0x1
AC97 Wave: [CMiniportWaveICH::DataRangeIntersection]
AC97 Wave: [CMiniportWaveICH::DataRangeIntersection]
AC97 Wave: [DataRangeIntersection] Frequency: 48000, Channels: 2, bps: 16, 
ChannelMask: 3
AC97 Wave: [CMiniportWaveICH::NewStream]
AC97 Wave: [CMiniportWaveICH::TestDataFormat]
AC97 Wave: [TestDataFormat] PCMEX - Frequency: 48000, Channels: 2, bps: 16, 
ChannelMask: 3
AC97 Stream: [CreateMiniportWaveICHStream]
AC97 Stream: [CMiniportWaveICHStream::Init]
AC97 Stream: ResetDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 0 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 0 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 2 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 0 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x 93ffd08 to 0x0000D210.
AC97 Stream: [CMiniportWaveICHStream::SetFormat]
AC97 Wave: [CMiniportWaveICH::TestDataFormat]
AC97 Wave: [TestDataFormat] PCMEX - Frequency: 48000, Channels: 2, bps: 16, 
ChannelMask: 3
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x       0 = 0x0000D22C
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x       0 to 0x0000D22C.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0x1f40 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0xbb80
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: Samplerate changed to 48000.
AC97 Stream: [CMiniportWaveICHStream::SetFormat]
AC97 Wave: [CMiniportWaveICH::TestDataFormat]
AC97 Wave: [TestDataFormat] PCMEX - Frequency: 44100, Channels: 2, bps: 16, 
ChannelMask: 3
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x       0 = 0x0000D22C
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x       0 to 0x0000D22C.
AC97 Common: [CAC97AdapterCommon::ProgramSampleRate]
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xbb80 (HW)
AC97 Common: [CAC97AdapterCommon::WriteCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97WRITE: REG_FRONT_SAMPLERATE -> 0xac44
AC97 Common: [CAC97AdapterCommon::ReadCodecRegister]
AC97 Common: [CAC97AdapterCommon::AcquireCodecSemiphore]
AC97 Common: AC97READ: REG_FRONT_SAMPLERATE = 0xac44 (HW)
AC97 Common: Samplerate changed to 44100.
AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 1
AC97 Stream: PauseDMA
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 2
AC97 Stream: PauseDMA
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Stream: MappingAvailable
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Stream: [CMiniportWaveICHStream::GetNewMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   1 = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 0 to 0x0000D215.
AC97 Stream: [GetNewMappings] Got 1 mappings.
AC97 Stream: [GetNewMappings] Head 0, Tail 1, Entries 1.
AC97 Stream: ResumeDMA
AC97 Stream: MappingAvailable
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 0 from 0x0000D214.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   1 = 0x0000D216
AC97 Stream: [CMiniportWaveICHStream::GetNewMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   1 = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 1 to 0x0000D215.
AC97 Stream: [GetNewMappings] Got 1 mappings.
AC97 Stream: [GetNewMappings] Head 0, Tail 2, Entries 2.
AC97 Stream: ResumeDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x15 to 0x0000D21B.
AC97 Stream: MappingAvailable
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]AC97 Common: 
[CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x     140 = 0x0000D230
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   8 = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (USHORT)]
AC97 Common: WriteBMControlRegister wrote 0x   8 to 0x0000D216

AC97 Common: ReadBMControlRegister read 0x 1 from 0x0000D214.AC97 Common: 
[CAC97AdapterCommon::ReadBMControlRegister32]
AC97 Common: ReadBMControlRegister read 0x     140 = 0x0000D230
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   f = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (USHORT)]
AC97 Common: WriteBMControlRegister wrote 0x   f to 0x0000D216

AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 1 from 0x0000D214.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   3 = 0x0000D216
AC97 Stream: [ReleaseUsedMappings] Head 2, Tail 2, Entries 0.
AC97 Stream: [CMiniportWaveICHStream::GetNewMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   3 = 0x0000D216
AC97 Stream: [GetNewMappings] We starved ... Head 2, Tail 2, Entries 0.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 2 to 0x0000D215.
AC97 Stream: [GetNewMappings] Got 1 mappings.
AC97 Stream: [GetNewMappings] Head 2, Tail 3, Entries 1.
AC97 Stream: ResumeDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x15 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x15 to 0x0000D21B.
AC97 Stream: MappingAvailable
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 3 from 0x0000D214.
AC97 Stream: [ReleaseUsedMappings] CIV out of range!
AC97 Stream: [CMiniportWaveICHStream::GetNewMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   0 = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 3 to 0x0000D215.
AC97 Stream: [GetNewMappings] Got 1 mappings.
AC97 Stream: [GetNewMappings] Head 2, Tail 4, Entries 2.
AC97 Stream: ResumeDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x15 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x15 to 0x0000D21B.
AC97 Stream: MappingAvailable
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 4 from 0x0000D214.
AC97 Stream: [ReleaseUsedMappings] CIV out of range!
AC97 Stream: [CMiniportWaveICHStream::GetNewMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   0 = 0x0000D216
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 4 to 0x0000D215.
AC97 Stream: [GetNewMappings] Got 1 mappings.
AC97 Stream: [GetNewMappings] Head 2, Tail 5, Entries 3.
AC97 Stream: ResumeDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x15 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x15 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 5 from 0x0000D214.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister16]
AC97 Common: ReadBMControlRegister read 0x   0 = 0x0000D218
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 5 from 0x0000D214.
AC97 Stream: [GetPosition] POS: 00000000'719b5a74

AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 3
AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 2
AC97 Stream: PauseDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x15 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 5 from 0x0000D214.
AC97 Stream: [ReleaseUsedMappings] CIV out of range!
AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 1
AC97 Stream: PauseDMA
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 5 from 0x0000D214.
AC97 Stream: [ReleaseUsedMappings] CIV out of range!
AC97 Stream: [CMiniportWaveICHStream::RevokeMappings]
AC97 Stream: Head 2, Tail 5, Tag counter 10, Entries 3.
AC97 Stream: PauseDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 5 from 0x0000D214.
AC97 Stream: ResetDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x16 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x 93ffd08 to 0x0000D210.
AC97 Stream: [CMiniportWaveICHStream::MoveBDList]
AC97 Stream: Moving BD entry 2-4 to 29.
AC97 Stream: Removing entries 29 (00000004) to 29 (00000004).
AC97 Stream: Found entries: 29-29, 1 entries.
AC97 Stream: Number of mappings is now 2, Head is 30, Tail is 0
AC97 Stream: [CMiniportWaveICHStream::RevokeMappings]
AC97 Stream: Head 30, Tail 0, Tag counter 10, Entries 2.
AC97 Stream: PauseDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 0 from 0x0000D214.
AC97 Stream: ResetDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x16 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x 93ffd08 to 0x0000D210.
AC97 Stream: [CMiniportWaveICHStream::MoveBDList]
AC97 Stream: Moving BD entry 30-31 to 30.
AC97 Stream: Removing entries 30 (00000006) to 30 (00000006).
AC97 Stream: Found entries: 30-30, 1 entries.
AC97 Stream: Number of mappings is now 1, Head is 31, Tail is 0
AC97 Stream: [CMiniportWaveICHStream::RevokeMappings]
AC97 Stream: Head 31, Tail 0, Tag counter 10, Entries 1.
AC97 Stream: PauseDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x 0 from 0x0000D214.
AC97 Stream: ResetDMA
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x16 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::ReadBMControlRegister8]
AC97 Common: ReadBMControlRegister read 0x14 from 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x14 to 0x0000D21B.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister (ULONG)]
AC97 Common: WriteBMControlRegister wrote 0x 93ffd08 to 0x0000D210.
AC97 Stream: [CMiniportWaveICHStream::SetState]
AC97 Stream: SetState to 0
AC97 Stream: PauseDMA
AC97 Stream: [CMiniportWaveICHStream::ReleaseUsedMappings]
AC97 Stream: [CMiniportWaveICHStream::~CMiniportWaveICHStream]
AC97 Stream: Head 0, Tail 0, Tag counter 10, Entries 0.
AC97 Common: [CAC97AdapterCommon::WriteBMControlRegister] (UCHAR)
AC97 Common: WriteBMControlRegister wrote 0x 0 to 0x0000D21B.

Other related posts: