TVMST.inf Driver File Contents (v1037.0.2.001_Saber2020_.zip)

;*****************************************************************************
;
;  SAA716x Based - BDA TV Capture Driver
;  Supported Platform: 32 bit, 64 bit (except IA64)
;  Supported OS:       Windows XP, Windows Vista
;
;*****************************************************************************

[Version]
signature           = "$CHICAGO$" ;All Windows OS
Class               = MEDIA
ClassGUID           = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider            = %PROVIDER%
CatalogFile.NTx86   = TVMST.cat
CatalogFile.NTAMD64 = TVMST64.cat
;---------------------mm/dd/yyyy,version--------------------
DriverVer           = 09/04/2007,1037.0.2.1
;-----------------------------------------------------------

[Manufacturer]
%PROVIDER%=VistaView, NTx86, NTAMD64

;---> 32 BIT SUPPORT <---
[VistaView.NTx86]
%Saber2020.DeviceDesc% = TVMST.NTx86,PCI\VEN_1131&DEV_7162&SUBSYS_661119D3

;---> 64 BIT SUPPORT <---
[VistaView.NTAMD64]
%Saber2020.DeviceDesc% = TVMST.NTAMD64,PCI\VEN_1131&DEV_7162&SUBSYS_661119D3

[SourceDisksNames]
1 = %AVSTRM_INSTALLATION_DISK%,,

[SourceDisksFiles]
TVMST.sys              = 1
TVMST64.sys            = 1
716xCoInstallerMST.dll = 1
MSTMV32.dll            = 1
MSTMV64.dll            = 1

[DestinationDirs]
TVMST.CopyDll.NTx86        = 11
TVMST64.CopyDll.NTAMD64    = 11
TVMST.CopyDriver.NTx86     = 10,system32\drivers
TVMST64.CopyDriver.NTAMD64 = 10,system32\drivers

[TVMST.CopyDll.NTx86]
716xCoInstallerMST.dll
MSTMV32.dll

[TVMST.CopyDriver.NTx86]
TVMST.sys

[TVMST64.CopyDll.NTAMD64]
MSTMV64.dll

[TVMST64.CopyDriver.NTAMD64]
TVMST64.sys

;
;*** initialization and registry entries
;
;******** x32 ***
[TVMST.NTx86.CoInstallers]
CopyFiles     = TVMST.CopyDll.NTx86
AddReg        = TVMST.CoInstaller_AddReg.NTx86

[TVMST.NTx86]
Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf, machine.inf
Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT, PciASPMOptOut
CopyFiles     = TVMST.CopyDriver.NTx86, TVMST.CopyDll.NTx86
AddReg        = TVMST.AddReg.NTx86
RegisterDlls  = TVMST.DllReg.NTx86

[TVMST.NTx86.Services]
AddService=%SERVICE_NAME_X32%, 0x00000002, TVMST.ServiceInstall.NTx86, TVMST.EventInstall.NTx86

[TVMST.CoInstaller_AddReg.NTx86]
HKR,,CoInstallers32,0x00010000,"716xCoInstallerMST.dll, CoInstallerEntry"

[TVMST.AddReg.NTx86]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,TVMST.sys

; audio capture registry entries
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,TVMST.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,,"SAA716x audio capture device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"SAA716x audio capture device"

; Setting FM radio of the Silicon tuner via SIF (GPIO 21 in use/ 5.5MHz)
HKR, "Audio", "FM Radio IF",0x00010001,0x729555

; Add device index to filter name 
HKR, "Parameters","AddIndex",0x00010001,1


; add audio input and output pinnames
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_VIDEO_PIN%,"Name",,"Capture"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_MPEG_PS_PIN%,"Name",, "MPEG2 Program"

[TVMST.ServiceInstall.NTx86]
DisplayName=%DISPLAY_NAME%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary=%12%\TVMST.sys

[TVMST.EventInstall.NTx86]
AddReg = TVMSTEvent_AddReg.NTx86

[TVMSTEvent_AddReg.NTx86]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\TVMST.sys"
HKR,,TypesSupported,0x00010001,7

[TVMST.DllReg.NTx86]
11,,MSTMV32.dll,1 ;FLG_REGSVR_DLLREGISTER

;******** x64 ***
[TVMST.NTAMD64.CoInstallers]
CopyFiles     = TVMST64.CopyDll.NTAMD64
AddReg        = TVMST.CoInstaller_AddReg.NTAMD64

