Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c2c8b1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds
Browse files

[PATCH] v4l: 703: added new card prolink pixelview playtv mpeg2 pv m4900



- Added new card: Prolink PixelView PlayTV MPEG2 PV-M4900

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 90a7ed47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+182 −16

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -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);