Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4aa504a8 authored by Hermann Pitton's avatar Hermann Pitton Committed by Mauro Carvalho Chehab
Browse files

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: default avatarHermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b730a81c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = {
			.tv   = 1,
		},{
			.name = name_comp1,
			.vmux = 2,
			.vmux = 0,
			.amux = LINE1,
		},{
			.name = name_comp2,