behringer_fca1616_usb.inf Driver File Contents (Behringer_FCA1616_USB_Drv_V6_13_0.zip)

;$$$behringer_usb_coinst$$$  ; This case-sensitive tag is needed to trigger the device class co-installer. 
;
; arch_usb Setup Information file
; Copyright (c) 2003-2013
;
; 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=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%S_Provider%
DriverVer=06/12/2013,6.13.0.0
CatalogFile=behringer_fca1616_usb.cat

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

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x86-based systems
[_Devices]
%S_DeviceDesc1%=_Install1, usb\vid_1397&pid_0004



; x64-based systems
[_Devices.ntamd64]
%S_DeviceDesc1%=_Install1, usb\vid_1397&pid_0004




;******************************************************************************
; 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%,  "behringer_fca1616_usb_ENUM"

; Use this to override the default device description. This is optional.
;HKR, , ChildDeviceDescription,  %REG_SZ%,  "BEHRINGER 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%,  "{7E874565-1397-4cab-A698-FC1AFC5FC11D}"


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


[_AddReg_DevSpecCfg1]
;******************************************************************************
; Device specific static settings
;------------------------------------------------------------------------------

;; Refer to 
;; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_<VVVV>&PID_<PPPP>\<serial number>\DeviceParameters
;; 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 Control definition: 
;;
;; if CreateSoundDevice is 1 the sound device is visable in the system as a sound device
;; the default value is 1
;;
;; Plug definition      Command              ID
;------------------------------------------------------------------------------
HKR, "In&ADAT&10",  	"CreateSoundDevice", %REG_DWORD%, 0
HKR, "In&ADAT&12",  	"CreateSoundDevice", %REG_DWORD%, 0
HKR, "In&ADAT&14",  	"CreateSoundDevice", %REG_DWORD%, 0

HKR, "In&SMUX&10",  	"CreateSoundDevice", %REG_DWORD%, 0

HKR, "Out&ADAT&10",     "CreateSoundDevice", %REG_DWORD%, 0
HKR, "Out&ADAT&12",     "CreateSoundDevice", %REG_DWORD%, 0
HKR, "Out&ADAT&14",     "CreateSoundDevice", %REG_DWORD%, 0

HKR, "Out&SMUX&10",  	"CreateSoundDevice", %REG_DWORD%, 0
    

;------------------------------------------------------------------------------
;; WDM input assignment:   
;;
;; The sound device name can be modified
;; $D is replaced by the device name
;; $I is replaced by the sound device instance per device (port number)
;; $N is replaced by the hardware name
;;
;;   Plug definition      Command                      WDM Windows text
;------------------------------------------------------------------------------
;; Inputs
HKR, "In&Mic&00",         SoundDeviceName,  %REG_SZ%,  "$D Mic 1/2"
HKR, "In&Mic&02",         SoundDeviceName,  %REG_SZ%,  "$D Mic 3/4"
HKR, "In&Line&04",        SoundDeviceName,  %REG_SZ%,  "$D Line 5/6"
HKR, "In&Line&06",        SoundDeviceName,  %REG_SZ%,  "$D Line 7/8"
HKR, "In&SPDIF&08",       SoundDeviceName,  %REG_SZ%,  "$D SPDIF"
HKR, "In&ADAT&08",  	  SoundDeviceName,  %REG_SZ%,  "$D ADAT"
HKR, "In&SMUX&08",  	  SoundDeviceName,  %REG_SZ%,  "$D SMUX"
HKR, "In&MIDI&00",        SoundDeviceName,  %REG_SZ%,  "$D MIDI"

;; Outputs
HKR, "Out&Line&00",       SoundDeviceName,  %REG_SZ%,  "$D Line 1/2"
HKR, "Out&Line&02",       SoundDeviceName,  %REG_SZ%,  "$D Line 3/4"
HKR, "Out&Line&04",       SoundDeviceName,  %REG_SZ%,  "$D Line 5/6"
HKR, "Out&Line&06",       SoundDeviceName,  %REG_SZ%,  "$D Line 7/8"
HKR, "Out&SPDIF&08",      SoundDeviceName,  %REG_SZ%,  "$D SPDIF"
HKR, "Out&ADAT&08",       SoundDeviceName,  %REG_SZ%,  "$D ADAT"
HKR, "Out&SMUX&08",  	  SoundDeviceName,  %REG_SZ%,  "$D SMUX"
HKR, "Out&MIDI&00",       SoundDeviceName,  %REG_SZ%,  "$D MIDI"

;;
;; channel names, used by ASIO and the CPL
;; see registry key 
;; HKLM\System\CurrentControlSet\Enum\USB\VID_<VVVV>&PID_<PPPP>\<serial number>\DeviceParameters
;; for possible pathes
;;

;;HKR, "In&Line1/2&00\00",  "NickName",		%REG_SZ%, "InChannel1"
;;HKR, "In&Line1/2&00\01",  "NickName",		%REG_SZ%, "InChannel2"

;;HKR, "In&MIDI&00\00",     "NickName",		%REG_SZ%, "InMIDI1"

;;HKR, "Out&Line1/2&00\00",  "NickName",	%REG_SZ%, "OutChannel1"
;;HKR, "Out&Line1/2&00\01",  "NickName",	%REG_SZ%, "OutChannel2"


;; The latency settings of the device
;; the latency of the device input path including the ADC, in microseconds (optimized for 44.1kHz)
HKR,, "DeviceInputLatency[us]",     %REG_DWORD%, 1395

;; the latency of the device output path including the DAC, in microseconds (optimized for 44.1kHz)
HKR,, "DeviceOutputLatency[us]",    %REG_DWORD%, 1395

[_AddReg_ConfigDB]
;******************************************************************************
; Static settings in ConfigDB that apply to all models
;------------------------------------------------------------------------------


;; default size of ASIO buffers, in microseconds
HKR, "ConfigDB\Settings", "AsioBufferDepth[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 size of isochronous stream buffers, in microseconds
HKR, "ConfigDB\Settings", "IsoStreamBufferDepth[us]",   %REG_DWORD%, 2000

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

;; the buffer size that is available in the device implementation
;; in bytes
HKR, "ConfigDB\Settings", "MidiOutBufferSize",          %REG_DWORD%, 60

;; the transmit rate that is used by the PC driver in bits per second
HKR, "ConfigDB\Settings", "MidiTransmitRate",           %REG_DWORD%, 29000

;; prepend the device name to the display name
;HKR, "ConfigDB\Settings", "PrependDeviceNameToDisplayName", %REG_DWORD%, 0

;; timeout for USB requests in milliseconds
HKR, "ConfigDB\Settings", "RequestTimeout[ms]",         %REG_DWORD%, 1000

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

;; 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




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




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

[_CopyFiles_sys_x64]
behringer_fca1616_usb_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]
behringer_fca1616_usb.sys=1

[SourceDisksFiles.amd64]
behringer_fca1616_usb_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="BEHRINGER"
S_DiskName="BEHRINGER USB Audio Driver Disk"
S_DeviceDesc1="Behringer FCA1616"


; 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 =     "behringer_fca1616_usb"
S_DriverName_x64 = "behringer_fca1616_usb_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: 0.90