clio_1394.inf Driver File Contents (FWSetup246_64.zip)

;$$$clio_coinst$$$  ; This case-sensitive tag is needed to trigger the device class co-installer. 
;
; CLIO_1394 Setup Information file
;
; This file supports:
;     Windows XP
;     Windows XP x64 Edition
;     Windows Vista
;     Windows Vista x64
;

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

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

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

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



;******************************************************************************
; Install Sections x86-based systems
;------------------------------------------------------------------------------
[_Install.ntx86]
CopyFiles=_CopyFiles_sys

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

[_Install.ntx86.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg

[_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
;------------------------------------------------------------------------------
[_Install.ntamd64]
CopyFiles=_CopyFiles_sys_x64

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

[_Install.ntamd64.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg

[_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%,  "BCO1394_ENUM"

; Use this to override the default device description. This is optional.
;HKR, , ChildDeviceDescription,  %REG_SZ%,  "BridgeCo 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}"

;; Activate the following line to disable the default device interface exported by the driver
;; The default interface is identified by BCO_IID.
;HKR, , RegisterDefaultDeviceInterface,  %REG_DWORD%,  0


;******************************************************************************
; Device specific static settings
;------------------------------------------------------------------------------

[_AddReg_DevSpecCfg]

;; Use this to override the default sound device names. This is optional.
;; Note: $D will be replaced by the device nickname
;;       $I will be replaced by the sound device instance per device (port number)
;;       $N will be replaced by the hardware name of the first channel that
;;       belongs to the sound device (truncated at the first space character)
;;
;; Refer to 
;; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\1394\<Vendor&Device>\<SerialNumber>\Device Parameters
;; to find out the internal sound device names that can be labeled here.
;; An internal name contains direction, hardware name (truncated at first space) and stream position, 
;; e.g. "In&Line&00", "Out&Line&00".

;------------------------------------------------------------------------------
;; WDM input assignment:
;;
;;   Plug definition       Command                      WDM Windows text
;------------------------------------------------------------------------------
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


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

HKR, "In&Line1/2&00\MasterVolume", ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line1/2&00\MasterVolume", FB_ID,   %REG_DWORD%, 1
HKR, "In&Line1/2&00\MasterMute",   ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line1/2&00\MasterMute",   FB_ID,   %REG_DWORD%, 1

HKR, "In&Line3/4&02\MasterVolume", ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line3/4&02\MasterVolume", FB_ID,   %REG_DWORD%, 2
HKR, "In&Line3/4&02\MasterMute",   ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line3/4&02\MasterMute",   FB_ID,   %REG_DWORD%, 2

HKR, "In&Line5/6&04\MasterVolume", ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line5/6&04\MasterVolume", FB_ID,   %REG_DWORD%, 3
HKR, "In&Line5/6&04\MasterMute",   ASU_ID,  %REG_DWORD%, 0
HKR, "In&Line5/6&04\MasterMute",   FB_ID,   %REG_DWORD%, 3

;;;;; MIDI multi client access:
;; use for unlimited concurrent access:  0xFFFFFFFF 
;; to limmit the access use the number of applications can concurrently access MIDI in / out:

HKR, "In&Midi&06",  MaxMidiClients, %REG_DWORD%, 0xFFFFFFFF
HKR, "Out&Midi&06", MaxMidiClients, %REG_DWORD%, 0xFFFFFFFF


;; Use the following settings to specify the device-specific input and output latency,
;; in microseconds. Latencies are given for each sample rate separately.
;; If not specified, latency defaults to 1500 microsecs.

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
;HKR, "176400",  "InputLatency[us]",   %REG_DWORD%,  0
;HKR, "176400",  "OutputLatency[us]",  %REG_DWORD%,  0
;HKR, "192000",  "InputLatency[us]",   %REG_DWORD%,  0
;HKR, "192000",  "OutputLatency[us]",  %REG_DWORD%,  0


;******************************************************************************
; Static settings in ConfigDB
;------------------------------------------------------------------------------
[_AddReg_ConfigDB]

;; default size of isochronous stream buffers, in microseconds
HKR, "ConfigDB\Settings", "IsoStreamBufferDepth[us]",   %REG_DWORD%, 2000

;; default size of ASIO buffers, in microseconds
HKR, "ConfigDB\Settings", "AsioBufferDepth[us]",        %REG_DWORD%, 10000

;; default size of WDM/KS buffers, in microseconds
HKR, "ConfigDB\Settings", "KsBufferDepth[us]",          %REG_DWORD%, 10000

;; default domain synch mode:
;; 0 = Internal (PC is clock master)
;; 1 = External (a device is clock master)
HKR, "ConfigDB\Settings", "DomainSynchMode",            %REG_DWORD%, 1

;; default sample rate selection mode:
;; 0 = Manual (rate is manually set by user)
;; 1 = Auto (rate is defined by clock master device)
HKR, "ConfigDB\Settings", "SampleRateSelectionMode",    %REG_DWORD%, 0

;; default sampling rate, supported rates are: 44100, 48000, 88200, 96000 
HKR, "ConfigDB\Settings", "SampleRate[Hz]",             %REG_DWORD%, 48000

;; How to generate a default device nickname?
;; 0: Nickname = "SerialNumber"
;; 1: Nickname = "ModelText"
;; 2: Nickname = "ModelText (SerialNumber)"
HKR, "ConfigDB\Settings", "DeviceNicknameMode",         %REG_DWORD%, 1


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




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

[_CopyFiles_sys_x64]
clio_1394_x64.sys


;******************************************************************************
; 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_DeviceDesc="Audiomatica Clio Firewire"
S_DiskName="Audiomatica 1394 Audio Driver Disk"

; 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: web3, load: 1.64