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 <hermann-pitton@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Esse commit está contido em:
Hermann Pitton
2007-11-28 21:50:26 -03:00
commit de Mauro Carvalho Chehab
commit 4aa504a89a
+1 -1
Ver Arquivo
@@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = {
.tv = 1,
},{
.name = name_comp1,
.vmux = 2,
.vmux = 0,
.amux = LINE1,
},{
.name = name_comp2,