Aopen mini-pci
- From: David Kerry <dkv4l (at) snti.com>
- Date: Tue, 27 Feb 2007 12:01:55 -0500
On Tue, Feb 20, 2007 at 09:01:13PM +0100, Peter Missel wrote:
> Am Dienstag, 20. Februar 2007 20:40 schrieb CityK:
> > David Kerry wrote:
> > No time to check right now, but I'd guess the LV4052 is a programmable
> > IC from Lattice, and likely is for a remote controller (this thing does
> > come with a remote right?) ... will have to check later.
>
> LifeView cards typically use a 4052 for audio signal routing, mostly in
> conjunction with antenna input switching between analog TV and FM radio.
> Typically (now where's a thesaurus when you need one ...) these two functions
> are operated together, via one single GPIO pin, #21 on recent LifeView cards
> (typically ;))
>
> This is something that would be exposed in the Windows driver's .INF file, for
> example.
>
> miniPCI cards don't usually have IR remote controllers on, since they'd have a
> hard time getting to an IR eye from deep inside the notebook or miniPC.
>
> regards,
> Peter
Hello again,
I've somehow managed to get at the windows .INF file and .sys driver file for
this card (attached). Hopefully it will help in figuring out some additional
aspects of this card.
--
David Kerry
; Copyright 2005, Philips Semiconductors GmbH
[Version]
signature="$CHICAGO$" ;all windows os
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%PSH%
DriverVer=07/27/2006,13.32.00.6451
CatalogFile=34AVStrm.cat
[Manufacturer]
%PSH%=Philips
[Philips]
%LR350UA.DeviceDesc%=3xHybrid,PCI\VEN_1131&DEV_7133&SUBSYS_03504E42
%LR351UA.DeviceDesc%=3xHybrid,PCI\VEN_1131&DEV_7133&SUBSYS_03514E42
%LR581UA.DeviceDesc%=3xHybrid,PCI\VEN_1131&DEV_7133&SUBSYS_05814E42
[DestinationDirs]
3xHybrid.CopyCoInst=11
3xHybrid.CopyFiles=10,system32\drivers ; be aware not to use 12 as the drivers directory,
; as driver will not work anymore in W98
[SourceDisksNames]
1 = %AVSTRM_INSTALLATION_DISK%,,
[SourceDisksFiles]
34CoInstaller.dll=1
3xHybrid.sys=1
[3xHybrid.CopyCoInst]
34CoInstaller.dll
[3xHybrid.CopyFiles]
3xHybrid.sys
;
;*** initialization and registry entries
;
[3xHybrid.CoInstallers]
CopyFiles = 3xHybrid.CopyCoInst
AddReg = 3xHybrid.CoInstaller_AddReg
[3xHybrid.ntx86.CoInstallers]
CopyFiles = 3xHybrid.CopyCoInst
AddReg = 3xHybrid.CoInstaller_AddReg
[3xHybrid.CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"34CoInstaller.dll, CoInstallerEntry"
[3xHybrid]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), KSCAPTUR.Registration(kscaptur.inf), BDA.Installation(bda.inf)
CopyFiles=3xHybrid.CopyFiles
AddReg=3xHybrid.AddReg
[3xHybrid.ntx86]
Include=ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
Needs=KS.Registration.NT, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
CopyFiles=3xHybrid.CopyFiles
AddReg=3xHybrid.AddReg
[3xHybrid.Services]
AddService=3xHybrid, 0x00000002, 3xHybrid.ServiceInstall
[3xHybrid.ntx86.Services]
AddService=3xHybrid, 0x00000002, 3xHybrid.ServiceInstall
[3xHybrid.ServiceInstall]
DisplayName=%DISPLAY_NAME%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_IGNORE%
ServiceBinary=%12%\3xHybrid.sys
; [StartName=driver-object-name]
; [AddReg=add-registry-section[, add-registry-section] ...]
; [DelReg=del-registry-section[, del-registry-section] ...]
; [BitReg=bit-registry-section[,bit-registry-section] ...]
; [LoadOrderGroup=load-order-group-name]
; [Dependencies=depend-on-item-name[,depend-on-item-name]...]
[3xHybrid.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,3xHybrid.sys
; audio capture registry entries
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,3xHybrid.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,,"Europa audio capture device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"Europa audio capture device"
; Enable alternativ V-Sync
HKR, "GPIO", "EnableGPIO22VSync",0x00010001,1
; Test mode
HKR, "GPIO", "TestModeActive",0x00010001,1
HKR, "GPIO\TestMode", "Data1",0x00010001,1
; Setting FM radio of the Silicon tuner via SIF (GPIO 21 in use/ 5.5MHz)
HKR, "Audio", "FM Radio IF",0x00010001,0x729555
; under MCE, IgnoreDVBParameter=1, prevents the driver to use the DShow DVB properties.
; -1 is used instead
HKR, "Parameters", "IgnoreDVBParameter",0x00010001,0x01
; under MCE, AutoRemove60HzStd fixes the 1st run problem with analog multi standard tuner
; like the TDA8275A. In countries with 50Hz formats, 60Hz formats are beeing removed
HKR, "Parameters", "AutoRemove60HzStd",0x00010001,0x01
; 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_MPEG_AES_PIN%,"Name",,"MPEG Audio ES"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_MPEG_VES_PIN%,"Name",,"MPEG Video ES"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%VAMP_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
;
;*** 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_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_AUDIO_I2S_PIN = "{C2E46358-F032-4d88-B802-06B59D162730}"
VAMP_ANLG_VIDEO_ITU_PIN = "{82631A2E-403C-4581-A4B0-EC173D004410}"
VAMP_MPEG_AES_PIN = "{9DEC84B9-BCEF-4aac-997E-43EDD0A2D6C7}"
VAMP_MPEG_VES_PIN = "{181CF87E-7741-47ba-8629-22347E03C64C}"
VAMP_MPEG_PS_PIN = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"
; Our Filter GUIDs
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
PSH="Philips"
LR350UA.DeviceDesc = "Silicon ATSC Hybrid"
LR351UA.DeviceDesc = "Silicon ATSC Hybrid mini"
LR581UA.DeviceDesc = "Silicon ATSC Hybrid CardBus"
AVSTRM_INSTALLATION_DISK = "3xHybrid installation disk"
DISPLAY_NAME = "3xHybrid service"
SERVICE_DESCRIPTION = "The Europa capture driver"--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list