diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-14 14:41:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:36 -0400 |
commit | aa481a654771217645188b64d82acfc38c2da892 (patch) | |
tree | e7faefe2776e2cc6ea89ae30ff96685c86715d3c /drivers/media/video/cx88/cx88.h | |
parent | 1c2d034e3c0ce4c1c89f1636a9f4aa7615cc7474 (diff) |
V4L/DVB (4638): Basic DVB-T and analog TV support for the HVR1300.
This is the first in a series of patches to add full WinTV-HVR1300
support to Linux. This first patch will enable analog TV support
and DVB-T support. Later patches will add the hardware MPEG encoder
support.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 1c87c2ed216c..89f12e273b7f 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -200,6 +200,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
200 | #define CX88_BOARD_HAUPPAUGE_HVR3000 53 | 200 | #define CX88_BOARD_HAUPPAUGE_HVR3000 53 |
201 | #define CX88_BOARD_NORWOOD_MICRO 54 | 201 | #define CX88_BOARD_NORWOOD_MICRO 54 |
202 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 | 202 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 |
203 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 | ||
203 | 204 | ||
204 | enum cx88_itype { | 205 | enum cx88_itype { |
205 | CX88_VMUX_COMPOSITE1 = 1, | 206 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -548,6 +549,7 @@ extern const unsigned int cx88_idcount; | |||
548 | 549 | ||
549 | 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); |
550 | 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); | ||
551 | 553 | ||
552 | /* ----------------------------------------------------------- */ | 554 | /* ----------------------------------------------------------- */ |
553 | /* cx88-tvaudio.c */ | 555 | /* cx88-tvaudio.c */ |