diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 0bbf68b325c4..6d370d1b333f 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -184,6 +184,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
184 | #define CX88_BOARD_KWORLD_DVBS_100 39 | 184 | #define CX88_BOARD_KWORLD_DVBS_100 39 |
185 | #define CX88_BOARD_HAUPPAUGE_HVR1100 40 | 185 | #define CX88_BOARD_HAUPPAUGE_HVR1100 40 |
186 | #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 | 186 | #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 |
187 | #define CX88_BOARD_DNTV_LIVE_DVB_T_PRO 42 | ||
187 | 188 | ||
188 | enum cx88_itype { | 189 | enum cx88_itype { |
189 | CX88_VMUX_COMPOSITE1 = 1, | 190 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -422,6 +423,8 @@ struct cx8802_dev { | |||
422 | struct videobuf_dvb dvb; | 423 | struct videobuf_dvb dvb; |
423 | void* fe_handle; | 424 | void* fe_handle; |
424 | int (*fe_release)(void *handle); | 425 | int (*fe_release)(void *handle); |
426 | |||
427 | void *card_priv; | ||
425 | /* for switching modulation types */ | 428 | /* for switching modulation types */ |
426 | unsigned char ts_gen_cntrl; | 429 | unsigned char ts_gen_cntrl; |
427 | 430 | ||