summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-types.c
diff options
context:
space:
mode:
authorRusty Scott2006-04-22 21:15:07 +0200
committerMauro Carvalho Chehab2006-05-13 00:55:16 +0200
commitdd31d5ac7345b2c728bf7eb37b06383776174232 (patch)
treea838b59bfc67278c3459a70208a562ce926cd935 /drivers/media/video/tuner-types.c
parentV4L/DVB (3826): Saa7134: Missing 'break' in Terratec Cinergy 400 TV initializ... (diff)
downloadkernel-qcow2-linux-dd31d5ac7345b2c728bf7eb37b06383776174232.tar.gz
kernel-qcow2-linux-dd31d5ac7345b2c728bf7eb37b06383776174232.tar.xz
kernel-qcow2-linux-dd31d5ac7345b2c728bf7eb37b06383776174232.zip
V4L/DVB (3829): Fix frequency values in the ranges structures of the LG TDVS H06xF tuners
Frequency range values in the current driver for the LG TDVS H06xF tuners appear to have been a transposing of the 5 in the mid range 160-455 instead of 165-450. This patch corrects the pll programming for these tuners as per the datasheet. Signed-off-by: Rusty Scott <rustys@ieee.org> Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-types.c')
-rw-r--r--drivers/media/video/tuner-types.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c
index 72e0f01db563..a1ae036b44ec 100644
--- a/drivers/media/video/tuner-types.c
+++ b/drivers/media/video/tuner-types.c
@@ -877,8 +877,8 @@ static struct tuner_params tuner_philips_fmd1216me_mk3_params[] = {
/* ------------ TUNER_LG_TDVS_H062F - INFINEON ATSC ------------ */
static struct tuner_range tuner_tua6034_ntsc_ranges[] = {
- { 16 * 160.00 /*MHz*/, 0x8e, 0x01 },
- { 16 * 455.00 /*MHz*/, 0x8e, 0x02 },
+ { 16 * 165.00 /*MHz*/, 0x8e, 0x01 },
+ { 16 * 450.00 /*MHz*/, 0x8e, 0x02 },
{ 16 * 999.99 , 0x8e, 0x04 },
};