Layla24.inf Driver File Contents (Echo24_Windows_607.exe)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; layla24.inf
;;
;; Installation file (.inf) for Layla24 WDM
;;
;; (c) Copyright 2001 Echo Digital Audio 
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


[Version]
Signature="$CHICAGO$"
Provider=%Echo%
ClassGUID={4D36E96C-E325-11CE-BFC1-08002BE10318}
Class=Media
DriverVer=3/21/2003,6.07.0.0


[DestinationDirs]
DefaultDestDir   = 10,system32\drivers
Layla24.CopyFiles = 10,system32\drivers


;-------------------------------------------------------------------------------
;
; Driver information
;
;-------------------------------------------------------------------------------

[Manufacturer]
%Echo%   = Echo.Mfg

[Echo.Mfg]
%Echo.Layla24Desc% = Layla24, PCI\VEN_1057&DEV_3410&SUBSYS_0060ECC0


;*******************************************************************************
;
; Windows 2000/XP only
;
;*******************************************************************************

	;-------------------------------------------------------------------------------
	;
	; General installation section
	;
	;-------------------------------------------------------------------------------

	[Layla24.NT]
	Include=ks.inf, wdmaudio.inf
	Needs=KS.Registration, WDMAUDIO.Registration
	AddReg=Layla24.AddReg,Layla24_names.AddReg
	CopyFiles=Layla24.CopyFiles


	;-------------------------------------------------------------------------------
	;
	; Service Installation
	;
	;-------------------------------------------------------------------------------

	[Layla24.NT.Services]
	AddService = echo24, 0x00000002 , Layla24_Service_Inst

	[Layla24_Service_Inst]
	DisplayName    = %Layla24.SvcDesc%
	ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
	StartType      = 3                  ; SERVICE_DEMAND_START
	ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
	;LoadOrderGroup = ExtendedBase
	ServiceBinary = %10%\system32\drivers\echo24.sys


	;-------------------------------------------------------------------------------
	;
	; Set up interfaces
	;
	;-------------------------------------------------------------------------------

	[Layla24.NT.Interfaces]

	; Analog out 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut0%,Layla24.Interface.WaveOut0

	; Analog out 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut1%,Layla24.Interface.WaveOut1

	; Analog out 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut2%,Layla24.Interface.WaveOut2

	; Analog out 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut3%,Layla24.Interface.WaveOut3

	; Digital out 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut4%,Layla24.Interface.WaveOut4

	; Digital out 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut5%,Layla24.Interface.WaveOut5

	; Digital out 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut6%,Layla24.Interface.WaveOut6

	; Digital out 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut7%,Layla24.Interface.WaveOut7


	; Analog in 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn0%,Layla24.Interface.WaveIn0

	; Analog in 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn1%,Layla24.Interface.WaveIn1

	; Analog in 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn2%,Layla24.Interface.WaveIn2

	; Analog in 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn3%,Layla24.Interface.WaveIn3

	; Digital in 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn4%,Layla24.Interface.WaveIn4

	; Digital in 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn5%,Layla24.Interface.WaveIn5

	; Digital in 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn6%,Layla24.Interface.WaveIn6

	; Digital in 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn7%,Layla24.Interface.WaveIn7

	; MIDI in and out
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MIDI%,Layla24.Interface.MIDI

	; Topology
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo0%,Layla24.Interface.Topo0
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo1%,Layla24.Interface.Topo1
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo2%,Layla24.Interface.Topo2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo3%,Layla24.Interface.Topo3
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo4%,Layla24.Interface.Topo4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo5%,Layla24.Interface.Topo5
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo6%,Layla24.Interface.Topo6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo7%,Layla24.Interface.Topo7


