From: Jean Delvare Date: Sat, 31 Mar 2007 13:34:59 +0000 (-0300) Subject: V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputs X-Git-Tag: v2.6.22-rc1~1118^2~52 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e8f4e7525c6ba52d97bb057420163b4c704c6d10;p=~shefty%2Frdma-dev.git V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputs Add support for the S-Video and CVBS (composite) analog video inputs of the Leadtek WinFast DTV1000 T adapter. Signed-off-by: Jean Delvare Acked-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 6a33f4cf4fc..e61102dc8ad 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c @@ -885,6 +885,12 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_DVB, .vmux = 0, + },{ + .type = CX88_VMUX_COMPOSITE1, + .vmux = 1, + },{ + .type = CX88_VMUX_SVIDEO, + .vmux = 2, }}, .mpeg = CX88_MPEG_DVB, },