diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 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); } |