summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-03-02 13:16:18 +0000
committerGerd Knorr <devnull@localhost>2005-03-02 13:16:18 +0000
commitca7fda81614047eda9a192f937edf43dbbb11e88 (patch)
tree2b7e6a74e4dc10ff48fe7673e46508c2433b9236
parent5676c0312d6eb567bc20b2be3539c6a22796f490 (diff)
downloadmediapointer-dvb-s2-ca7fda81614047eda9a192f937edf43dbbb11e88.tar.gz
mediapointer-dvb-s2-ca7fda81614047eda9a192f937edf43dbbb11e88.tar.bz2
- one more tuner fix from Jarod Wilson.
-rw-r--r--linux/drivers/media/video/tuner-simple.c4
1 files changed, 2 insertions, 2 deletions
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);