Skip to content

Commit

Permalink
V4L/DVB (3363): Kworld ATSC110: enable composite and svideo inputs
Browse files Browse the repository at this point in the history
- corrected composite input.
- verified s-video input.

Signed-off-by: Curt Meyers <cmeyers@boilerbots.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Curt Meyers authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent fbc81c0 commit 6ba509d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2745,6 +2745,14 @@ struct saa7134_board saa7134_boards[] = {
.vmux = 1,
.amux = TV,
.tv = 1,
},{
.name = name_comp1,
.vmux = 3,
.amux = LINE2,
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
}},
},
};
Expand Down

0 comments on commit 6ba509d

Please sign in to comment.