I92XXG2.INI Driver File Contents (Audio_SigmaTel_v52_5274_W3.zip)

#New INI configuration created by Widget for STAC9227

[ActionItems]

[Models]
HDAUDIO\FUNC_01&VEN_8384&DEV_7618&SUBSYS_80860103=i92xxG2.ini     ;Cash Canyon
HDAUDIO\FUNC_01&VEN_8384&DEV_7618&SUBSYS_107B5058=i92xxG2.ini     ;Mickelson Trail GTW
HDAUDIO\FUNC_01&VEN_8384&DEV_7618&SUBSYS_107B5059=i92xxG2.ini     ;Wood Island GTW
Default=this

[DelRegKeys]
HKR\Settings=yes
HKLM\Software\SigmaTel\StacGUI=yes
HKCU\Software\SigmaTel\Settings=yes
HKLM\Software\Sigmatel\STSysTray=yes
HKLM\SOFTWARE\SigmaTel\GlobalState=yes
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Volume Control\SigmaTel Audio=yes
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Volume Control\SigmaTel Audio2=yes
HKCU\Software\Microsoft\Multimedia\Sound Mapper=Yes

[APPS]

[CopyFiles.32]
stacgui.cpl = 0x25
stlang.dll = 0x25
stacsv.exe = 0x25
sttray.exe = 0x24

[CopyFiles.64]
stacui64.cpl = 0x25
stlang64.dll = 0x25
stacsv64.exe = 0x25
sttray64.exe = 0x24

[ReplaceDlls.32]
stapo.dll = 0x25
stcplx.dll = 0x25

[ReplaceDlls.64]
stapo64.dll = 0x25
stcplx64.dll = 0x25

[StartServices.32]
STacSV -r

[StartServices.64]
STacSV64 -r

[StartPrograms.32]
STtray

[StartPrograms.64]
STtray64

[StopServices.32]
STacSV -u

[StopServices.64]
STacSV64 -u

[HKLM\Software\Microsoft\Windows\CurrentVersion\Run.32]
SigmatelSysTrayApp="sttray.exe"

[HKLM\Software\Microsoft\Windows\CurrentVersion\Run.64]
SigmatelSysTrayApp="sttray64.exe"

[HKLM\SOFTWARE\SigmaTel\GlobalState\STSysTray\1.0]
ShowEventDialog = dword: 1
MultiStream     = dword: 1

[HKLM\Software\Sigmatel\STSysTray\1.0.32]
HideTrayIcon    = dword: 0
PollingPeriod   = dword: 200
RecordPriority  = dword: 1
ControlPanel    = "stacgui.cpl"
Automatic       = dword: 1
PopUpType       = dword: 1
HwSpkCfg        = dword: 1
MultiStream     = dword: 1

[HKLM\Software\Sigmatel\STSysTray\1.0.64]
HideTrayIcon    = dword: 0
PollingPeriod   = dword: 200
RecordPriority  = dword: 1
ControlPanel    = "stacui64.cpl"
Automatic       = dword: 1
PopUpType       = dword: 1
HwSpkCfg        = dword: 1
MultiStream     = dword: 1

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions]
Version=dword:1

