From 0743c722c4c56cd4eef189baf8c488701598b838 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Wed, 15 Feb 2006 08:03:43 -0500 Subject: Kworld ATSC110: enable composite and svideo inputs From: Curt Meyers - corrected composite input. - verified s-video input. Signed-off-by: Curt Meyers Signed-off-by: Michael Krufky --- linux/drivers/media/video/saa7134/saa7134-cards.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 88c203fbe..5abce5571 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -2750,20 +2750,14 @@ struct saa7134_board saa7134_boards[] = { .vmux = 1, .amux = TV, .tv = 1, -#if 0 - /* these inputs are untested */ },{ - .name = name_comp1, /* not yet verified */ - .vmux = 4, /* a later patch by - * Curt Meyers - * uses .vmux = 3, - */ + .name = name_comp1, + .vmux = 3, .amux = LINE2, },{ - .name = name_svideo, /* not yet verified */ + .name = name_svideo, .vmux = 8, .amux = LINE2, -#endif }}, #if 0 .radio = { -- cgit v1.2.3