home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------
- ;
- ; 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-2006 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"
- PNPLockDown = 1 ;;; Lock driver against 3rd party application changes
- DriverVer=06/21/2006,6.0.6001.18000
-
- [Manufacturer]
- "Conexant"=Conexant,NTx86...1
-
- [DestinationDirs]
- AUD.CopyDrivers=10,system32\drivers
-
- [SourceDisksNames]
- 1="Conexant Cx23880 Drivers",,,""
-
- [SourceDisksFiles]
- cxavsaud_IBV32.sys=1
-
- [Conexant.NTx86...1]
- ;Conexant Blackbird NTSC
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_024214F1
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_024214F1
-
- ;Conexant Blackbird PAL
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_034214F1
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_034214F1
-
- ;Asus Blackbird NTSC
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48231043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48231043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48291043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48291043
-
- ;Asus Blackbird PAL
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48241043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48241043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_482A1043
- %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_482A1043
-
- [AUD]
- Include=ks.inf, kscaptur.inf, wdmaudio.inf
- Needs=KS.Registration,KSCAPTUR.Registration,WDMAUDIO.Registration
- CopyFiles= AUD.CopyDrivers
- AddReg= AUD.AddReg
- AddProperty=cxavsaud_IBV32.AddProp
-
- [AUD.NT]
- Include=ks.inf, kscaptur.inf, wdmaudio.inf
- Needs=KS.Registration.NT,KSCAPTUR.Registration.NT,WDMAUDIO.Registration
- CopyFiles= AUD.CopyDrivers
- AddReg= AUD.AddReg
- AddProperty=cxavsaud_IBV32.AddProp
-
-
- [AUD.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,cxavsaud_IBV32.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_IBV32.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_IBV32.sys
- LoadOrderGroup=ExtendedBase
-
- ;
- ; Tagging driver as generic
- ;
-
- [cxavsaud_IBV32.AddProp]
- GenericDriverInstalled,,,,1
-
-
- ;
- ; 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"
- 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"
-
-
-