diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-06 18:12:51 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-06 18:12:51 +0000 |
commit | 96412f4acdf97fa45b5058d4e05dca7eb4db18f1 (patch) | |
tree | 356da0736db69482128ef673b47eaf5c66eb0397 /linux/drivers/media/video/saa7134/saa7134-cards.c | |
parent | 9c2f6317a3233e4cc06ff19f37beab6ccead5e23 (diff) | |
download | mediapointer-dvb-s2-96412f4acdf97fa45b5058d4e05dca7eb4db18f1.tar.gz mediapointer-dvb-s2-96412f4acdf97fa45b5058d4e05dca7eb4db18f1.tar.bz2 |
* saa7134-cards.c:
* saa7134-video.c: (saa7134_video_init1):
* saa7134.h:
- Implement some differences in video output port
register initialization between existing boards and RTD Embedded
Technologies VFG7300 boards.
Signed-off-by: Robert W. Boone <rboone@rtd.com>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 082c357aa..15238cb2c 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-cards.c,v 1.99 2005/10/04 14:52:08 nsh Exp $ + * $Id: saa7134-cards.c,v 1.100 2005/10/06 18:12:51 nsh Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -2287,6 +2287,10 @@ struct saa7134_board saa7134_boards[] = { }}, .mpeg = SAA7134_MPEG_EMPRESS, .video_out = CCIR656, + .vid_port_opts = ( SET_T_CODE_POLARITY_NON_INVERTED | + SET_CLOCK_NOT_DELAYED | + SET_CLOCK_INVERTED | + SET_VSYNC_OFF ), }, [SAA7134_BOARD_RTD_VFG7330] = { .name = "RTD Embedded Technologies VFG7330", |