From 56462302252e1e5e1b0748d1c3babe557fe3c50b Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 1 Aug 2005 16:39:41 +0000 Subject: - Fixed audio GPIO on DViCO FusionHDTV5 Lite, bttv card # 0x87. Analog functions on this board are now fully supported. Signed-off-by: Michael Krufky --- linux/drivers/media/video/bttv-cards.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'linux') 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 - * FIXME - Audio doesn't work - */ + /* Michael Krufky */ .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 -- cgit v1.2.3