dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (3645): Corrected CVBS input for the AVERMEDIA 777 DVB-T

The .vmux entry needs to be 1 instead of 0

Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hartmut Hackmann 2006-03-27 19:15:47 -03:00 committed by Mauro Carvalho Chehab
parent 42e6b3b476
commit 2174eb9cc8
1 changed files with 1 additions and 1 deletions

View File

@ -2660,7 +2660,7 @@ struct saa7134_board saa7134_boards[] = {
.mpeg = SAA7134_MPEG_DVB,
.inputs = {{
.name = name_comp1,
.vmux = 0,
.vmux = 1,
.amux = LINE1,
},{
.name = name_svideo,