;;;JackSequence(nid)==0 not slaved, i.e. In use by RTC

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions\StreamRenderStart1]
; Check if MS feature is enabled
Action1="msenabled=GetGlobalRegDword("MultiStream",0)"
; Steal the front HP if enable.  Force it back otherwise in case feature was disabled at some point
Action2="if((msenabled),(SetDeviceType(10,2) && SetVerified(10,1)),(SetDeviceTypeSlaved(10,2) && SetVerified(10,1)))"
Action3="if((msenabled),(MutePin(13,0) && MutePin(14,0) && MutePin(15,0)),(0))"

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions\StreamRenderStop1]
; Front stream stopped so give the HP to the back device
Action0="SetDeviceTypeSlaved(10,2) && SetVerified(10,1)"
Action1="pluggedin10=JackState(10)"
Action2="pluggedin13=JackState(13)"
Action3="muterear=pluggedin10"
Action4="if((muterear),(MutePin(13,1) && MutePin(14,1) && MutePin(15,1)),(MutePin(13,0) && MutePin(14,0) && MutePin(15,0)))"
Action5="muteinternal=(pluggedin10 || pluggedin13)"
Action6="if((muteinternal),(MutePin(17,1)),(0))"

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions\JackPresenseA]
; Make sure we are muted properly -- front HP is definitely in the rear device
Action00="slaved10=(JackSequence(10)==15)"
Action01="pluggedin10=JackState(10)"
Action02="pluggedin13=JackState(13)"
; A plug event on Port A is changes the mute state if it is slaved
Action03="muterear=(slaved10 && pluggedin10)"
Action04="if((muterear),(MutePin(13,1) && MutePin(14,1) && MutePin(15,1)),(0))"
Action05="muteinternal=(slaved10 && (pluggedin10 || pluggedin13))"
Action06="if((muteinternal),(MutePin(17,1)),(0))"
; unmute the correct port on unplug
Action07="unmuterear=(slaved10 && (!pluggedin10))"
Action08="if((unmuterear),(MutePin(13,0) && MutePin(14,0) && MutePin(15,0)),(0))"
Action09="unmuteinternal=(slaved10 && (!pluggedin10 && !pluggedin13))"
Action10="if((unmuteinternal),(MutePin(17,0)),(0))"

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions\JackPresenseD]
;Always mute internals if rear is plugged in
Action0="slaved10=(JackSequence(10)==15)"
Action1="pluggedin10=JackState(10)"
Action2="pluggedin13=JackState(13)"
Action3="muteinternal=pluggedin13"
Action4="if((muteinternal),(MutePin(17,1)),(0))"
; Only unmute internals if both rear and a slaved front are unplugged
Action5="slaved10=(JackSequence(10)==15)"
Action6="unmuteinternal=(!(slaved10 && pluggedin10) && !pluggedin13)"
Action7="if((unmuteinternal),(MutePin(17,0)),(0))"

[HKLM\SOFTWARE\SigmaTel\STSysTray\1.0\EventExpressions\ServiceStartup]
; Front stream stopped so give the HP to the back device
Action0="SetDeviceTypeSlaved(10,2) && SetVerified(10,1)"
; Make sure we are muted properly -- front HP is definitely in the rear device
Action1="pluggedin10=JackState(10)"
Action2="pluggedin13=JackState(13)"
Action3="muterear=pluggedin10"
Action4="if((muterear),(MutePin(13,1) && MutePin(14,1) && MutePin(15,1)),(MutePin(13,0) && MutePin(14,0) && MutePin(15,0)))"
Action5="muteinternal=(pluggedin10 || pluggedin13)"
Action6="if((muteinternal),(MutePin(17,1)),(MutePin(17,0)))"

[HKR]
CodecName = "STAC9227"

[HKR\Settings]
InitVerbs                            = hex:
TraceFlags                           = dword: 0x89B3
CPL_SaveExtraPower                   = hex: 0
CPL_MaySwitchExtAmpPowerState        = hex: 0
CPL_UserControlsMaySwitchExtAmpPowerState = hex: 0
CPL_SecondsAfter                     = dword: 5
CPL_UserControlsPowerManagementSettings = Hex: 0
CPL_SpdifTransmitterEnabledByUser    = hex: 0
CPL_UserControlsFixedDigitalOutRate  = hex: 0
CPL_FixedDigitalOutRate              = dword: 0
MicBoostLevel                        = dword: 0x000A0000
Mic2BoostLevel                       = dword: 0x000A0000
EnableDLCDWA                         = hex: 0	;turn off DAC left ch. distor. workaround, ok for 48k locked drivers

[HKR\Settings\pin]

