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

Commit 0bcc37c3 authored by Alexander Wold's avatar Alexander Wold Committed by Linus Torvalds
Browse files

[PATCH] v4l: 705: added kworld vstream expertdvd



- Added Kworld Vstream ExpertDVD.

Signed-off-by: default avatarAlexander Wold <awold@bigfoot.com>
Signed-off-by: default avatarNickolay V. Shmyrev <nshmyrev@yandex.ru>
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 afce892f
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -803,6 +803,26 @@ struct cx88_board cx88_boards[] = {
			.gpio0  = 0x0000cdf3,
		},
	},
	[CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
		 /* Alexander Wold <awold@bigfoot.com> */
	         .name           = "Kworld V-Stream Xpert DVD",
                 .tuner_type     = UNSET,
                 .input          = {{
                         .type   = CX88_VMUX_COMPOSITE1,
                         .vmux   = 1,
                         .gpio0  = 0x03000000,
                         .gpio1  = 0x01000000,
                         .gpio2  = 0x02000000,
                         .gpio3  = 0x00100000,
                 },{
                         .type   = CX88_VMUX_SVIDEO,
                         .vmux   = 2,
                         .gpio0  = 0x03000000,
			 .gpio1  = 0x01000000,
			 .gpio2  = 0x02000000,
			 .gpio3  = 0x00100000,
                 }},
	},
};
const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);

+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ extern struct sram_channel cx88_sram_channels[];
#define CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1  30
#define CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD 31
#define CX88_BOARD_AVERMEDIA_ULTRATV_MC_550 32
#define CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD 33

enum cx88_itype {
	CX88_VMUX_COMPOSITE1 = 1,