diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-15 19:57:14 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:05:08 -0500 |
commit | 4917019d190d9809287308c4866cbc47d6c1000b (patch) | |
tree | 3ce554238bddaa85175e4f587fd5396daa5a2803 /drivers/media/video/cx88/cx88-mpeg.c | |
parent | 73c993a8294077ae1b724286da8ac323c25d90db (diff) |
V4L/DVB (7046): Finalise support for the Pinnacle HD 8000i
Correctly set the atatch structures, enable IR, configure the
xc5000 tuner includes.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-mpeg.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c index a21b50357a89..0aedbeaf94cd 100644 --- a/drivers/media/video/cx88/cx88-mpeg.c +++ b/drivers/media/video/cx88/cx88-mpeg.c | |||
@@ -118,8 +118,12 @@ static int cx8802_start_dma(struct cx8802_dev *dev, | |||
118 | case CX88_BOARD_HAUPPAUGE_HVR1300: | 118 | case CX88_BOARD_HAUPPAUGE_HVR1300: |
119 | break; | 119 | break; |
120 | case CX88_BOARD_PINNACLE_PCTV_HD_800i: | 120 | case CX88_BOARD_PINNACLE_PCTV_HD_800i: |
121 | /* Enable MPEG parallel port */ | 121 | /* Enable MPEG parallel IO and video signal pins */ |
122 | cx_write(MO_PINMUX_IO, 0x80); | 122 | cx_write(MO_PINMUX_IO, 0x88); |
123 | cx_write(TS_HW_SOP_CNTRL, (0x47 << 16) | (188 << 4)); | ||
124 | dev->ts_gen_cntrl = 5; | ||
125 | cx_write(TS_SOP_STAT, 0); | ||
126 | cx_write(TS_VALERR_CNTRL, 0); | ||
123 | udelay(100); | 127 | udelay(100); |
124 | break; | 128 | break; |
125 | default: | 129 | default: |