[HKR\Settings\Pin\0A]
CfgDflt = dword: 0x02214230     #0A# <STAC9227> (Port A:Pins39/41) Jack:1/8" Stereo/Mono, HP Out, Green, A:3, S:0, Loc:Primary Chassis Ext., Front, Det:No, Imp:Yes
CfgCurr = dword: 0x0221421F     #0A# <STAC9227> (Port A:Pins39/41) Jack:1/8" Stereo/Mono, HP Out, Green, A:1, S:F, Loc:Primary Chassis Ext., Front, Det:No, Imp:Yes
AltCfg = hex: 30,42,21,02,1F,42,21,02     #0A#[HP Out,3,0][HP Out,1,F]

[HKR\Settings\Pin\0B]
CfgDflt = dword: 0x02A19040     #0B# <STAC9227> (Port B:Pins21/22) Jack:1/8" Stereo/Mono, Mic In, Pink, A:4, S:0, Loc:Primary Chassis Ext., Front, Det:No, Imp:No
Bias = hex: FF,04,02
Action = hex: 09,0B,0A,0B

[HKR\Settings\Pin\0C]
CfgDflt = dword: 0x400000FD     #0C# <STAC9227> (Port C:Pins23/24) No Connection:Unknown Type, Line Out, Unknown, A:F, S:D, Loc:Primary Chassis Ext., N/A, Det:No, Imp:No

[HKR\Settings\Pin\0D]
CfgDflt = dword: 0x01114010     #0D# <STAC9227> (Port D:Pins35/36) Jack:1/8" Stereo/Mono, Speaker, Green, A:1, S:0, Loc:Primary Chassis Ext., Rear, Det:No, Imp:No

[HKR\Settings\Pin\0E]
CfgDflt = dword: 0x01119012     #0E# <STAC9227> (Port E:Pins14/15) Jack:1/8" Stereo/Mono, Speaker, Pink, A:1, S:2, Loc:Primary Chassis Ext., Rear, Det:No, Imp:No
Bias = hex: FF,04,02
AltCfg = hex: 20,92,A1,01     #0E#[Mic In,2,0]
Action = hex: 09,0E,0A,0E

[HKR\Settings\Pin\0F]
CfgDflt = dword: 0x01113211     #0F# <STAC9227> (Port F:Pins16/17) Jack:1/8" Stereo/Mono, Speaker, Blue, A:1, S:1, Loc:Primary Chassis Ext., Rear, Det:No, Imp:Yes
AltCfg = hex: 2E,32,81,01     #0F#[Line In,2,E]
Action = hex: 09,0F

[HKR\Settings\Pin\10]
CfgDflt = dword: 0x400000FC     #10# <STAC9227> (Port G:Pins43/44) No Connection:Unknown Type, Line Out, Unknown, A:F, S:C, Loc:Primary Chassis Ext., N/A, Det:No, Imp:No

[HKR\Settings\Pin\11]
CfgDflt = dword: 0x9027035F     #11# <STAC9227> (Port H:Pins45/46) Fixed Function:Other Analog, HP Out, Unknown, A:5, S:F, Loc:Internal, N/A, Det:Yes, Imp:Yes

[HKR\Settings\Pin\12]
CfgDflt = dword: 0x400000FA     #12# <STAC9227> (CD In:Pins18/19/20) No Connection:Unknown Type, Line Out, Unknown, A:F, S:A, Loc:Primary Chassis Ext., N/A, Det:No, Imp:No

[HKR\Settings\Pin\21]
CfgDflt = dword: 0x400000F9     #21# <STAC9227> (SPDIF Out:Pin48) No Connection:Unknown Type, Line Out, Unknown, A:F, S:9, Loc:Primary Chassis Ext., N/A, Det:No, Imp:No

