Browse Source

V4L/DVB (5801): Tuner: update FCV1236D ranges to match the datasheet

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Michael Krufky 18 years ago
parent
commit
c350f617ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/video/tuner-types.c

+ 1 - 1
drivers/media/video/tuner-types.c

@@ -598,7 +598,7 @@ static struct tuner_params tuner_philips_pal_mk_params[] = {
 
 
 static struct tuner_range tuner_philips_fcv1236d_ranges[] = {
 static struct tuner_range tuner_philips_fcv1236d_ranges[] = {
 	{ 16 * 157.25 /*MHz*/, 0x8e, 0xa0, },
 	{ 16 * 157.25 /*MHz*/, 0x8e, 0xa0, },
-	{ 16 * 454.00 /*MHz*/, 0x8e, 0x90, },
+	{ 16 * 451.25 /*MHz*/, 0x8e, 0x90, },
 	{ 16 * 999.99        , 0x8e, 0x30, },
 	{ 16 * 999.99        , 0x8e, 0x30, },
 };
 };