clio_1394.inf Driver File Contents (FWSetup514.zip)

;$$$clio_coinst$$$  ; This case-sensitive tag is needed to trigger the device class co-installer. 
;
; arch_1394 Setup Information file
; Copyright (c) 2003-2010
;
; This file supports:
;     Windows XP
;     Windows XP x64 Edition
;     Windows Vista
;     Windows Vista x64
;     Windows 7
;     Windows 7 x64
;

;******************************************************************************
; Version Section
;------------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=61883
ClassGUID={7ebefbc0-3200-11d2-b4c2-00a0C9697d07}
Provider=%S_Provider%
DriverVer=02/25/2010,5.14.0.0
CatalogFile=clio_1394.cat

;******************************************************************************
; Manufacturer
;------------------------------------------------------------------------------
[Manufacturer]
%S_Provider%=_Devices, ntamd64

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x86-based systems
[_Devices]
%S_DeviceDesc1%=_Install1, 1394\Audiomatica&Clio_Firewire



; x64-based systems
[_Devices.ntamd64]
%S_DeviceDesc1%=_Install1, 1394\Audiomatica&Clio_Firewire




;******************************************************************************
; Install Sections x86-based systems
;------------------------------------------------------------------------------

[_Install1.ntx86]
CopyFiles=_CopyFiles_sys

[_Install1.ntx86.Services]
AddService = %S_DriverName%, 0x00000002, _AddService, _EventLog

