summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-mpeg.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-03-07 12:01:51 +0000
committerGerd Knorr <devnull@localhost>2005-03-07 12:01:51 +0000
commit77f714ee869194e214df2fed794d14949a4b008b (patch)
tree1db54ad6feab1f943aa1f648f00b7181eb398da7 /linux/drivers/media/video/cx88/cx88-mpeg.c
parent650841cf65832f8c9fea03dcdde6a1031e4df24f (diff)
downloadmediapointer-dvb-s2-77f714ee869194e214df2fed794d14949a4b008b.tar.gz
mediapointer-dvb-s2-77f714ee869194e214df2fed794d14949a4b008b.tar.bz2
- add flyvideo duo.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-mpeg.c7
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;
}
}