diff options
author | Angelo Marconi <am@massalombarda.net> | 2006-05-09 17:27:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:00:25 -0400 |
commit | a31246220c4681387799d435ee1d48e65db6d5f6 (patch) | |
tree | 762d8a761bf499b3ac1e7faf2d2cffe363704801 /drivers/media/video/cx88/cx88.h | |
parent | 8397703ee0cc9ca27df5c058f60c4d4f1dc69595 (diff) |
V4L/DVB (4016): Cx88-blackbird: add support for ProLink Pixelview Playtv@P7000
- Add support for ProLink Pixelview Playtv@P7000
Raw video and MPEG encoded video confirmed to work properly.
SVideo, Composite and FM inputs are untested - disabled for now.
Signed-off-by: Angelo Marconi <am@massalombarda.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
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 411bb9f39c77..663def46f67c 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -191,6 +191,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
191 | #define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID 46 | 191 | #define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID 46 |
192 | #define CX88_BOARD_PCHDTV_HD5500 47 | 192 | #define CX88_BOARD_PCHDTV_HD5500 47 |
193 | #define CX88_BOARD_KWORLD_MCE200_DELUXE 48 | 193 | #define CX88_BOARD_KWORLD_MCE200_DELUXE 48 |
194 | #define CX88_BOARD_PIXELVIEW_PLAYTV_P7000 49 | ||
194 | 195 | ||
195 | enum cx88_itype { | 196 | enum cx88_itype { |
196 | CX88_VMUX_COMPOSITE1 = 1, | 197 | CX88_VMUX_COMPOSITE1 = 1, |