1
0
Fork 0

[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>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2005-11-08 21:36:56 -08:00 committed by Linus Torvalds
parent 90a7ed47a3
commit 10c2c8b18a
3 changed files with 185 additions and 16 deletions

View File

@ -137,3 +137,4 @@
136 -> Acorp Y878F [9511:1540]
137 -> Conceptronic CTVFMi v2
138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
139 -> Prolink PixelView PlayTV MPEG2 PV-M4900

File diff suppressed because it is too large Load Diff

View File

@ -159,6 +159,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
@ -240,6 +241,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);