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 e7810955dd4f..89f12e273b7f 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -197,6 +197,10 @@ extern struct sram_channel cx88_sram_channels[]; | |||
197 | #define CX88_BOARD_NPGTECH_REALTV_TOP10FM 50 | 197 | #define CX88_BOARD_NPGTECH_REALTV_TOP10FM 50 |
198 | #define CX88_BOARD_WINFAST_DTV2000H 51 | 198 | #define CX88_BOARD_WINFAST_DTV2000H 51 |
199 | #define CX88_BOARD_GENIATECH_DVBS 52 | 199 | #define CX88_BOARD_GENIATECH_DVBS 52 |
200 | #define CX88_BOARD_HAUPPAUGE_HVR3000 53 | ||
201 | #define CX88_BOARD_NORWOOD_MICRO 54 | ||
202 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 | ||
203 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 | ||
200 | 204 | ||
201 | enum cx88_itype { | 205 | enum cx88_itype { |
202 | CX88_VMUX_COMPOSITE1 = 1, | 206 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -545,6 +549,7 @@ extern const unsigned int cx88_idcount; | |||
545 | 549 | ||
546 | extern void cx88_card_list(struct cx88_core *core, struct pci_dev *pci); | 550 | extern void cx88_card_list(struct cx88_core *core, struct pci_dev *pci); |
547 | extern void cx88_card_setup(struct cx88_core *core); | 551 | extern void cx88_card_setup(struct cx88_core *core); |
552 | extern void cx88_card_setup_pre_i2c(struct cx88_core *core); | ||
548 | 553 | ||
549 | /* ----------------------------------------------------------- */ | 554 | /* ----------------------------------------------------------- */ |
550 | /* cx88-tvaudio.c */ | 555 | /* cx88-tvaudio.c */ |