6bdcc6e6db
The code of the dvb-pll driver and the lgh06xf driver is nearly identical. The main difference is that the lgh06xf driver would set the AGC TOP value on every tune call. The dvb-pll driver now has the ability to set the AGC TOP when the front-end device is opened, which is a better way to go about it. By using this ability of dvb-pll, the lgh06xf driver is made unnecessary. There is one other difference. dvb-pll will probe for the presence of an I2C pll chip by doing a one byte read, the lgh06xf driver did not do this. In some devices the PLL is not reachable over I2C at the timer the tuner is attached. Some more initialization, such as firmware loading, must take place first. None of the devices using a LG-H06xF should have this problem. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Acked-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
24 lines
896 B
Plaintext
24 lines
896 B
Plaintext
config DVB_BT8XX
|
|
tristate "BT8xx based PCI cards"
|
|
depends on DVB_CORE && PCI && I2C && VIDEO_BT848
|
|
select DVB_MT352 if !DVB_FE_CUSTOMISE
|
|
select DVB_SP887X if !DVB_FE_CUSTOMISE
|
|
select DVB_NXT6000 if !DVB_FE_CUSTOMISE
|
|
select DVB_CX24110 if !DVB_FE_CUSTOMISE
|
|
select DVB_OR51211 if !DVB_FE_CUSTOMISE
|
|
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
|
|
select DVB_PLL
|
|
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
Support for PCI cards based on the Bt8xx PCI bridge. Examples are
|
|
the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
|
the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
|
|
some AVerMedia cards.
|
|
|
|
Since these cards have no MPEG decoder onboard, they transmit
|
|
only compressed MPEG data over the PCI bus, so you need
|
|
an external software decoder to watch TV on your computer.
|
|
|
|
Say Y if you own such a device and want to use it.
|