From ca7fda81614047eda9a192f937edf43dbbb11e88 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Wed, 2 Mar 2005 13:16:18 +0000 Subject: - one more tuner fix from Jarod Wilson. --- linux/drivers/media/video/tuner-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index c3f214746..fa5919d32 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-simple.c,v 1.6 2005/03/01 10:22:25 kraxel Exp $ + * $Id: tuner-simple.c,v 1.7 2005/03/02 13:16:18 kraxel Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -210,7 +210,7 @@ static struct tunertype tuners[] = { { "Philips PAL/SECAM multi (FM1216ME pvr150)", Philips, PAL, 16*160.00,16*442.00,0x01,0x02,0x04,0xce,623 }, { "Philips FQ1236A MK4", Philips, NTSC, - 16*160.00,16*454.00,0x41,0x42,0x04,0x8e,732 }, + 16*160.00,16*442.00,0x41,0x42,0x04,0x8e,732 }, }; unsigned const int tuner_count = ARRAY_SIZE(tuners); -- cgit v1.2.3