;*******************************************************************************
;
; Windows 98SE/ME only
;
;*******************************************************************************

	;-------------------------------------------------------------------------------
	;
	; General installation section
	;
	;-------------------------------------------------------------------------------

	[Layla24]
	AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
	AddReg=Layla24.AddReg,Layla24_names.AddReg
	CopyFiles=Layla24.CopyFiles
	KnownRegEntries=Layla24.KnownRegEntries


	[Layla24.KnownRegEntries]
	IsWin98Gold=keep


	[IsWin98Gold]
	1=HKLM,Software\Microsoft\Windows\CurrentVersion,VersionNumber,0,4.10.1998


	;-------------------------------------------------------------------------------
	;
	; Set up interfaces
	;
	;-------------------------------------------------------------------------------

	[Layla24.Interfaces]

	; Analog out 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut0%,Layla24.Interface.WaveOut0

	; Analog out 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut1%,Layla24.Interface.WaveOut1

	; Analog out 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut2%,Layla24.Interface.WaveOut2

	; Analog out 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut3%,Layla24.Interface.WaveOut3

	; Digital out 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut4%,Layla24.Interface.WaveOut4

	; Digital out 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut5%,Layla24.Interface.WaveOut5

	; Digital out 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut6%,Layla24.Interface.WaveOut6

	; Digital out 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveOut7%,Layla24.Interface.WaveOut7


	; Analog in 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn0%,Layla24.Interface.WaveIn0

	; Analog in 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn1%,Layla24.Interface.WaveIn1

	; Analog in 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn2%,Layla24.Interface.WaveIn2

	; Analog in 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn3%,Layla24.Interface.WaveIn3

	; Digital in 1/2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn4%,Layla24.Interface.WaveIn4

	; Digital in 3/4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn5%,Layla24.Interface.WaveIn5

	; Digital in 5/6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn6%,Layla24.Interface.WaveIn6

	; Digital in 7/8
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveIn7%,Layla24.Interface.WaveIn7

	; MIDI in and out
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MIDI%,Layla24.Interface.MIDI

	; Topology
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo0%,Layla24.Interface.Topo0
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo1%,Layla24.Interface.Topo1
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo2%,Layla24.Interface.Topo2
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo3%,Layla24.Interface.Topo3
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo4%,Layla24.Interface.Topo4
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo5%,Layla24.Interface.Topo5
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo6%,Layla24.Interface.Topo6
	AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo7%,Layla24.Interface.Topo7


;*******************************************************************************
;
; Common for all flavors of Windows
;
;*******************************************************************************

;-------------------------------------------------------------------------------
;
; Add stuff to registry
;
;-------------------------------------------------------------------------------

