3054AudCap.inf Driver File Contents (TwinhanDriverSetup_WHQL.zip)

;------------------------------------------------------------------------
;
;   AVStream audio capture driver Install Information File
;
;       V1.0.1.8 2005/12/06 00:00:00
;
;   Copyright (c) 2005 DTV-DVB Technology Inc.
;   All Rights Reserved.
;
;------------------------------------------------------------------------


[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider="DTV-DVB"
DriverVer=12/06/2005,1.0.1.8
CatalogFile.ntx86=3054AudCap.cat

[Manufacturer]
"DTV-DVB"=DTV-DVB

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

[SourceDisksNames]
1="DTV-DVB PCI Drivers",,,""

[SourceDisksFiles]
3054AudCap.sys=1

[DTV-DVB]
%THAUDCAP.DeviceDesc%=AUD,  PCI\VEN_14F1&DEV_8801
%THAUDCAP.DeviceDesc%=AUD,  PCI\VEN_14F1&DEV_8811

[AUD]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), KSCAPTUR.Registration(kscaptur.inf), BDA.Installation(bda.inf)
;Include=ks.inf, kscaptur.inf, wdmaudio.inf
;Needs=KS.Registration,KSCAPTUR.Registration,WDMAUDIO.Registration
CopyFiles=  AUD.CopyDrivers
AddReg=     AUD.AddReg

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


[AUD.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,3054AudCap.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,,3054AudCap.sys

HKR,Drivers,SubClasses,,"wave,mixer"

HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv,Description,,"DTV-DVB Audio Capture Device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"DTV-DVB 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]
3054AudCap.sys

;
; Services installation
;

[AUD.Services]
AddService = AUD,0x00000002,AUD.ServiceInstall

[AUD.NT.Services]
AddService = AUD,0x00000002,AUD.ServiceInstall

[AUD.ServiceInstall]
DisplayName   = %THAUDCAP.DeviceDesc%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\3054AudCap.sys
;LoadOrderGroup=ExtendedBase

;
; Interfaces installation
;

;
; Audio
;

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

[AUD.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,%KSANLGAUDIOFILTER%,AUD_Interface
AddInterface=%KSCATEGORY_AUDIO%,%KSANLGAUDIOFILTER%,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}"
KSTVAudio.CLSID = "{71F96462-78F3-11d0-A18C-00A0C9118956}"

; Category GUIDs

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

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

THAUDCAP.DeviceDesc  = 	"DTV-DVB 3054 Analog Audio Capture"
AUDFriendlyName     =  	"DTV-DVB 3054 Analog 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      = "DTV-DVB 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: web2, load: 0.73