[TVMST.NTAMD64]
Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf, machine.inf
Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT, PciASPMOptOut
CopyFiles     = TVMST64.CopyDriver.NTAMD64, TVMST64.CopyDll.NTAMD64
AddReg        = TVMST.AddReg.NTAMD64
RegisterDlls  = TVMST.DllReg.NTAMD64

[TVMST.NTAMD64.Services]
AddService = %SERVICE_NAME_X64%, 0x00000002, TVMST.ServiceInstall.NTAMD64, TVMST.EventInstall.NTAMD64

[TVMST.CoInstaller_AddReg.NTAMD64]


[TVMST.AddReg.NTAMD64]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,TVMST64.sys
; audio capture registry entries
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,TVMST64.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,,"SAA716x audio capture device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"SAA716x audio capture device"

; Setting FM radio of the Silicon tuner via SIF (GPIO 21 in use/ 5.5MHz)
HKR, "Audio", "FM Radio IF",0x00010001,0x729555

; Add device index to filter name 
HKR, "Parameters","AddIndex",0x00010001,1


; add audio input and output pinnames
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_AUDIO_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_VIDEO_PIN%,"Name",,"Capture"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_ANLG_MPEG_PS_PIN%,"Name",, "MPEG2 Program"

[TVMST.ServiceInstall.NTAMD64]
DisplayName=%DISPLAY_NAME%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary=%12%\TVMST64.sys

[TVMST.EventInstall.NTAMD64]
AddReg = TVMSTEvent_AddReg.NTAMD64

[TVMSTEvent_AddReg.NTAMD64]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\TVMST64.sys"
HKR,,TypesSupported,0x00010001,7

[TVMST.DllReg.NTAMD64]
11,,MSTMV64.dll,1 ;FLG_REGSVR_DLLREGISTER

;
;*** strings, GUIDs and names
;
[Strings]

; Proxy GUIDs
KSProxy.CLSID   = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSXBar.CLSID    = "{71F96460-78F3-11d0-A18C-00A0C9118956}"
KSTVAudio.CLSID = "{71F96462-78F3-11d0-A18C-00A0C9118956}"
KSTvTune.CLSID  = "{266EEE40-6C63-11cf-8A03-00AA006ECB65}"

; Category GUIDs
KSCATEGORY_MULTIPLEXER            = "{7A5DE1D3-01A1-452c-B481-4FA2B96271E8}"
KSCATEGORY_ENCODER                = "{19689BF6-C384-48fd-AD51-90E58C79F70B}"
KSCATEGORY_CAPTURE                = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_VIDEO                  = "{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_AUDIO                  = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"

; Our Pin Name GUIDs
VAMP_ANLG_AUDIO_IN_PIN   = "{7BB284B9-714D-493d-A101-B1B028E782BD}"
VAMP_ANLG_AUDIO_OUT_PIN  = "{5582E657-E596-42b5-9DB3-541B27A2355F}"
VAMP_ANLG_VIDEO_ITU_PIN  = "{82631A2E-403C-4581-A4B0-EC173D004410}"
VAMP_ANLG_AUDIO_I2S_PIN  = "{C2E46358-F032-4d88-B802-06B59D162730}"
VAMP_ANLG_VIDEO_PIN      = "{16FFBD0A-F770-4692-A2FF-DD394DFE9564}"
VAMP_ANLG_AUDIO_PIN      = "{BA9E27B1-CF44-490e-8EAB-5F662E5FFE74}"
VAMP_ANLG_MPEG_PS_PIN    = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"

; Our Filter GUIDs
VAMP_MPG_ENCODER_FILTER  = "{949607F9-0DA5-4099-982E-D91DE6150B00}"
VAMP_ANLG_AUDIO_FILTER   = "{F3B951E7-8619-4ff3-91CA-03910E4BB900}"
VAMP_ANLG_CAP_FILTER     = "{BBEFB6C7-2FC4-4139-BB8B-A58BBA724000}"

; 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 

FLG_REGSVR_DLLREGISTER = 0x00000001

;Our strings
PROVIDER="VistaView"
Saber2020.DeviceDesc        = "Saber2020"

AVSTRM_INSTALLATION_DISK   = "TVMST installation disk"
DISPLAY_NAME               = "TVMST service"
SERVICE_NAME_X32           = "TVMST"
SERVICE_NAME_X64           = "TVMST64"
SERVICE_DESCRIPTION        = "The PCIe 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: web3, load: 1.96