diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 11dc0335151c..3e2bcd241a27 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -182,6 +182,8 @@ extern struct sram_channel cx88_sram_channels[]; | |||
182 | #define CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1 37 | 182 | #define CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1 37 |
183 | #define CX88_BOARD_HAUPPAUGE_NOVASE2_S1 38 | 183 | #define CX88_BOARD_HAUPPAUGE_NOVASE2_S1 38 |
184 | #define CX88_BOARD_KWORLD_DVBS_100 39 | 184 | #define CX88_BOARD_KWORLD_DVBS_100 39 |
185 | #define CX88_BOARD_HAUPPAUGE_HVR1100 40 | ||
186 | #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 | ||
185 | 187 | ||
186 | enum cx88_itype { | 188 | enum cx88_itype { |
187 | CX88_VMUX_COMPOSITE1 = 1, | 189 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -304,6 +306,9 @@ struct cx88_core { | |||
304 | 306 | ||
305 | /* various v4l controls */ | 307 | /* various v4l controls */ |
306 | u32 freq; | 308 | u32 freq; |
309 | |||
310 | /* cx88-video needs to access cx8802 for hybrid tuner pll access. */ | ||
311 | struct cx8802_dev *dvbdev; | ||
307 | }; | 312 | }; |
308 | 313 | ||
309 | struct cx8800_dev; | 314 | struct cx8800_dev; |