diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 13:46:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:51 -0400 |
commit | 2422a9b3f47c75d3915e6af78ebe25b7d2540262 (patch) | |
tree | 9003acce9125b8373a5b1c39eb1a86bd145b17e3 /drivers/media/video/cx88/cx88.h | |
parent | aba360d8cc086e12c3eb832f32d9e9813514e295 (diff) |
V4L/DVB (7370): Add basic support for Prolink Pixelview MPEG 8000GT
TV reception ok. S-video and Composite not tested. Audio not tested.
IR not implemented yet.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 85a95a0a94d9..c0f4912793e9 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -218,6 +218,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
218 | #define CX88_BOARD_GENIATECH_X8000_MT 63 | 218 | #define CX88_BOARD_GENIATECH_X8000_MT 63 |
219 | #define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO 64 | 219 | #define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO 64 |
220 | #define CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD 65 | 220 | #define CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD 65 |
221 | #define CX88_BOARD_PROLINK_PV_8000GT 66 | ||
221 | 222 | ||
222 | enum cx88_itype { | 223 | enum cx88_itype { |
223 | CX88_VMUX_COMPOSITE1 = 1, | 224 | CX88_VMUX_COMPOSITE1 = 1, |