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: https://git.karo-electronics.de/?a=commitdiff_plain;h=8387c66c7f06842b06222235a3749b31448d6637;p=linux-beck.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 dc45b2374f58..710d20e9ae0b 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c @@ -2468,6 +2468,11 @@ struct saa7134_board saa7134_boards[] = { .vmux = 3, .amux = LINE2, .gpio = 0x0200000, + },{ + .name = name_comp2, + .vmux = 0, + .amux = LINE2, + .gpio = 0x0200000, },{ .name = name_svideo, .vmux = 8,