Skip to content

Commit

Permalink
V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevi…
Browse files Browse the repository at this point in the history
…on 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>
  • Loading branch information
Hermann Pitton authored and Mauro Carvalho Chehab committed Dec 11, 2007
1 parent b730a81 commit 4aa504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = {
.tv = 1,
},{
.name = name_comp1,
.vmux = 2,
.vmux = 0,
.amux = LINE1,
},{
.name = name_comp2,
Expand Down

0 comments on commit 4aa504a

Please sign in to comment.