]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (11236): tda827x: fix locking issues with DVB-C
authorklaas de waal <klaas.de.waal@gmail.com>
Wed, 25 Mar 2009 20:53:02 +0000 (17:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:42 +0000 (12:43 -0300)
commitcf47d878e5c7825836abf8d37fde025f7676db2b
tree188d364de147b3f663501bb2a22f26d5069ff389
parent5ed2b6419ef48efda66a71d4b26bd2fa6b6a1ac7
V4L/DVB (11236): tda827x: fix locking issues with DVB-C

Separate tuning table for DVB-C solves tuning problem at 388MHz

TechnoTrend C-1501 DVB-C card does not lock on 388MHz. I assume that
existing frequency table is valid for DVB-T.

This is suggested by the name of the table: tda827xa_dvbt.

Added a table for DVB-C with the name tda827xa_dvbc.

Added runtime selection of the DVB-C table when the tuner is type
FE_QAM.

This should leave the behaviour of this driver with with DVB_T tuners
unchanged. This modification is in file tda827x.c

The tda827x.c gives the following warning message when debug=1:

tda827x: tda827x_config not defined, cannot set LNA gain!

Solved this by adding a tda827x_config struct in budget-ci.c.

Signed-off-by: Klaas de Waal <klaas.de.waal@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tda827x.c
drivers/media/dvb/ttpci/budget-ci.c