projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd51c69
)
V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputs
author
Jean Delvare
<khali@linux-fr.org>
Sat, 31 Mar 2007 13:34:59 +0000
(10:34 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:23 +0000
(15:45 -0300)
Add support for the S-Video and CVBS (composite) analog video inputs
of the Leadtek WinFast DTV1000 T adapter.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-cards.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88-cards.c
b/drivers/media/video/cx88/cx88-cards.c
index 6a33f4cf4fcaf78327d8b0fff1f9492378ad3387..e61102dc8ad7fc154244ffe3044ec1df217d152e 100644
(file)
--- 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,
},