summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-06-20 03:36:00 +0000
committerMichael Krufky <devnull@localhost>2005-06-20 03:36:00 +0000
commitde17bf66ce06526a24dfabd97dbc3d80cc428491 (patch)
tree99530241188b1c7faf6f300c2553914a3ca34d2b /linux/drivers/media/video/cx88/cx88-dvb.c
parentc02793e14e09db70e60f8d5caad26c81b9ce466e (diff)
downloadmediapointer-dvb-s2-de17bf66ce06526a24dfabd97dbc3d80cc428491.tar.gz
mediapointer-dvb-s2-de17bf66ce06526a24dfabd97dbc3d80cc428491.tar.bz2
* cx88-cards.c, cx88-dvb.c, cx88-mpeg.c:
* cx88-video.c, cx88.h, tuner.h: * CARDLIST.cx88: - Fix DViCO Board names as per email from DViCO Systems Software Engineer Jeff Lee: "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model." Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index 75f980a63..7629fd808 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.34 2005/06/17 18:46:23 mkrufky Exp $
+ * $Id: cx88-dvb.c,v 1.35 2005/06/20 03:36:00 mkrufky Exp $
*
* device driver for Conexant 2388x based TV cards
* MPEG Transport Stream (DVB) routines
@@ -214,7 +214,7 @@ static int lgdt3302_set_ts_param(struct dvb_frontend* fe, int is_punctured)
return 0;
}
-static struct lgdt3302_config fusionhdtv_3_gold = {
+static struct lgdt3302_config fusionhdtv_3_gold_q = {
.demod_address = 0x0e,
.pll_address = 0x61,
.pll_desc = &dvb_pll_microtune_4042,
@@ -266,7 +266,7 @@ static int dvb_register(struct cx8802_dev *dev)
break;
#endif
#if HAVE_LGDT3302
- case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD:
+ case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q:
dev->ts_gen_cntrl = 0x08;
{
/* Do a hardware reset of chip before using it. */
@@ -276,7 +276,7 @@ static int dvb_register(struct cx8802_dev *dev)
mdelay(100);
cx_set(MO_GP0_IO, 9); // ANT connector too FIXME
mdelay(200);
- dev->dvb.frontend = lgdt3302_attach(&fusionhdtv_3_gold,
+ dev->dvb.frontend = lgdt3302_attach(&fusionhdtv_3_gold_q,
&dev->core->i2c_adap);
}
break;