home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / cxavsaud_ibv32.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  12KB  |  204 lines

  1.  ■;------------------------------------------------------------------------
  2. ;
  3. ;   Copyright and Disclaimer:
  4. ;
  5. ;       ---------------------------------------------------------------
  6. ;       This software is provided "as is" without warranty of any kind,
  7. ;       either expressed or implied, including but not limited to the
  8. ;       implied warranties of merchantability and/or fitness for a
  9. ;       particular purpose.
  10. ;
  11. ;       Copyright (c) 1999-2006 Conexant Systems, Inc.
  12. ;       All Rights Reserved.
  13. ;       ---------------------------------------------------------------
  14. ;
  15. ;   Abstract:
  16. ;
  17. ;       This is the CX23880 AVStream audio capture driver inf file.
  18. ;
  19. ;------------------------------------------------------------------------
  20. [Version]
  21. signature="$CHICAGO$"
  22. Class=Media
  23. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  24. Provider="Conexant"
  25. PNPLockDown = 1 ;;; Lock driver against 3rd party application changes
  26. DriverVer=06/21/2006,6.0.6001.18000
  27. [Manufacturer]
  28. "Conexant"=Conexant,NTx86...1
  29. [DestinationDirs]
  30. AUD.CopyDrivers=10,system32\drivers
  31. [SourceDisksNames]
  32. 1="Conexant Cx23880 Drivers",,,""
  33. [SourceDisksFiles]
  34. cxavsaud_IBV32.sys=1
  35. [Conexant.NTx86...1]
  36. ;Conexant Blackbird NTSC
  37. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_024214F1
  38. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_024214F1
  39. ;Conexant Blackbird PAL
  40. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_034214F1
  41. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_034214F1
  42. ;Asus Blackbird NTSC
  43. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48231043
  44. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48231043
  45. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48291043
  46. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48291043
  47. ;Asus Blackbird PAL
  48. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_48241043
  49. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_48241043
  50. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8801&SUBSYS_482A1043
  51. %CX23880.DeviceDesc%=AUD,PCI\VEN_14F1&DEV_8811&SUBSYS_482A1043
  52. [AUD]
  53. Include=ks.inf, kscaptur.inf, wdmaudio.inf
  54. Needs=KS.Registration,KSCAPTUR.Registration,WDMAUDIO.Registration
  55. CopyFiles=  AUD.CopyDrivers
  56. AddReg=     AUD.AddReg
  57. AddProperty=cxavsaud_IBV32.AddProp 
  58. [AUD.NT]
  59. Include=ks.inf, kscaptur.inf, wdmaudio.inf
  60. Needs=KS.Registration.NT,KSCAPTUR.Registration.NT,WDMAUDIO.Registration
  61. CopyFiles=  AUD.CopyDrivers
  62. AddReg=     AUD.AddReg
  63. AddProperty=cxavsaud_IBV32.AddProp 
  64. [AUD.AddReg]
  65. HKR,,DevLoader,,*ntkern
  66. HKR,,NTMPDriver,,cxavsaud_IBV32.sys
  67. HKR,,OkToHibernate,3,01
  68. ; Disable driver page out
  69. HKR,,PageOutWhenUnopened,3,0
  70. ;HKR,,PageOutWhenUnopened,3,01
  71. HKR,,DontSuspendIfStreamsAreRunning,3,01
  72. ;HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioInPinID%,Display,1, 00,00,00,00
  73. HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioInPinID%,Name,,%AudioInPinName%
  74. ;HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioOutPinID%,Display,1, 00,00,00,00
  75. HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioOutPinID%,Name,,%AudioOutPinName%
  76. ; audio capture registry entries
  77. ;HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
  78. ;HKR,,Driver,,cxavsaud.SYS
  79. HKR,Drivers,SubClasses,,"wave"
  80. HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
  81. HKR,Drivers\wave\wdmaud.drv,Description,,"Conexant Audio Capture Device"
  82. ;
  83. ; Driver Configuration Registry Entries
  84. ;
  85. ; Default to tuner input
  86. HKR,"DriverData","InputSelect",0x00010001,   0x00,0x00,0x00,0x00
  87. ; 48 KHz operation
  88. HKR,"DriverData","SampleRate" ,0x00010001,   0x80,0xBB,0x00,0x00
  89. [AUD.CopyDrivers]
  90. cxavsaud_IBV32.sys
  91. ;
  92. ; Services installation
  93. ;
  94. [AUD.NT.Services]
  95. AddService = CXAVSAUD,2,AUD.ServiceInstall
  96. [AUD.ServiceInstall]
  97. DisplayName   = %CX23880.DeviceDesc%
  98. Description=%SERVICE_DESCRIPTION%
  99. ServiceType=%SERVICE_KERNEL_DRIVER%
  100. StartType=%SERVICE_SYSTEM_START%
  101. ErrorControl=%SERVICE_ERROR_IGNORE%
  102. ServiceBinary = %12%\cxavsaud_IBV32.sys
  103. LoadOrderGroup=ExtendedBase
  104. ;
  105. ; Tagging driver as generic
  106. ;
  107.  
  108. [cxavsaud_IBV32.AddProp]
  109. GenericDriverInstalled,,,,1
  110. ;
  111. ; Interfaces installation
  112. ;
  113. ;
  114. ; Audio
  115. ;
  116. [AUD.Interfaces]
  117. AddInterface=%KSCATEGORY_CAPTURE%,%KSSTRING_Filter%,AUD_Interface
  118. AddInterface=%KSCATEGORY_AUDIO%,%KSSTRING_Filter%,AUD_Interface
  119. [AUD.NT.Interfaces]
  120. AddInterface=%KSCATEGORY_CAPTURE%,%KSSTRING_Filter%,AUD_Interface
  121. AddInterface=%KSCATEGORY_AUDIO%,%KSSTRING_Filter%,AUD_Interface
  122. [AUD_Interface]
  123. AddReg=AUD_Interface.AddReg
  124. [AUD_Interface.AddReg]
  125. HKR,,CLSID,,%Proxy.CLSID%       ; {17CCA71B-ECD7-11D0-B908-00A0C9223196}
  126. HKR,,FriendlyName,,%AUDFriendlyName%
  127. ;
  128. ; Driver Configuration Registry Entries
  129. ;
  130. ;---------------------------------------------------------------
  131. ;                S t r i n g s
  132. ;---------------------------------------------------------------
  133. [Strings]
  134. ; Proxy GUIDs
  135. KSProxy.CLSID   = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  136. ; Category GUIDs
  137. KSCATEGORY_CAPTURE  = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  138. KSCATEGORY_AUDIO    = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
  139. KSSTRING_Filter        = "{9B365890-165F-11D0-A195-0020AFD156E4}"
  140. Proxy.CLSID         =   "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  141. CX23880.DeviceDesc  =     "Conexant 2388x Audio Capture"
  142. AUDFriendlyName     =      "Conexant 2388x Audio Capture"
  143. AudioOutPinID       =   "{27C304E1-80F6-11d5-AFD4-0001032B6C31}"
  144. AudioOutPinName     =   "Audio Capture"
  145. AudioInPinID        =   "{27C304E1-80F6-11d5-AFD4-0001032B6C32}"
  146. AudioInPinName      =   "Audio Input"
  147. ; system defines
  148. SERVICE_BOOT_START = 0x0
  149. SERVICE_SYSTEM_START = 0x1
  150. SERVICE_AUTO_START = 0x2
  151. SERVICE_DEMAND_START = 0x3
  152. SERVICE_DISABLED = 0x4
  153. SERVICE_KERNEL_DRIVER = 0x1
  154. SERVICE_ERROR_IGNORE = 0x0
  155. SERVICE_ERROR_NORMAL = 0x1
  156. SERVICE_ERROR_SEVERE = 0x2
  157. SERVICE_ERROR_CRITICAL = 0x3
  158. SERVICE_DESCRIPTION      = "Conexant Audio Capture Driver"