Pd71HiFi.inf Driver File Contents (Prodigy_71_HiFi-x2v-v1_08.zip)

;Copyright (c) 1990-2009 ESI Corporation All rights Reserved
;
; ProDigy 71 HIFI for Windows VISTA, 7
;==============================================================

;==============================================================
[Version]
Signature="$WINDOWS NT$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
CatalogFile.NTx86  = x86.cat
CatalogFile.NTAMD64 = amd64.cat
DriverVer=10/29/2009,1.0.8

;==============================================================
[SourceDisksNames]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.x86]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.amd64]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\X64

[SourceDisksFiles.x86]
Egosys.ico		= 111
Pd71HiFi.sys	= 222
Pd71HiFiWdm.sys	= 222
Pd71HiFiPan.exe	= 222
Pd71HiFiAsio.dll= 222

[SourceDisksFiles.amd64]
Egosys.ico		= 111
Pd71HiFi.sys	= 222
Pd71HiFiWdm.sys	= 222
Pd71HiFiPan.exe	= 222
Pd71HiFiAsio.dll= 222
Pd71HiFiAsio32.dll= 222

;==============================================================
[WDM.CopyList]
Pd71HiFiWdm.sys

[EWDM.CopyList]
Pd71HiFi.sys

[EWDM.App.CopyList]
Pd71HiFiPan.exe
Pd71HiFiAsio.dll
Egosys.ico

[EWDM.Wow.CopyList]
Pd71HiFiAsio32.dll

[DestinationDirs]
WDM.CopyList=10,system32\drivers
EWDM.CopyList=10,system32\drivers
EWDM.App.CopyList=10,system32
EWDM.Wow.CopyList=10,SysWow64

;[DriverUp]
;CopyFiles=WDM.CopyList,EWDM.CopyList,EWDM.App.CopyList

;==============================================================
;[Manufacturer]
;==============================================================
[Manufacturer]
"EGOSYS"=DEVICES,NTx86,NTamd64

[DEVICES]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

[DEVICES.NTx86]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

[DEVICES.NTamd64]
%DESC_DEVICE_AA%=DEVICE_BB, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

;==============================================================
; DEVICE_AA (32bit platform)
;==============================================================
[DEVICE_AA]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList
AddReg=DEVICE_AA.ASIO.AddReg, PinNameRegistration;,DEVICE_AA.AddReg

[DEVICE_AA.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%

[DEVICE_AA.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%

[DEVICE_AA.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst

[DEVICE_AA_Service_Inst]
DisplayName   = %DEVICE_AA.SvcDesc%
ServiceType   = 1                  
StartType     = 1                  
ErrorControl  = 1                  
ServiceBinary = %12%\%FILE.EWDM%

;==============================================================
; DEVICE_BB (amd64 platform)
;==============================================================
[DEVICE_BB]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList,EWDM.Wow.CopyList
AddReg=DEVICE_BB.ASIO.AddReg, PinNameRegistration;,DEVICE_BB.AddReg

[DEVICE_BB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%

[DEVICE_BB.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%
; Wow64 ASIO
HKLM,SOFTWARE\Wow6432Node\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.WOW.ASIO%"
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"

[DEVICE_BB.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst

;==============================================================
; DEVICE_01
;==============================================================
[DEVICE_01]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=WDM.CopyList
AddReg=WDM.AddReg,RunOncePanel

[DEVICE_01.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo1%,WDM.Interface.Topo1
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave1%,WDM.Interface.Wave1

[WDM.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,%FILE.WDM%
HKR,,NTMPDriver,,%FILE.WDM%
HKR,Drivers,SubClasses,,"wave,mixer"
HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,,SetupPreferredAudioDevices,3,01,00,00,00
HKR,Branding,icon,,"%11%\Egosys.ico"
HKR,Branding,url,,"http://www.esi-audio.com/"

[WDM.Interface.Topo1]
AddReg=WDM.Interface.Topo1.AddReg
[WDM.Interface.Topo1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Topo1.szPname%

[WDM.Interface.Wave1]
AddReg=WDM.Interface.Wave1.AddReg
[WDM.Interface.Wave1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Wave1.szPname%

[DEVICE_01.Services]
AddService = %FILE.WDM%, 0x00000002, DEVICE_01_Service_Inst

[DEVICE_01_Service_Inst]
DisplayName   = %DEVICE_01.SvcDesc%
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START
ErrorControl  = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\%FILE.WDM%

;==============================================================
[PinNameRegistration]
HKLM,%MediaCategories%\%GUID.Pd71HiFi_1234%,Name,,%WDM.Wave1.szPname%
HKLM,%MediaCategories%\%GUID.Pd71HiFi_1234%,Display,1,00,00,00,00

[RunOncePanel]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,%FILE.PANEL%,,"%FILE.PANEL% Install"

;====================== Strings ===============================
[Strings]
MediaCategories			="SYSTEM\CurrentControlSet\Control\MediaCategories"
GUID.Pd71HiFi_1234		="{5F58D218-587A-4135-9900-328CF15DC4E9}"

Proxy.CLSID				="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO		="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER		="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE		="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Topo1			="ESI_Mixer1"
KSNAME_Wave1			="ESI_Wave1"

Provider				="Egosys Products"
DiskDescription			="Prodigy 7.1 HiFi Windows Driver for X86, X64"
DESC_DEVICE_AA			="Prodigy 7.1 HiFi Controller"
DESC_DEVICE_01			="Prodigy 7.1 HiFi Audio"
PNPID_DEVICE_AA			="PCI\VEN_1412&DEV_1724&SUBSYS_41543138"
PNPID_DEVICE_01			="ESI\PD71HIFI_01"
DEVICE_AA.SvcDesc		="Service for Prodigy 7.1 HiFi EWDM"
DEVICE_01.SvcDesc		="Service for Prodigy 7.1 HiFi WDM"

MME.DriverDesc			="Prodigy 7.1 HiFi MME Driver"
WDM.Topo1.szPname		="Prodigy 7.1 HiFi Mixer" 
WDM.Wave1.szPname		="Prodigy 7.1 HiFi Audio"
ASIO_DriverGUID			="{B7121824-11EF-448f-AC0A-623FD6446CE9}"
ASIO_DriverNAME			="ASIO 2.0 - ProDigy 7.1 HiFi"

FILE.EWDM				="Pd71HiFi.sys"
FILE.WDM				="Pd71HiFiWdm.sys"
FILE.ASIO				="Pd71HiFiAsio.dll"
FILE.WOW.ASIO			="Pd71HiFiAsio32.dll"
FILE.PANEL				="Pd71HiFiPan.exe"



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: web2, load: 2.67