diff options
author | Michael Krufky <devnull@localhost> | 2005-07-27 19:25:32 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-27 19:25:32 +0000 |
commit | abef93423df2181ce2f17e7ba7360c5360085d2e (patch) | |
tree | 6363acfe28985052535ada5c24872ea81cc8d173 | |
parent | a4464eaaef6753bee736636c966dc2dde2a9bf22 (diff) | |
download | mediapointer-dvb-s2-abef93423df2181ce2f17e7ba7360c5360085d2e.tar.gz mediapointer-dvb-s2-abef93423df2181ce2f17e7ba7360c5360085d2e.tar.bz2 |
* cx88-dvb.c:
- Corrected PLL programming for FusionHDTV5 Gold.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 4 | ||||
-rw-r--r-- | v4l/ChangeLog | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index eafc3cd28..91a9afefa 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.55 2005/07/26 05:53:44 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.56 2005/07/27 19:25:32 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -381,7 +381,7 @@ static int dvb_register(struct cx8802_dev *dev) cx_set(MO_GP0_IO, 1); mdelay(200); dev->core->pll_addr = 0x61; - dev->core->pll_desc = &dvb_pll_tua6034; + dev->core->pll_desc = &dvb_pll_tdvs_tua6034; dev->dvb.frontend = lgdt330x_attach(&fusionhdtv_5_gold, &dev->core->i2c_adap); } diff --git a/v4l/ChangeLog b/v4l/ChangeLog index cb8482046..8861c89f7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,5 +1,10 @@ -2005-07-27 09:58 mchehab +2005-07-27 18:47 mkrufky + * cx88-dvb.c: + - Correct PLL programming for FusionHDTV5 Gold. + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + +2005-07-27 09:58 mchehab * tea5767.c: - tea5767_autodetection improved. Newer code works with CX88. Should be tested with other chipsets |