| 1 |
From: Heiko Baums <heiko@baums-on-web.de>
|
| 2 |
Date: Sun, 21 Jan 2007 08:58:19 +0000 (-0300)
|
| 3 |
Subject: V4L/DVB (5114): Cx88: Add support for svideo/composite input of the Terratec Cinergy ...
|
| 4 |
X-Git-Url: http://www2.kernel.org/git/?p=linux%2Fkernel%2Fgit%2Fmchehab%2Fv4l-dvb.git;a=commitdiff_plain;h=6c12898641b46dc3f84ecc61eb1e532f12bff018
|
| 5 |
|
| 6 |
V4L/DVB (5114): Cx88: Add support for svideo/composite input of the Terratec Cinergy 1400 DVB-T
|
| 7 |
|
| 8 |
Adds support for the combined S-Video/Composite input of the
|
| 9 |
Terratec Cinergy 1400 DVB-T.
|
| 10 |
|
| 11 |
Signed-off-by: Heiko Baums <heiko@baums-on-web.de>
|
| 12 |
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
| 13 |
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
| 14 |
---
|
| 15 |
|
| 16 |
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
|
| 17 |
index 434b78a..65e9d80 100644
|
| 18 |
--- a/drivers/media/video/cx88/cx88-cards.c
|
| 19 |
+++ b/drivers/media/video/cx88/cx88-cards.c
|
| 20 |
@@ -764,6 +764,12 @@ struct cx88_board cx88_boards[] = {
|
| 21 |
.input = {{
|
| 22 |
.type = CX88_VMUX_DVB,
|
| 23 |
.vmux = 0,
|
| 24 |
+ },{
|
| 25 |
+ .type = CX88_VMUX_COMPOSITE1,
|
| 26 |
+ .vmux = 2,
|
| 27 |
+ },{
|
| 28 |
+ .type = CX88_VMUX_SVIDEO,
|
| 29 |
+ .vmux = 2,
|
| 30 |
}},
|
| 31 |
.mpeg = CX88_MPEG_DVB,
|
| 32 |
},
|