# This INI file contains the information about registry keys' name, type and data # that are used by UAA/WDM drivers as Driver Capabilitys when driver is loaded. # The format of each registry key is defined as following # # RegKey$[Key Name]=[Key Type]$[Key Data] # # Reserved words "RegKey", "=" and "$" are basic format and can't be changed. # [Key Name] : Registry Name is a string. # [Key Type] : Registry Key Types used are REG_DWORD(4) and REG_BINARY(3). # [Key Data] : Registry Data MUST be a HEXIDECIMAL value. # Hexidecimal Data # Fujitsu VT1802P 4 ohm_2w #MicArray sound effect RegKey$DrvAzComSE_VIA_MA_Support=3$0; #SPDIF LED controlled by HP jack RegKey$DrvAzComControlSPDIFDigEnByHPJack=3$1; #Rear microphone retask as Line In RegKey$DrvMicAsSeparateLinein=3$1; #Power managerment RegKey$DrvSupportPowerManager=3$1; #Hold Microphone Boost to 0, control panel should call digital gain in APO RegKey$DrvHoldDMicBoostTo0=3$1; #Remove Microphone A-A Path RegKey$RearRenderHasMicrophone=3$1; #Stereo Mixer and PC Beep exist RegKey$StereoMixerExist=3$1; RegKey$PCBeepInExist=3$1; #Show PC Speaker as PC Beep RegKey$DrvShowPCSpeakerAsPCBeep=3$1; # SPDIF has 44.1k RegKey$DisableeDigitalOutputSampleRates44100=3$0; #Mono out output front data RegKey$DrvOutputFrontDataToMonoPin=3$1; #Mux mode Microphone RegKey$DrvAzComDMICMuxMode=3$1; RegKey$DrvAzComDefaultMicIsMuxModeOnNBCase=3$1; RegKey$DrvAzComMicMode=3$2; #Stereo Mixer volume level RegKey$DrvSetRecStereoMixerMaxLvlByIni=3$1; RegKey$DrvRecStereoMixerMaxLevel=4$00060000; #unmute value adjust 0 RegKey$DrvAutoMuteGainToEnd=3$0; RegKey$DrvAutoMuteGainToEndDigVol=3$0; #Support 96/192KHz sample rate RegKey$DrvAzComEnableSROnVIACPU=3$1;