[HKR\Settings\Pin\22]
CfgDflt = dword: 0x400000FF     #22# <STAC9227> (SPDIF In:Pin47) No Connection:Unknown Type, Line Out, Unknown, A:F, S:F, Loc:Primary Chassis Ext., N/A, Det:No, Imp:No

[HKR\Settings\GPIO]

[HKR\Settings\Connselector]

[HKR\Settings\filter\Speaker]
UniqueID                             = hex: 0
LegacyIoctlHere                      = hex: 1
RenderConverter                      = hex: 2,5,4
SlavedHpConverter                    = hex: 3
Associations                         = hex: 1,5
DigitalVolumeControl                 = hex: 0
#turn off analog input monitor
EnableInputMonitor                   = hex: 0
KeepAdcAlwaysOn                      = hex: 0
MasterControlsIndependentMixerInputs = hex: 0
EnableSetFormatSupport               = hex: 1
EnableHwSpeakerConfigurationSupport  = hex: 0
EnableRenderConvertersAutoSearch     = hex: 1
#Analog Input Monitor
EnableInputMonitor                   = hex: 1
KeepAdcAlwaysOn                      = hex: 1

[HKR\Settings\filter\HpOut]
UniqueID                             = hex: 1
LegacyIoctlHere                      = hex: 0
RenderConverter                      = hex: 3
Associations                         = hex: 3
DigitalVolumeControl                 = hex: 0
EnableInputMonitor                   = hex: 1
KeepAdcAlwaysOn                      = hex: 1
MasterControlsIndependentMixerInputs = hex: 0
EnableSetFormatSupport               = hex: 1
EnableHwSpeakerConfigurationSupport  = hex: 0
EnableRenderConvertersAutoSearch     = hex: 1

[HKR\Settings\filter\MuxedIn]
UniqueID                             = hex: 2
LegacyIoctlHere                      = hex: 0
CaptureConverter                     = hex: 7
EnableCompositeMuxAndAdcCtrl         = hex: 0
Associations                         = hex: 2
DigitalVolumeControl                 = hex: 0
MicBoost                             = hex: 0
MicInRecVolume                       = dword: 0x000a8000
LineInRecVolume                      = dword: 0x000a8000

[HKR\Settings\filter\MuxedIn\TopoNames]
MicIn                                = "{A72A6A9C-896A-45ce-AD88-6BB096B11B36}"   #Rear Mic

[HKR\Settings\filter\MuxedIn\MaxLvlLimiters]
MicIn                                = dword: 0x000c0000

[HKR\Settings\filter\MicIn]
UniqueID                             = hex: 3
LegacyIoctlHere                      = hex: 0
CaptureConverter                     = hex: 8
EnableCompositeMuxAndAdcCtrl         = hex: 0
Associations                         = hex: 4
DigitalVolumeControl                 = hex: 0
MicBoost                             = hex: 0

[HKR\Settings\filter\MicIn\TopoNames]
MicIn                                = "{352C0745-44F9-4c58-B706-744C88A1FCE7}"   #Front Mic

###Begin Alternate Name string section for AnalogOut (LineOut or Speaker)
[HKLM\SYSTEM\CurrentControlSet\Control\MediaCategories\{352C0745-44F9-4c58-B706-744C88A1FCE7}]
Display = hex: 00,00,00,00
Name = "Front Mic"
###End Alternate Name string

[HKR\Settings\filter\MicIn\MaxLvlLimiters]
MicIn                                = dword: 0x000c0000

