From: Hermann Pitton Date: Thu, 29 Nov 2007 00:50:26 +0000 (-0300) Subject: V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevion MD 9717 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4aa504a89a140f482ddabb45460e0005bf3e522a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevion MD 9717 The vmux for composite over s-video input was wrong. Signed-off-by: Hermann Pitton 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 4f3dad9ae6d6..c6eb1e37a46e 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c @@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = { .tv = 1, },{ .name = name_comp1, - .vmux = 2, + .vmux = 0, .amux = LINE1, },{ .name = name_comp2,