summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/bttv-cards.c13
-rw-r--r--v4l/ChangeLog8
2 files changed, 13 insertions, 8 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
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index ec56ba208..a1b05e28b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,5 +1,11 @@
-2005-08-01 02:56 mchehab
+2005-08-01 16:36 mkrufky
+ * bttv-cards.c:
+ - Fixed audio GPIO on DViCO FusionHDTV5 Lite, bttv card # 0x87.
+ Analog functions on this board are now fully supported.
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
+2005-08-01 02:56 mchehab
* tea5767.c:
- tea5767 autodetection fixed.