V4L/DVB (3363): Kworld ATSC110: enable composite and svideo inputs

- 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>
This commit is contained in:
Curt Meyers 2006-02-27 00:08:32 -03:00 committed by Mauro Carvalho Chehab
parent fbc81c072d
commit 6ba509d7c7
1 changed files with 8 additions and 0 deletions

View File

@ -2745,6 +2745,14 @@ struct saa7134_board saa7134_boards[] = {
.vmux = 1, .vmux = 1,
.amux = TV, .amux = TV,
.tv = 1, .tv = 1,
},{
.name = name_comp1,
.vmux = 3,
.amux = LINE2,
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
}}, }},
}, },
}; };