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>
This commit is contained in:
Hermann Pitton 2007-11-28 21:50:26 -03:00 committed by Mauro Carvalho Chehab
parent b730a81c51
commit 4aa504a89a

View file

@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = {
.tv = 1,
},{
.name = name_comp1,
.vmux = 2,
.vmux = 0,
.amux = LINE1,
},{
.name = name_comp2,