[_Install1.ntx86.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg1


[_AddService]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\%S_DriverName%.sys
AddReg=_AddReg_DevInterfaces, _AddReg_ConfigDB, _AddReg_Settings

[_EventLog]
AddReg=_EventLog_AddReg

[_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName%.sys"
HKR,,TypesSupported,  %REG_DWORD%, 7


;******************************************************************************
; Install Sections x64-based systems
;------------------------------------------------------------------------------

[_Install1.ntamd64]
CopyFiles=_CopyFiles_sys_x64

[_Install1.ntamd64.Services]
AddService = %S_DriverName%, 0x00000002, _AddService_x64, _EventLog_x64

[_Install1.ntamd64.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg1


[_AddService_x64]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\%S_DriverName_x64%.sys
AddReg=_AddReg_DevInterfaces, _AddReg_ConfigDB, _AddReg_Settings

[_EventLog_x64]
AddReg=_EventLog_AddReg_x64

[_EventLog_AddReg_x64]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName_x64%.sys"
HKR,,TypesSupported,  %REG_DWORD%, 7


;******************************************************************************
; child device identifier, identifies the WDM audio driver instance
;------------------------------------------------------------------------------
[_AddReg_ChildDev]

; Setting this flag to null disables the WDM audio device.
HKR,  , ChildEnable, %REG_DWORD%, 0

; Use this to override the default enumerator name. This is optional.
HKR, , ChildDeviceEnumerator,   %REG_SZ%,  "clio_1394_ENUM"

; Use this to override the default device description. This is optional.
;HKR, , ChildDeviceDescription,  %REG_SZ%,  "Audiomatica WDM Audio Device"

;;Note: The HardwareID for the WDM audio device is built as follows: <Enumerator\DeviceId>


;******************************************************************************
; device interface identifiers
;------------------------------------------------------------------------------
[_AddReg_DevInterfaces]

;; specify a vendor-specific GUID which is used by the vendor's applications to open the driver
;; Use guidgen.exe to generate a new GUID, copy-paste it into the following line.
HKR, , VendorSpecificInterfaceGuid,  %REG_SZ%,  "{5052F826-8AD9-407b-B730-741594941958}"


;; Enable/disable the default device interface exported by the driver.
HKR, , RegisterDefaultDeviceInterface,  %REG_DWORD%,  1


[_AddReg_DevSpecCfg1]
HKR, "In&Line1/2&00",     SoundDeviceName,  %REG_SZ%,  "ClioFw Line 1/2 -$D"
HKR, "Out&Line1/2&00",    SoundDeviceName,  %REG_SZ%,  "ClioFw Line 1/2 -$D"


;------------------------------------------------------------------------------
;; WDM sound device:    disable WDM sound device (defauld is enabled)
;;
;;   Plug definition       Command                         0=off / 1=on
;------------------------------------------------------------------------------
;HKR, "Line1/2&00",         CreateSoundDevice, %REG_DWORD%, 0
HKR, "In&Line1/2&00",     CreateSoundDevice, %REG_DWORD%, 0
HKR, "Out&Line1/2&00",    CreateSoundDevice, %REG_DWORD%, 0


;------------------------------------------------------------------------------
;; WDM Control definition: 
;;
;;   Plug definition \ funktion    AVC Unit              ID
;------------------------------------------------------------------------------

HKR, "44100",   "InputLatency[us]",   %REG_DWORD%,  1422				
HKR, "44100",   "OutputLatency[us]",  %REG_DWORD%,  1451				
HKR, "48000",   "InputLatency[us]",   %REG_DWORD%,  1400				
HKR, "48000",   "OutputLatency[us]",  %REG_DWORD%,  1416				
HKR, "88200",   "InputLatency[us]",   %REG_DWORD%,  1252				
HKR, "88200",   "OutputLatency[us]",  %REG_DWORD%,  1235				
HKR, "96000",   "InputLatency[us]",   %REG_DWORD%,  1244				
HKR, "96000",   "OutputLatency[us]",  %REG_DWORD%,  1218				



[_AddReg_ConfigDB]
HKR, "In&Line1/2&00",     SoundDeviceName,  %REG_SZ%,  "ClioFw Line 1/2 -$D"
HKR, "Out&Line1/2&00",    SoundDeviceName,  %REG_SZ%,  "ClioFw Line 1/2 -$D"


;------------------------------------------------------------------------------
;; WDM sound device:    disable WDM sound device (defauld is enabled)
;;
;;   Plug definition       Command                         0=off / 1=on
;------------------------------------------------------------------------------
;HKR, "Line1/2&00",         CreateSoundDevice, %REG_DWORD%, 0
HKR, "In&Line1/2&00",     CreateSoundDevice, %REG_DWORD%, 0
HKR, "Out&Line1/2&00",    CreateSoundDevice, %REG_DWORD%, 0


;------------------------------------------------------------------------------
;; WDM Control definition: 
;;
;;   Plug definition \ funktion    AVC Unit              ID
;------------------------------------------------------------------------------

HKR, "44100",   "InputLatency[us]",   %REG_DWORD%,  1422				
HKR, "44100",   "OutputLatency[us]",  %REG_DWORD%,  1451				
HKR, "48000",   "InputLatency[us]",   %REG_DWORD%,  1400				
HKR, "48000",   "OutputLatency[us]",  %REG_DWORD%,  1416				
HKR, "88200",   "InputLatency[us]",   %REG_DWORD%,  1252				
HKR, "88200",   "OutputLatency[us]",  %REG_DWORD%,  1235				
HKR, "96000",   "InputLatency[us]",   %REG_DWORD%,  1244				
HKR, "96000",   "OutputLatency[us]",  %REG_DWORD%,  1218				




;******************************************************************************
; Global settings
;------------------------------------------------------------------------------
[_AddReg_Settings]




;******************************************************************************
; Copy file sections
;------------------------------------------------------------------------------
[_CopyFiles_sys]
clio_1394.sys,,,0x00000004

[_CopyFiles_sys_x64]
clio_1394_x64.sys,,,0x00000004


;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir =     12   ; %windir%\system32\drivers 
_CopyFiles_sys =     12
_CopyFiles_sys_x64 = 12


;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames.x86]
1=%S_DiskName%,,

[SourceDisksNames.amd64]
1=%S_DiskName%,,


[SourceDisksFiles.x86]
clio_1394.sys=1

[SourceDisksFiles.amd64]
clio_1394_x64.sys=1


;******************************************************************************
; Text Strings
;------------------------------------------------------------------------------
[Strings]
;
; Non-Localizable Strings, DO NOT MODIFY!
;
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001


;
; Localizable Strings, modify as required
;
S_Provider="Audiomatica"
S_DiskName="Audiomatica 1394 Audio Driver Disk"
S_DeviceDesc1="ClioFirewire"


; File name of driver executable (without extension).
; If the name is modified, the [_CopyFiles_sys] and [SourceDisksFiles]
; sections have to be modified as well!
S_DriverName =     "clio_1394"
S_DriverName_x64 = "clio_1394_x64"


; *** EOF ***
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: web1, load: 1.03