Skip to content

Commit

Permalink
V4L/DVB (10574): saa7134: fix Avermedia E506R composite input
Browse files Browse the repository at this point in the history
Make correction to composite input plus svideo input to Avermedia E506R

Signed-off-by: Tim Farrington <timf@iinet.net.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Tim Farrington authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a7a1c0e commit 3148936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -4323,13 +4323,13 @@ struct saa7134_board saa7134_boards[] = {
.amux = TV,
.tv = 1,
}, {
.name = name_comp,
.vmux = 0,
.name = name_comp1,
.vmux = 3,
.amux = LINE1,
}, {
.name = name_svideo,
.vmux = 8,
.amux = LINE1,
.amux = LINE2,
} },
.radio = {
.name = name_radio,
Expand Down

0 comments on commit 3148936

Please sign in to comment.