diff options
author | Michael Krufky <devnull@localhost> | 2005-08-01 16:39:41 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-01 16:39:41 +0000 |
commit | 56462302252e1e5e1b0748d1c3babe557fe3c50b (patch) | |
tree | 496798713195590f71c9eb060b7e9768e8cc8e0f /linux | |
parent | 52f89c08aaf97c05b8c50820a605c7fbdb3270ea (diff) | |
download | mediapointer-dvb-s2-56462302252e1e5e1b0748d1c3babe557fe3c50b.tar.gz mediapointer-dvb-s2-56462302252e1e5e1b0748d1c3babe557fe3c50b.tar.bz2 |
- 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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 13 |
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 |