mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue