diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-02-25 16:41:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:27 -0400 |
commit | 0cb73639cfbdc9a074cbb7737d173f7a7381036d (patch) | |
tree | 80b3ec4ca6bb46a11e4506350a9e46f6a150fa88 /drivers/media/video/cx88/cx88.h | |
parent | dcc8a122230b1c65ee8ba83536fd53fcaf27884d (diff) |
[media] cx88: add support for TeVii S464 PCI card
The card uses ds3000 demod from Montage.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 aaf7d12b77db..9b3742a7746c 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -241,6 +241,7 @@ extern const struct sram_channel const cx88_sram_channels[]; | |||
241 | #define CX88_BOARD_PROF_7301 83 | 241 | #define CX88_BOARD_PROF_7301 83 |
242 | #define CX88_BOARD_SAMSUNG_SMT_7020 84 | 242 | #define CX88_BOARD_SAMSUNG_SMT_7020 84 |
243 | #define CX88_BOARD_TWINHAN_VP1027_DVBS 85 | 243 | #define CX88_BOARD_TWINHAN_VP1027_DVBS 85 |
244 | #define CX88_BOARD_TEVII_S464 86 | ||
244 | 245 | ||
245 | enum cx88_itype { | 246 | enum cx88_itype { |
246 | CX88_VMUX_COMPOSITE1 = 1, | 247 | CX88_VMUX_COMPOSITE1 = 1, |