[HKLM\SOFTWARE\Sigmatel\STacGUI]
Config_Tab                           = dword: 0xA
Config_Spk                           = dword: 0x21
Config_Adv                           = dword: 0x8100
Config_Portmap                       = dword: 0xC
Config_MicLevN                       = dword: 0x1
MicBoost[0]                          = dword: 0xA
Config                               = dword: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML]
Nconfigs = dword: 0x3
GroupOffset = dword: 0x1

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]]
Name      = "IDS_CONFIG_OPEN"
Desc      = "IDS_CONFIG_OPEN"
Njacks    = dword: 0x5
SpkConfig = dword: 0x4

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Panel[1]]
X1 = dword: 0xA0
X2 = dword: 0x112
Y1 = dword: 0x50
Y2 = dword: 0x165

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Panel[2]]
X1 = dword: 0x1CC
X2 = dword: 0x23E
Y1 = dword: 0x50
Y2 = dword: 0x106

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Jack[0]]
Pos = dword: 0x2
Port = dword: 0xA
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xE
X2 = dword: 0x57
Y2 = dword: 0x4A
Ntypes = dword: 0x1
Dev[0] = dword: 0x2  ;HP Out
Seq[0] = hex: 0xF

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Jack[1]]
Pos = dword: 0x2
Port = dword: 0xB
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x60
X2 = dword: 0x57
Y2 = dword: 0x9C
Ntypes = dword: 0x1
Dev[0] = dword: 0xA  ;Mic In
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Jack[2]]
Pos = dword: 0x1
Port = dword: 0xF
Color = dword: 0x3  ;Blue
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x19
X2 = dword: 0x57
Y2 = dword: 0x55
Ntypes = dword: 0x2
Dev[0] = dword: 0x8  ;Line In
Seq[0] = hex: 0xE
Dev[1] = dword: 0x1  ;Speaker
Seq[1] = hex: 0x1

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Jack[3]]
Pos = dword: 0x1
Port = dword: 0xD
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x6C
X2 = dword: 0x57
Y2 = dword: 0xA8
Ntypes = dword: 0x1
Dev[0] = dword: 0x1  ;Speaker
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[0]\Jack[4]]
Pos = dword: 0x1
Port = dword: 0xE
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xBE
X2 = dword: 0x57
Y2 = dword: 0xFA
Ntypes = dword: 0x2
Dev[0] = dword: 0xA  ;Mic In
Seq[0] = hex: 0x0
Dev[1] = dword: 0x1  ;Speaker
Seq[1] = hex: 0x2

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]]
Name      = "IDS_CONFIG_STEREO"
Desc      = "IDS_CONFIG_STEREO"
Njacks    = dword: 0x5
SpkConfig = dword: 0x4

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Panel[1]]
X1 = dword: 0xA0
X2 = dword: 0x112
Y1 = dword: 0x50
Y2 = dword: 0x165

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Panel[2]]
X1 = dword: 0x1CC
X2 = dword: 0x23E
Y1 = dword: 0x50
Y2 = dword: 0x106

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Jack[0]]
Pos = dword: 0x2
Port = dword: 0xA
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xE
X2 = dword: 0x57
Y2 = dword: 0x4A
Ntypes = dword: 0x1
Dev[0] = dword: 0x2  ;HP Out
Seq[0] = hex: 0xF

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Jack[1]]
Pos = dword: 0x2
Port = dword: 0xB
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x60
X2 = dword: 0x57
Y2 = dword: 0x9C
Ntypes = dword: 0x1
Dev[0] = dword: 0xA  ;Mic In
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Jack[2]]
Pos = dword: 0x1
Port = dword: 0xF
Color = dword: 0x3  ;Blue
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x19
X2 = dword: 0x57
Y2 = dword: 0x55
Ntypes = dword: 0x1
Dev[0] = dword: 0x8  ;Line In
Seq[0] = hex: 0xE

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Jack[3]]
Pos = dword: 0x1
Port = dword: 0xD
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x6C
X2 = dword: 0x57
Y2 = dword: 0xA8
Ntypes = dword: 0x1
Dev[0] = dword: 0x1  ;Speaker
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[1]\Jack[4]]
Pos = dword: 0x1
Port = dword: 0xE
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xBE
X2 = dword: 0x57
Y2 = dword: 0xFA
Ntypes = dword: 0x1
Dev[0] = dword: 0xA  ;Mic In
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]]
Name      = "IDS_CONFIG_51"
Desc      = "IDS_CONFIG_51"
Njacks    = dword: 0x5
SpkConfig = dword: 0x6

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Panel[1]]
X1 = dword: 0xA0
X2 = dword: 0x112
Y1 = dword: 0x50
Y2 = dword: 0x165

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Panel[2]]
X1 = dword: 0x1CC
X2 = dword: 0x23E
Y1 = dword: 0x50
Y2 = dword: 0x106

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Jack[0]]
Pos = dword: 0x2
Port = dword: 0xA
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xE
X2 = dword: 0x57
Y2 = dword: 0x4A
Ntypes = dword: 0x1
Dev[0] = dword: 0x2  ;HP Out
Seq[0] = hex: 0xF

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Jack[1]]
Pos = dword: 0x2
Port = dword: 0xB
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x60
X2 = dword: 0x57
Y2 = dword: 0x9C
Ntypes = dword: 0x1
Dev[0] = dword: 0xA  ;Mic In
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Jack[2]]
Pos = dword: 0x1
Port = dword: 0xF
Color = dword: 0x3  ;Blue
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x19
X2 = dword: 0x57
Y2 = dword: 0x55
Ntypes = dword: 0x1
Dev[0] = dword: 0x1  ;Speaker
Seq[0] = hex: 0x1

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Jack[3]]
Pos = dword: 0x1
Port = dword: 0xD
Color = dword: 0x4  ;Green
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0x6C
X2 = dword: 0x57
Y2 = dword: 0xA8
Ntypes = dword: 0x1
Dev[0] = dword: 0x1  ;Speaker
Seq[0] = hex: 0x0

