cxavsaud.inf Driver File Contents (VMX4236.zip)

;------------------------------------------------------------------------
;
;   Copyright and Disclaimer:
;
;       ---------------------------------------------------------------
;       This software is provided "as is" without warranty of any kind,
;       either expressed or implied, including but not limited to the
;       implied warranties of merchantability and/or fitness for a
;       particular purpose.
;
;       Copyright (c) 1999-2000 Conexant Systems, Inc.
;       All Rights Reserved.
;       ---------------------------------------------------------------
;
;   Abstract:
;
;       This is the CX23880 AVStream audio capture driver inf file.
;
;------------------------------------------------------------------------

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
;Provider="Conexant"
Provider="Compro"
DriverVer=11/09/2005,4.2.3.6
CatalogFile.ntx86=cxavsaud.cat

[Manufacturer]
;"Conexant"=Conexant
"Compro"=Compro

[DestinationDirs]
AUD.CopyDrivers=10,system32\drivers

[SourceDisksNames]
;1="Conexant Cx23880 Drivers",,,""
1="Compro VideoMate X series Drivers",,,""

[SourceDisksFiles]
cxavsaud.sys=1

[Compro]
;[Conexant]
%CX23880.DeviceDesc%=AUD,  PCI\VEN_14F1&DEV_8801
%CX23880.DeviceDesc%=AUD,  PCI\VEN_14F1&DEV_8811

[AUD]
Include=ks.inf, kscaptur.inf
Needs=KS.Registration,KSCAPTUR.Registration
CopyFiles=  AUD.CopyDrivers
AddReg=     AUD.AddReg

[AUD.NT]
Include=ks.inf, kscaptur.inf
Needs=KS.Registration.NT,KSCAPTUR.Registration.NT
CopyFiles=  AUD.CopyDrivers
AddReg=     AUD.AddReg


[AUD.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,cxavsaud.sys
HKR,,OkToHibernate,3,01
; Disable driver page out
HKR,,PageOutWhenUnopened,3,0
;HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
;HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioInPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioInPinID%,Name,,%AudioInPinName%
;HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioOutPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioOutPinID%,Name,,%AudioOutPinName%

; audio capture registry entries

;HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
;HKR,,Driver,,cxavsaud.SYS

HKR,Drivers,SubClasses,,"wave"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,"Conexant Audio Capture Device"

;
; Driver Configuration Registry Entries
;
; Default to tuner input
HKR,"DriverData","InputSelect",0x00010001,   0x00,0x00,0x00,0x00

; 48 KHz operation
HKR,"DriverData","SampleRate" ,0x00010001,   0x80,0xBB,0x00,0x00

[AUD.CopyDrivers]
cxavsaud.sys

;
; Services installation
;

[AUD.NT.Services]
AddService = CXAVSAUD,2,AUD.ServiceInstall

[AUD.ServiceInstall]
DisplayName   = %CX23880.DeviceDesc%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_SYSTEM_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\cxavsaud.sys
LoadOrderGroup=ExtendedBase

;
; Interfaces installation
;

;
; Audio
;

[AUD.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,%KSSTRING_Filter%,AUD_Interface
AddInterface=%KSCATEGORY_AUDIO%,%KSSTRING_Filter%,AUD_Interface

[AUD.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,%KSSTRING_Filter%,AUD_Interface
AddInterface=%KSCATEGORY_AUDIO%,%KSSTRING_Filter%,AUD_Interface

[AUD_Interface]
AddReg=AUD_Interface.AddReg

[AUD_Interface.AddReg]
HKR,,CLSID,,%Proxy.CLSID%       ; {17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%AUDFriendlyName%


;
; Driver Configuration Registry Entries
;

;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]
; Proxy GUIDs

KSProxy.CLSID   = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"

; Category GUIDs

KSCATEGORY_CAPTURE  = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_AUDIO    = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSSTRING_Filter	    = "{9B365890-165F-11D0-A195-0020AFD156E4}"

Proxy.CLSID         =   "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"

;CX23880.DeviceDesc  = 	"Conexant 2388x Audio Capture"
;AUDFriendlyName     =  	"Conexant 2388x Audio Capture"
CX23880.DeviceDesc  = 	"Compro VideoMate X series Audio Capture"
AUDFriendlyName     =  	"VideoMate X series Audio Capture"
AudioOutPinID       =   "{27C304E1-80F6-11d5-AFD4-0001032B6C31}"
AudioOutPinName     =   "Audio Capture"
AudioInPinID        =   "{27C304E1-80F6-11d5-AFD4-0001032B6C32}"
AudioInPinName      =   "Audio Input"

; system defines

SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4

SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3

;SERVICE_DESCRIPTION      = "Conexant Audio Capture Driver"
SERVICE_DESCRIPTION      = "VideoMate X series Audio Capture Driver"


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: web5, load: 1.31