m865g_analog_driver.ini Driver File Contents (9524859.exe)

#9/6/03 - preliminary, fixed analog config---bad schematics; no UJCA. Schematic review is still necessary!!!

[Models]
;all MODEL files (except perhaps STAC97.ini) should have a self-reference here.
;self-reference:
#MANUAL EDIT: Change ID number to proper value
PCI\VEN_8086&DEV_24D5&subsys_3005107B= this


[DelRegKeys]
# Specify the registry keys to be deleted during Uninstall
HKCU\Software\Sigmatel\Settings=Yes    ; Delete the current user's settings subkey
HKCU\Software\Sigmatel\JackSense=Yes   ; Delete the current user's jacksense subkey
HKCU\Software\Sigmatel\JackSense2=Yes  ; Delete new user key
HKLM\Software\Sigmatel\JackSense2=Yes  ; both of them
HKR\Settings=Yes                       ; Delete the driver's settings subkey
HKR\JackSense=Yes                      ; Delete the driver's jacksense subkey

# The following 2 keys cause the volume settings to be 'forgotten' during Uninstall
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Volume Control\SigmaTel Audio=Yes
HKU\Software\Microsoft\Windows\CurrentVersion\Applets\Volume Control\SigmaTel Audio=Yes

[Apps]
# Specify the application software to install
TinyUJ2 = No
SSWiz = NO
StacSysTray = NO
StacIt = NO
PassThru = NO

[HKR\Settings]

EmulateAllMasters = hex: 1
DigitalMasterControlsAnalog = hex: 0
DockedIfJustCodecReady = hex: 0
EnableLinearVolumes = hex: 0
MakeCodecsPlayInParallel = hex: 0
DisableCDIn = hex: 0
MuteInactiveDac = hex: 0
SPDIFInMute = hex: 0
SPDIFInSharesJackWithAnalogIn = hex: 0
DisableHeadphone = hex: 1
DisableLnlvl = hex: 1
DisableWaveIn2 = hex: 1
DisablePCBeep = hex: 0
DisablePhone = hex: 0
SPDIFInSupportVariant = hex: 0
DisableMonoOut = hex: 1
DisableAux = hex: 1
DisableVideo = hex: 1
Disable3DControl = hex: 1
DisableMonoVirtual = hex: 1
DisableMICSelect = hex: 0
DisableLineInFromPlayback = hex: 1
DisableMicFromPlayback = hex: 1
DisablePeakmeters = hex: 1
EnableSPDIFIn = hex: 0
MICBoost = hex: 1
MasterControlsAux = hex: 0
MasterControlsMono = hex: 0
RecMuxMuteAtFloor = hex: 0
MICSelect = hex: 0
3DDepthEnable = hex: 0
PCBeepMute = hex: 1
PhoneMute = hex: 1
CDMute = hex: 1
VideoMute = hex: 1
AuxMute = hex: 1
EnableExtAmpControl = hex: 0
EnableNonPCMOnWin2K = hex: 1
EnableStereoMic = hex: 0
MultichannelEnabledByUser = hex: 0
EnableNewVolumeControls = hex: 1


##Hand Edits for New Keys Follow
MultiChannelDisable = hex: 1
EnableAltMicSupport = hex: 1
Mic1Selector = hex: 04
Mic2Selector = hex: 0


# These settings control the values loaded into the AC97 registers by the driver.
# This allows setting the configuration prior to any applets running.

#######################################################
# the following settings setup 2 channel plus Mic and
# Line-In on the system, plus 6 channel on the dock.
# Be careful with R6E.  Only 1 codec can be inputting
# at a time.  Setting the off codec to slots 6-9 will
# effectively disable it.
#######################################################

0_76588384_R3E      = hex: 01, 00    ; R3E = 0x0001
0_76588384_R4C      = hex: 0D, 00    ; R4C = 0x000D
0_76588384_R4E      = hex: FD, FF    ; R4E = 0xFFFD
0_76588384_R54      = hex: 0A, 00    ; R54 = 0x000A
0_76588384_R64      = hex: 58, C2    ; R64 = 0xC258
0_76588384_R66      = hex: 00, 04    ; R66 = 0x0400
0_76588384_R68      = hex: 00, 20    ; R68 = 0x2000
0_76588384_R6E      = hex: 00, 10    ; R6E = 0x1000 
0_76588384_R74      = hex: 00, 08    ; R74 = 0x0800

BiosInterfaceAddress      = dword: 0x000F0000	 ; address in physical memory
BiosInterfaceAddressEnd   = dword: 0x000FFFFF	 ; address in physical memory

############################################################
#The following settings must be hand-edited in the INI file
############################################################

# This SPDIFSharedPinMuxBIts value is required when we have SPDIF OUT on the same jack as any analog inputs/outputs (LINE IN, REAR etc.).
# When user enables SPDIF OUT driver uses this mask to check if this jack is configured as analog input or output
# and if it is it will remember that SPDIF OUT is on but actually won't turn it on until this jack is reconfigured
# as digital input/output. Digital input/output means that this jack is turned off in reg 64 and is not selected as
# input source in reg 66.
# Last three bits are shared pin mux bits from register 66
# In all higher bits the  1  should be provided at position of the bit that powers shared pin in reg. 64.
# Below we have bit 15 set, which powers pin43/44 and 5 is mux value of pin 43/44 in reg66.
SPDIFSharedPinMuxBits   =DWORD:0x0042 ; pin 23/24 is shared with SPDIF on PA1

PCMVolumeFixedLevel       = hex: 08, 08   ; only meaningful in analog or DigitalMasterControlsAnalog mode
WaveInMux          = hex: 00, 00, 00, 00  ; normally Mic

#    Volume units are represented in fixed point hexadecimal, 
#    in the same units that the OS passes to the driver.
#                                        [ADC Gain]      [Output volume]             [Input Volume]
#                                        [Reg 0x1C]      [Regs 2,4,6,36,38]    [Regs A,C,E,10,12,14,16,18]
#  +22.5 dB   16.8000h = 0x00168000   max slider                                              
#  +12 dB =   0C.0000h = 0x000C0000   1/4 slider                                  max slider
#  +06 dB =   06.0000h = 0x00060000                                               1/2 slider
#    0 dB =   00.0000h = 0x00000000   min slider         max slider               1/4 slider
# -0.5 dB = FFFF.8000h = 0xFFFF8000
#   -1 dB = FFFF.0000h = 0xFFFF0000
#   -6 dB = FFFA.0000h = 0xFFFF0000                      1/2 slider               1/8 slider
#  -12 dB = FFFA.0000h = 0xFFFF0000                      1/4 slider               1/16 slider
#  -18 dB = FFFA.0000h = 0xFFFF0000                      1/8 slider
#-35.5 dB = FFDD.8000h = 0xFFDD8000                                               min slider
#  -46 dB = FFD2.0000h = 0xFFD20000                      min slider

MICAtRecMuxVolume  = hex: 63, D0, 13, 00  ; (0-168000)
MICVolume          = hex: 90, 56, 08, 00  ; (ffdd8000-c0000), (5 bit control).
CDVolume           = hex: 89, F5, FF, FF  ; (ffdd8000-c0000), (5 bit controls).

# Other settings
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: 1.16