From: Hermann Pitton Date: Mon, 11 Dec 2006 00:08:03 +0000 (-0300) Subject: V4L/DVB (4962): Add the Composite over S-Video input on the Asus P7131 Dual X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=8387c66c7f06842b06222235a3749b31448d6637;p=linux-edison.git V4L/DVB (4962): Add the Composite over S-Video input on the Asus P7131 Dual This makes a second CVBS input available. Signed-off-by: Hermann Pitton Signed-off-by: Hartmut Hackmann Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index dc45b2374f5..710d20e9ae0 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c @@ -2469,6 +2469,11 @@ struct saa7134_board saa7134_boards[] = { .amux = LINE2, .gpio = 0x0200000, },{ + .name = name_comp2, + .vmux = 0, + .amux = LINE2, + .gpio = 0x0200000, + },{ .name = name_svideo, .vmux = 8, .amux = LINE2,