[HKLM\Software\SigmaTel\StacGUI\XML\Configuration[2]\Jack[4]]
Pos = dword: 0x1
Port = dword: 0xE
Color = dword: 0x9  ;Pink
Label = dword: 0x1
X1 = dword: 0x1B
Y1 = dword: 0xBE
X2 = dword: 0x57
Y2 = dword: 0xFA
Ntypes = dword: 0x1
Dev[0] = dword: 0x1  ;Speaker
Seq[0] = hex: 0x2

[History]
12/29/2005 Created by Widget Version: 8.3.404
12/29/2005 Updated by WIDGET
1/11/06    Add input mute actions
1/13/06    Remove bad 2nd sub-device
1/16/06    Switch Mic and Rear Mic labels
1/20/2006  Updated by WIDGET
1/26/2006  Updated by WIDGET
1/27/2006  Updated by WIDGET, changed LineOut's to Speakers
2/7/06     Add Digital Mixer config
2/7/2006   Updated by WIDGET
2/8/06     Correct the XML
2/8/06     Add event expressions for muting inputs
2/9/06     Revert DIM & DSM by turning them off
2/9/06     Add TurnBiasOffOnNotSelectedPin
2/10/2006  Updated by WIDGET
2/13/2006  Updated by WIDGET, switch port's C and F, change defaults for E and F
2/16/2006  Updated by WIDGET, add port h, turn on DIM
2/28/06    Replace event expressions with action's (new driver)
3/3/2006   Updated by WIDGET
4/5/06     Add slaved hp support for port H
5/17/06    Update XML and add Automatic input switching
6/9/06     Make STTRAY visible
6/19/06    Make 5.1 the default to prevent pops
6/16/06    Remove input muting action on FP Mic port B
6/20/06    Add EnableDLCDWA to turn off DAC left ch. distor. workaround, ok for 48k locked drivers
6/30/06    Update to Vista Stage2 Beta (multiple independent sub-devices)
9/14/06    remove pwr mgmt per Mark
9/21/06    Remove TurnBiasOffOnNotSelectedPin
9/28/06    Add default volume settings for inputs
10/10/06   Remove Port B from MuxedIn device
11/9/06    Remove 48K rate locks and rename LineOut to Speaker
11/21/06   Remove SKPI defaults
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 0.87