mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 05:18:45 +02:00
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:
parent
b730a81c51
commit
4aa504a89a
|
|
@ -334,7 +334,7 @@ struct saa7134_board saa7134_boards[] = {
|
|||
.tv = 1,
|
||||
},{
|
||||
.name = name_comp1,
|
||||
.vmux = 2,
|
||||
.vmux = 0,
|
||||
.amux = LINE1,
|
||||
},{
|
||||
.name = name_comp2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user