[PATCH] v4l: 715: enable s video input on dvico fusionhdtv5 lite
- Enable S-Video input on DViCO FusionHDTV5 Lite Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3375c39844
commit
4b017415fc
1 changed files with 2 additions and 2 deletions
|
@ -2679,10 +2679,10 @@ struct tvcard bttv_tvcards[] = {
|
|||
.tuner_type = TUNER_LG_TDVS_H062F,
|
||||
.tuner_addr = ADDR_UNSET,
|
||||
.radio_addr = ADDR_UNSET,
|
||||
.video_inputs = 2,
|
||||
.video_inputs = 3,
|
||||
.audio_inputs = 1,
|
||||
.svhs = 2,
|
||||
.muxsel = { 2, 3 },
|
||||
.muxsel = { 2, 3, 1 },
|
||||
.gpiomask = 0x00e00007,
|
||||
.audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 },
|
||||
.no_msp34xx = 1,
|
||||
|
|
Loading…
Reference in a new issue