Skip to content

Commit

Permalink
V4L/DVB (3645): Corrected CVBS input for the AVERMEDIA 777 DVB-T
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hartmut Hackmann authored and Mauro Carvalho Chehab committed Apr 2, 2006
1 parent 42e6b3b commit 2174eb9
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 @@ -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,
Expand Down

0 comments on commit 2174eb9

Please sign in to comment.