summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r--linux/drivers/media/video/bttv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h
index f244619a3..95c4e65dd 100644
--- a/linux/drivers/media/video/bttv.h
+++ b/linux/drivers/media/video/bttv.h
@@ -1,5 +1,5 @@
/*
- * $Id: bttv.h,v 1.26 2005/09/29 20:09:24 mchehab Exp $
+ * $Id: bttv.h,v 1.27 2005/10/02 22:51:48 mchehab Exp $
*
* bttv - Bt848 frame grabber driver
*
@@ -161,6 +161,7 @@
#define BTTV_BOARD_ACORP_Y878F 0x88
#define BTTV_BOARD_CONCEPTRONIC_CTVFMI2 0x89
#define BTTV_BOARD_PV_BT878P_2E 0x8a
+#define BTTV_BOARD_PV_M4900 0x8b
/* i2c address list */
#define I2C_TSA5522 0xc2
@@ -242,6 +243,7 @@ struct tvcard
unsigned int tuner_type;
unsigned int tuner_addr;
+ unsigned int radio_addr;
unsigned int has_radio;
void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set);