aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 492f8afe6b96..94efba2d4fe5 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: cx88-dvb.c,v 1.48 2005/07/20 05:33:33 mkrufky Exp $ 2 * $Id: cx88-dvb.c,v 1.49 2005/07/20 05:38:09 mkrufky Exp $
3 * 3 *
4 * device driver for Conexant 2388x based TV cards 4 * device driver for Conexant 2388x based TV cards
5 * MPEG Transport Stream (DVB) routines 5 * MPEG Transport Stream (DVB) routines
@@ -328,7 +328,7 @@ static int dvb_register(struct cx8802_dev *dev)
328 328
329 cx_clear(MO_GP0_IO, 1); 329 cx_clear(MO_GP0_IO, 1);
330 mdelay(100); 330 mdelay(100);
331 cx_set(MO_GP0_IO, 9); /* ANT connector too FIXME */ 331 cx_set(MO_GP0_IO, 9);
332 mdelay(200); 332 mdelay(200);
333 dev->core->pll_addr = 0x61; 333 dev->core->pll_addr = 0x61;
334 dev->core->pll_desc = &dvb_pll_thomson_dtt7611; 334 dev->core->pll_desc = &dvb_pll_thomson_dtt7611;