[Layla24.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi"
HKR,,Driver,,echo24.sys
HKR,,NTMPDriver,,"echo24.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,,%Layla24WaveDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%Layla24MidiDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%Layla24MixerDesc%


[Layla24_names.AddReg]
HKLM,%MediaCategories%\%GUID.PCMRender%,Name,,%Friendly.PCMRender%
HKLM,%MediaCategories%\%GUID.PCMCapture%,Name,,%Friendly.PCMCapture%
HKLM,%MediaCategories%\%GUID.AC3Render%,Name,,%Friendly.AC3Render%

HKLM,%MediaCategories%\%GUID.AnalogOutBridge%,Name,,%Friendly.AnalogOutBridge%
HKLM,%MediaCategories%\%GUID.AnalogInBridge%,Name,,%Friendly.AnalogInBridge%
HKLM,%MediaCategories%\%GUID.DigitalOutBridge%,Name,,%Friendly.DigitalOutBridge%
HKLM,%MediaCategories%\%GUID.DigitalInBridge%,Name,,%Friendly.DigitalInBridge%
HKLM,%MediaCategories%\%GUID.VirtualOutBridge%,Name,,%Friendly.VirtualOutBridge%

HKLM,%MediaCategories%\%GUID.MidiOut%,Name,,%Friendly.MidiOut%
HKLM,%MediaCategories%\%GUID.MidiIn%,Name,,%Friendly.MidiIn%

HKLM,%MediaCategories%\%GUID.Bridge%,Name,,%Friendly.Bridge%
HKLM,%MediaCategories%\%GUID.LineOut%,Name,,%Friendly.LineOut%


;-------------------------------------------------------------------------------
;
; Interfaces
;
;-------------------------------------------------------------------------------

[Layla24.Interface.WaveOut0]
AddReg=Layla24.I.WaveOut0.AddReg
[Layla24.I.WaveOut0.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut0.szPname%


[Layla24.Interface.WaveOut1]
AddReg=Layla24.I.WaveOut1.AddReg
[Layla24.I.WaveOut1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut1.szPname%


[Layla24.Interface.WaveOut2]
AddReg=Layla24.I.WaveOut2.AddReg
[Layla24.I.WaveOut2.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut2.szPname%


[Layla24.Interface.WaveOut3]
AddReg=Layla24.I.WaveOut3.AddReg
[Layla24.I.WaveOut3.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut3.szPname%


[Layla24.Interface.WaveOut4]
AddReg=Layla24.I.WaveOut4.AddReg
[Layla24.I.WaveOut4.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut4.szPname%


[Layla24.Interface.WaveOut5]
AddReg=Layla24.I.WaveOut5.AddReg
[Layla24.I.WaveOut5.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut5.szPname%


[Layla24.Interface.WaveOut6]
AddReg=Layla24.I.WaveOut6.AddReg
[Layla24.I.WaveOut6.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut6.szPname%


[Layla24.Interface.WaveOut7]
AddReg=Layla24.I.WaveOut7.AddReg
[Layla24.I.WaveOut7.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveOut7.szPname%


[Layla24.Interface.WaveIn0]
AddReg=Layla24.I.WaveIn0.AddReg
[Layla24.I.WaveIn0.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn0.szPname%


[Layla24.Interface.WaveIn1]
AddReg=Layla24.I.WaveIn1.AddReg
[Layla24.I.WaveIn1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn1.szPname%


[Layla24.Interface.WaveIn2]
AddReg=Layla24.I.WaveIn2.AddReg
[Layla24.I.WaveIn2.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn2.szPname%


[Layla24.Interface.WaveIn3]
AddReg=Layla24.I.WaveIn3.AddReg
[Layla24.I.WaveIn3.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn3.szPname%


[Layla24.Interface.WaveIn4]
AddReg=Layla24.I.WaveIn4.AddReg
[Layla24.I.WaveIn4.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn4.szPname%


[Layla24.Interface.WaveIn5]
AddReg=Layla24.I.WaveIn5.AddReg
[Layla24.I.WaveIn5.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn5.szPname%


[Layla24.Interface.WaveIn6]
AddReg=Layla24.I.WaveIn6.AddReg
[Layla24.I.WaveIn6.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn6.szPname%


[Layla24.Interface.WaveIn7]
AddReg=Layla24.I.WaveIn7.AddReg
[Layla24.I.WaveIn7.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.WaveIn7.szPname%


[Layla24.Interface.MIDI]
AddReg=Layla24.I.MIDI.AddReg
[Layla24.I.MIDI.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.MIDI.szPname%



[Layla24.Interface.Topo0]
AddReg=Layla24.I.Topo0.AddReg
[Layla24.I.Topo0.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo0.szPname%


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


[Layla24.Interface.Topo2]
AddReg=Layla24.I.Topo2.AddReg
[Layla24.I.Topo2.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo2.szPname%


[Layla24.Interface.Topo3]
AddReg=Layla24.I.Topo3.AddReg
[Layla24.I.Topo3.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo3.szPname%


[Layla24.Interface.Topo4]
AddReg=Layla24.I.Topo4.AddReg
[Layla24.I.Topo4.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo4.szPname%


[Layla24.Interface.Topo5]
AddReg=Layla24.I.Topo5.AddReg
[Layla24.I.Topo5.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo5.szPname%


[Layla24.Interface.Topo6]
AddReg=Layla24.I.Topo6.AddReg
[Layla24.I.Topo6.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo6.szPname%


[Layla24.Interface.Topo7]
AddReg=Layla24.I.Topo7.AddReg
[Layla24.I.Topo7.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Layla24.Topo7.szPname%





;-------------------------------------------------------------------------------
;
; Copy files
;
;-------------------------------------------------------------------------------

[Layla24.CopyFiles]
;***echo24.sys

[SourceDisksNames.x86]
1 = %DiskId1%,,,""

[SourceDisksFiles]
; Files from Echo Digital Audio Installation disk
echo24.sys = 1,,


;-------------------------------------------------------------------------------
;
; Strings
;
;-------------------------------------------------------------------------------

[Strings]

;
; Non-Localizable Strings
;

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_WaveOut0="WaveOut0"
KSNAME_WaveOut1="WaveOut1"
KSNAME_WaveOut2="WaveOut2"
KSNAME_WaveOut3="WaveOut3"
KSNAME_WaveOut4="WaveOut4"
KSNAME_WaveOut5="WaveOut5"
KSNAME_WaveOut6="WaveOut6"
KSNAME_WaveOut7="WaveOut7"

KSNAME_WaveIn0="WaveIn0"
KSNAME_WaveIn1="WaveIn1"
KSNAME_WaveIn2="WaveIn2"
KSNAME_WaveIn3="WaveIn3"
KSNAME_WaveIn4="WaveIn4"
KSNAME_WaveIn5="WaveIn5"
KSNAME_WaveIn6="WaveIn6"
KSNAME_WaveIn7="WaveIn7"

KSNAME_MIDI="MIDI"

KSNAME_Topo0="Topo0"
KSNAME_Topo1="Topo1"
KSNAME_Topo2="Topo2"
KSNAME_Topo3="Topo3"
KSNAME_Topo4="Topo4"
KSNAME_Topo5="Topo5"
KSNAME_Topo6="Topo6"
KSNAME_Topo7="Topo7"


MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"


;
; Localizable Strings
;

Echo.Layla24Desc = "Layla24 (WDM)"
Layla24WaveDesc = "Layla24 wave driver"
Layla24MixerDesc = "Layla24 mixer driver"
Layla24MidiDesc = "Layla24 MIDI driver"
DiskId1 = "Echo Digital Audio Installation Disk"
Echo = "Echo Digital Audio"
Layla24.SvcDesc="Layla24 Service"
wdmaud.SvcDesc = "Microsoft WDM Virtual Wave Driver (WDM)"

;
; Miniport names
;

Layla24.WaveOut0.szPname="Layla24 1/2 Analog Out"
Layla24.WaveOut1.szPname="Layla24 3/4 Analog Out"
Layla24.WaveOut2.szPname="Layla24 5/6 Analog Out"
Layla24.WaveOut3.szPname="Layla24 7/8 Analog Out"
Layla24.WaveOut4.szPname="Layla24 1/2 Digital Out"
Layla24.WaveOut5.szPname="Layla24 3/4 Digital Out"
Layla24.WaveOut6.szPname="Layla24 5/6 Digital Out"
Layla24.WaveOut7.szPname="Layla24 7/8 Digital Out"

Layla24.WaveIn0.szPname="Layla24 1/2 Analog In"
Layla24.WaveIn1.szPname="Layla24 3/4 Analog In"
Layla24.WaveIn2.szPname="Layla24 5/6 Analog In"
Layla24.WaveIn3.szPname="Layla24 7/8 Analog In"
Layla24.WaveIn4.szPname="Layla24 1/2 Digital In"
Layla24.WaveIn5.szPname="Layla24 3/4 Digital In"
Layla24.WaveIn6.szPname="Layla24 5/6 Digital In"
Layla24.WaveIn7.szPname="Layla24 7/8 Digital In"

Layla24.MIDI.szPname="Layla24 MIDI"

Layla24.Topo0.szPname="Layla24 1/2 Analog mixer"
Layla24.Topo1.szPname="Layla24 3/4 Analog mixer"
Layla24.Topo2.szPname="Layla24 5/6 Analog mixer"
Layla24.Topo3.szPname="Layla24 7/8 Analog mixer"
Layla24.Topo4.szPname="Layla24 1/2 Digital mixer"
Layla24.Topo5.szPname="Layla24 3/4 Digital mixer"
Layla24.Topo6.szPname="Layla24 5/6 Digital mixer"
Layla24.Topo7.szPname="Layla24 7/8 Digital mixer"


;
; GUIDs and friendly names
;
GUID.PCMRender = "{ADD18F93-A3C8-4F28-9B70-000DEF396F30}"
GUID.PCMCapture = "{9826BC1C-54A1-4E15-87B4-71A1E57830D8}"
GUID.AC3Render = "{14CE9F3C-477C-4E59-AEC1-2CAF628CC5F3}"

Friendly.PCMRender = "PCM render"
Friendly.PCMCapture = "PCM capture"
Friendly.AC3Render = "AC3 render"

GUID.AnalogOutBridge="{3A80F564-21DC-4d02-A822-D27C4E6DBB9B}"
GUID.AnalogInBridge="{36CAA29A-FB2A-4f29-AB8F-5964BD356BBC}"
GUID.DigitalOutBridge="{07C1516D-659E-45c8-AA2C-25D97867DBC0}"
GUID.DigitalInBridge="{9261037F-73C7-44ee-A331-72148E5CE144}"
GUID.VirtualOutBridge="{9E1FB85F-8A3E-4fb6-BFDE-A63987961276}"

Friendly.AnalogOutBridge="Analog out bridge"
Friendly.AnalogInBridge="Analog in bridge"
Friendly.DigitalOutBridge="Digital out bridge"
Friendly.DigitalInBridge="Digital in bridge"
Friendly.VirtualOutBridge="Virtual out bridge"

GUID.MidiOut="{91134FFE-C06D-420f-853B-2D5FF93FB1E6}"
GUID.MidiIn="{31DBD634-C547-4862-AA92-DE4145B4E9B2}"

Friendly.MidiOut="MIDI render"
Friendly.MidiIn="MIDI capture"

GUID.Bridge="{56C0CCBA-89CF-4551-A14A-417025B9C2C2}"
GUID.LineOut="{226AE5AD-890D-4bc6-8DA1-57EC3D351388}"

Friendly.Bridge="Bridge"
Friendly.LineOut="Line out"
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: ftp, load: 2.24