diff options
author | Aidan Thornton <makosoft@googlemail.com> | 2007-11-20 13:25:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:16 -0500 |
commit | 122d15888a8aa95fb6ca32eb1307c3e3337f1a38 (patch) | |
tree | 866d0524266bc3dbd6b6568656a949ae2a19270a /drivers/media/video/em28xx/em28xx.h | |
parent | 11645cc370c1af0f6bc9ef7440d452def9580790 (diff) |
V4L/DVB (6619): Use MTS firmware for the HVR-900
The HVR-900 requires the MTS version of the xc3028 firmware in order
to get any sound. The below patch selects this firmware variant on
HVR-900 cards, as well as splitting the HVR-950 into its own entry
(since I don't know if it uses the MTS variant and it will have to be
split off eventually anyway).
Signed-off-by: Aidan Thornton <makosoft@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 8d045867dac7..db82b51c85ff 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -48,6 +48,7 @@ | |||
48 | #define EM2880_BOARD_TERRATEC_PRODIGY_XS 13 | 48 | #define EM2880_BOARD_TERRATEC_PRODIGY_XS 13 |
49 | #define EM2820_BOARD_PROLINK_PLAYTV_USB2 14 | 49 | #define EM2820_BOARD_PROLINK_PLAYTV_USB2 14 |
50 | #define EM2800_BOARD_VGEAR_POCKETTV 15 | 50 | #define EM2800_BOARD_VGEAR_POCKETTV 15 |
51 | #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950 16 | ||
51 | 52 | ||
52 | #define UNSET -1 | 53 | #define UNSET -1 |
53 | 54 | ||
@@ -177,6 +178,7 @@ struct em28xx_board { | |||
177 | unsigned int has_msp34xx:1; | 178 | unsigned int has_msp34xx:1; |
178 | 179 | ||
179 | enum em28xx_decoder decoder; | 180 | enum em28xx_decoder decoder; |
181 | int xc2028_type; | ||
180 | 182 | ||
181 | struct em28xx_input input[MAX_EM28XX_INPUT]; | 183 | struct em28xx_input input[MAX_EM28XX_INPUT]; |
182 | }; | 184 | }; |