From abef93423df2181ce2f17e7ba7360c5360085d2e Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Wed, 27 Jul 2005 19:25:32 +0000 Subject: * cx88-dvb.c: - Corrected PLL programming for FusionHDTV5 Gold. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-dvb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c') 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); } -- cgit v1.2.3