summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/bttv-cards.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c
index 4b593d6ec..a6a8d5b92 100644
--- a/linux/drivers/media/video/bttv-cards.c
+++ b/linux/drivers/media/video/bttv-cards.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-cards.c,v 1.59 2005/07/29 12:47:36 mchehab Exp $
+ $Id: bttv-cards.c,v 1.60 2005/08/01 16:39:41 mkrufky Exp $
bttv-cards.c
@@ -2362,7 +2362,7 @@ struct tvcard bttv_tvcards[] = {
* not currently handled. There is also a facility for a
* "monitor", which is also not currently implemented.
*/
- .name = "Kodicom 4400R (master)",
+ .name = "Kodicom 4400R (master)",
.video_inputs = 16,
.audio_inputs = 0,
.tuner = -1,
@@ -2425,18 +2425,17 @@ struct tvcard bttv_tvcards[] = {
},
{
/* ---- card 0x87---------------------------------- */
- /* Michael Krufky <mkrufky@m1k.net>
- * FIXME - Audio doesn't work
- */
+ /* Michael Krufky <mkrufky@m1k.net> */
.name = "DVICO FusionHDTV 5 Lite",
.tuner = 0,
.tuner_type = TUNER_LG_TDVS_H062F,
.tuner_addr = ADDR_UNSET,
.video_inputs = 2,
.audio_inputs = 1,
- .needs_tvaudio = 1,
.svhs = 2,
- .muxsel = { 2, 3, 1, 1},
+ .gpiomask = 0x00e00007,
+ .muxsel = { 2 },
+ .audiomux = { 0x00400005 },
#if 0
.has_dvb = 1,
#endif