WDMSBPCI.INF Driver File Contents (1373_98se.zip)

[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%MfgName%

[SourceDisksNames]
222="Creative Sound Blaster PCI WDM Audio Driver Disk","",1

[SourceDisksFiles]
es1371mp.sys=222

[Manufacturer]
%MfgName%=CREATIVE

;; Mechanism for excluding drivers from the "Add New Hardware" list.
[ControlFlags]
ExcludeFromSelect = pci\ven_1274&dev_1371

;; *EXCLUDE is a made up ID to prevent rank 1 drivers from showing in list.
ExcludeFromSelect = *EXCLUDE

[CREATIVE]
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_13711274   ; Concert AC97 PCI board
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_4f438086   ; Intel OC440LX 
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_52438086   ; Intel RC440BX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_57538086   ; Intel WS440BX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_42498086   ; Intel BI440ZX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_424c8086   ; Intel BL440ZX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_425a8086   ; Intel BZ440ZX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371&SUBSYS_464a8086   ; Intel FJ440ZX
%SBPCI.DeviceDesc%=SBPCI_Device,PCI\VEN_1274&DEV_1371                   ; Concert AC97 PCI board

[STUB_DEVICE]

[SBPCI_Device]
AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
CopyFiles=SBPCI.CopyList
AddReg=SBPCI.AddReg

[SBPCI_Device.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,       WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,      WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,     WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,   WDM_SBPCI.Interface.Topology
AddInterface=%KSCATEGORY_TOPOLOGY%,%KSNAME_Topology%,WDM_SBPCI.Interface.Topology
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,       WDM.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,      WDM.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,     WDM.Interface.UART

[WDM_SBPCI.Interface.Wave]
AddReg=WDM_SBPCI.Interface.Wave.AddReg
[WDM_SBPCI.Interface.Wave.AddReg]
HKR,,FriendlyName,,%WDM_SBPCI.Wave.szPname%
HKR,,CLSID,,%Proxy.CLSID%

[WDM_SBPCI.Interface.Topology]
AddReg=WDM_SBPCI.Interface.Topo.AddReg
;; warning!! must be "Topo" because "Topology" is too long
[WDM_SBPCI.Interface.Topo.AddReg]
HKR,,FriendlyName,,%WDM_SBPCI.Topology.szPname%

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

[SBPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,es1371mp.sys
HKR,,NTMPDriver,,"es1371mp.sys,sbemul.sys"

HKR,Drivers,SubClasses,,"wave,midi,mixer"

HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv, Description,,%*SBPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv, Description,,%*SBPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*SBPCI.DeviceDesc%

[DestinationDirs]
SBPCI.CopyList         = 10,system32\drivers ; %SystemRoot%\system32\drivers

[SBPCI.CopyList]
es1371mp.sys

;;**************** NT Install ****************

[STUB_DEVICE.NT]
[STUB_DEVICE.NT.SERVICES]
AddService=,0x2

[SBPCI_Device.NT]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=SBPCI.CopyList
AddReg=SBPCI.AddReg

[SBPCI_Device.NT.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,       WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,      WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,     WDM_SBPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,   WDM_SBPCI.Interface.Topology
AddInterface=%KSCATEGORY_TOPOLOGY%,%KSNAME_Topology%,WDM_SBPCI.Interface.Topology
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,       WDM.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,      WDM.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,     WDM.Interface.UART

[SBPCI_Device.NT.Services]
AddService = wdmaud,  0x00000000, wdmaud_Service_Inst
AddService = swmidi,  0x00000000, swmidi_Service_Inst
AddService = es1371mp, 0x00000002, sbpci_Service_Inst

[wdmaud_Service_Inst]
DisplayName    = %wdmaud.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\wdmaud.sys

[swmidi_Service_Inst]
DisplayName    = %swmidi.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\swmidi.sys

[sbpci_Service_Inst]
DisplayName    = %sbpci.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\es1371mp.sys

[Strings]
MSFT="Microsoft"
MfgName="Creative Technology Ltd."
SBPCI.DeviceDesc="Creative Sound Blaster PCI (WDM)"
*SBPCI.DeviceDesc="Creative Sound Blaster PCI (WDM)"
WDM_SBPCI.Wave.szPname="Creative Sound Blaster PCI"
WDM_SBPCI.Topology.szPname="Creative Sound Blaster PCI"
WDM_SBPCI.UART.szPname="Creative SBPCI External MIDI"

*MS.MPU401.DeviceDesc="Microsoft MPU Audio Driver(WDM)"

MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
WDM_MIDI="WDM-based Device"

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}"
KSCATEGORY_TOPOLOGY="{DDA54A40-1E4C-11D1-A050-405705C10000}"

KSNAME_Wave="Wave"
KSNAME_UART="UART"
KSNAME_Topology="Topology"
KSNAME_Wavetable="Wavetable"

WDM.UART.szPname="SBPCI MPU-401"

wdmaud.SvcDesc = "Microsoft WDM Virtual Wave Driver (WDM)"
swmidi.SvcDesc = "Microsoft Software Synthesizer (WDM)"
sbpci.SvcDesc = "Sound Blaster PCI Audio Driver (WDM)"



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: web4, load: 1.53