aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttv-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2005-11-09 00:37:06 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:14 -0500
commit4b017415fc9ab63f7c0e49aced5e403c18d55659 (patch)
tree283c871ca4022159896a53c7afab2eec4ed3680f /drivers/media/video/bttv-cards.c
parent3375c39844b58ad8a5d9f454fa908d722a94a5a4 (diff)
[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>
Diffstat (limited to 'drivers/media/video/bttv-cards.c')
-rw-r--r--drivers/media/video/bttv-cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c
index 1f33764bf050..77f0ff8a4e4c 100644
--- a/drivers/media/video/bttv-cards.c
+++ b/drivers/media/video/bttv-cards.c
@@ -2679,10 +2679,10 @@ struct tvcard bttv_tvcards[] = {
2679 .tuner_type = TUNER_LG_TDVS_H062F, 2679 .tuner_type = TUNER_LG_TDVS_H062F,
2680 .tuner_addr = ADDR_UNSET, 2680 .tuner_addr = ADDR_UNSET,
2681 .radio_addr = ADDR_UNSET, 2681 .radio_addr = ADDR_UNSET,
2682 .video_inputs = 2, 2682 .video_inputs = 3,
2683 .audio_inputs = 1, 2683 .audio_inputs = 1,
2684 .svhs = 2, 2684 .svhs = 2,
2685 .muxsel = { 2, 3 }, 2685 .muxsel = { 2, 3, 1 },
2686 .gpiomask = 0x00e00007, 2686 .gpiomask = 0x00e00007,
2687 .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 }, 2687 .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 },
2688 .no_msp34xx = 1, 2688 .no_msp34xx = 1,