summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurt Meyers <cmeyers@boilerbots.com>2006-09-16 23:30:59 +0200
committerAdrian Bunk <bunk@stusta.de>2006-09-16 23:30:59 +0200
commit928aef103e3dfff3130a3ae59467288df983590e (patch)
tree437f3484e053cfdcc376dd9d9f9b1a843fb27fd7
parentb9909e4e4037fd8169cb7ebfcfb20163187e53dd (diff)
V4L/DVB: Kworld ATSC110: enable composite and svideo inputs
- corrected composite input. - verified s-video input. Signed-off-by: Curt Meyers <cmeyers@boilerbots.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 980a5837a77d..d4c307ad8cd9 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2745,6 +2745,14 @@ struct saa7134_board saa7134_boards[] = {
.vmux = 1,
.amux = TV,
.tv = 1,
+ },{
+ .name = name_comp1,
+ .vmux = 3,
+ .amux = LINE2,
+ },{
+ .name = name_svideo,
+ .vmux = 8,
+ .amux = LINE2,
}},
},
};