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, 1 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index f331297d7..62d6f29d7 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.75 2005/12/02 04:16:47 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.76 2005/12/02 22:08:07 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -182,26 +182,20 @@ static struct mt352_config dntv_live_dvbt_config = { #ifdef HAVE_CX22702 static struct cx22702_config connexant_refboard_config = { .demod_address = 0x43, -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12) .output_mode = CX22702_SERIAL_OUTPUT, -#endif .pll_address = 0x60, .pll_desc = &dvb_pll_thomson_dtt7579, }; static struct cx22702_config hauppauge_novat_config = { .demod_address = 0x43, -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12) .output_mode = CX22702_SERIAL_OUTPUT, -#endif .pll_address = 0x61, .pll_desc = &dvb_pll_thomson_dtt759x, }; static struct cx22702_config hauppauge_hvr1100_config = { .demod_address = 0x63, -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12) .output_mode = CX22702_SERIAL_OUTPUT, -#endif .pll_address = 0x61, .pll_desc = &dvb_pll_fmd1216me, }; |