aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttv.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-09 00:36:56 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:13 -0500
commit10c2c8b18a9cd29fc3f5faa5ad8e825dcc8b58e6 (patch)
treeae37a863159f37bd2f1321f4e5a6d6492bea07b4 /drivers/media/video/bttv.h
parent90a7ed47a37297bee1f4ce11484190ccac29ae7c (diff)
[PATCH] v4l: 703: added new card prolink pixelview playtv mpeg2 pv m4900
- Added new card: Prolink PixelView PlayTV MPEG2 PV-M4900 Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/bttv.h')
-rw-r--r--drivers/media/video/bttv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/bttv.h b/drivers/media/video/bttv.h
index 2005ca9383df..a4194e1ea905 100644
--- a/drivers/media/video/bttv.h
+++ b/drivers/media/video/bttv.h
@@ -159,6 +159,7 @@
159#define BTTV_BOARD_ACORP_Y878F 0x88 159#define BTTV_BOARD_ACORP_Y878F 0x88
160#define BTTV_BOARD_CONCEPTRONIC_CTVFMI2 0x89 160#define BTTV_BOARD_CONCEPTRONIC_CTVFMI2 0x89
161#define BTTV_BOARD_PV_BT878P_2E 0x8a 161#define BTTV_BOARD_PV_BT878P_2E 0x8a
162#define BTTV_BOARD_PV_M4900 0x8b
162 163
163/* i2c address list */ 164/* i2c address list */
164#define I2C_TSA5522 0xc2 165#define I2C_TSA5522 0xc2
@@ -240,6 +241,7 @@ struct tvcard
240 241
241 unsigned int tuner_type; 242 unsigned int tuner_type;
242 unsigned int tuner_addr; 243 unsigned int tuner_addr;
244 unsigned int radio_addr;
243 245
244 unsigned int has_radio; 246 unsigned int has_radio;
245 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); 247 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set);