aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCurt Meyers <cmeyers@boilerbots.com>2006-02-26 22:08:32 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-26 22:08:32 -0500
commit6ba509d7c73f6cea795a71ceed6cdb7e302fc4b7 (patch)
tree84332411c7e7c8dd68a17e8771136707cc9da56e /drivers
parentfbc81c072d832a0529bdb710404e7c9dc14f3043 (diff)
V4L/DVB (3363): 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>
Diffstat (limited to 'drivers')
-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 6ce9c083de2d..0cc171ea2058 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[] = {
2745 .vmux = 1, 2745 .vmux = 1,
2746 .amux = TV, 2746 .amux = TV,
2747 .tv = 1, 2747 .tv = 1,
2748 },{
2749 .name = name_comp1,
2750 .vmux = 3,
2751 .amux = LINE2,
2752 },{
2753 .name = name_svideo,
2754 .vmux = 8,
2755 .amux = LINE2,
2748 }}, 2756 }},
2749 }, 2757 },
2750}; 2758};