diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 8 |
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; |