Skip to content

Commit

Permalink
V4L/DVB (8149): Avermedia E506 composite
Browse files Browse the repository at this point in the history
Composite was originally mis-labelled as name_comp1,
so it should be simply redone as name_comp,
with its now corrected attributes.

Signed-off-by: Tim Farrington <timf@iinet.net.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Tim Farrington authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent f5376ad commit e5e4cd8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -4200,17 +4200,13 @@ struct saa7134_board saa7134_boards[] = {
.amux = TV,
.tv = 1,
}, {
.name = name_comp1,
.vmux = 3,
.amux = LINE2,
.name = name_comp,
.vmux = 0,
.amux = LINE1,
}, {
.name = name_svideo,
.vmux = 8,
.amux = LINE1,
}, {
.name = name_comp,
.vmux = 0,
.amux = LINE1,
} },
.radio = {
.name = name_radio,
Expand Down

0 comments on commit e5e4cd8

Please sign in to comment.