diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-mpeg.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c index 613a6ccbe..17c37a039 100644 --- a/linux/drivers/media/video/cx88/cx88-mpeg.c +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-mpeg.c,v 1.23 2005/03/04 09:34:28 kraxel Exp $ + * $Id: cx88-mpeg.c,v 1.24 2005/03/07 12:01:51 kraxel Exp $ * * Support for the mpeg transport stream transfers * PCI function #2 of the cx2388x. @@ -69,7 +69,7 @@ static int cx8802_start_dma(struct cx8802_dev *dev, * also: move to cx88-blackbird + cx88-dvb source files? */ if (cx88_boards[core->board].dvb) { - dprintk(1, "dvb: ts_gen_cntrl=0x%02x", dev->ts_gen_cntrl); + dprintk(0, "dvb: ts_gen_cntrl=0x%02x", dev->ts_gen_cntrl); switch (core->board) { case CX88_BOARD_PCHDTV_HD3000: /* negedge driven & software reset */ @@ -82,7 +82,8 @@ static int cx8802_start_dma(struct cx8802_dev *dev, udelay(100); break; default: - cx_write(TS_GEN_CNTRL, dev->ts_gen_cntrl); +// cx_write(TS_GEN_CNTRL, dev->ts_gen_cntrl); + cx_write(TS_GEN_CNTRL, 0xc0); break; } } |