summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-09-24 20:12:43 +0000
committerMichael Krufky <devnull@localhost>2005-09-24 20:12:43 +0000
commitd19b292287e552495f8ee4c5754cb841cd6f2537 (patch)
tree3f5fd6952c1b17ab2e9bcbedbf6d6fdc9ccadcb1 /linux/drivers/media/video
parenta740ea9f95d5b628011d10b535e4a37b6c1973b1 (diff)
downloadmediapointer-dvb-s2-d19b292287e552495f8ee4c5754cb841cd6f2537.tar.gz
mediapointer-dvb-s2-d19b292287e552495f8ee4c5754cb841cd6f2537.tar.bz2
* bttv-cards.c:
- corrected composite input gpio for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/bttv-cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c
index c92d06ddb..306c7e70d 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.80 2005/09/24 19:38:05 mkrufky Exp $
+ $Id: bttv-cards.c,v 1.81 2005/09/24 20:12:43 mkrufky Exp $
bttv-cards.c
@@ -2432,7 +2432,7 @@ struct tvcard bttv_tvcards[] = {
.svhs = 2,
.muxsel = { 2, 3 },
.gpiomask = 0x00e00007,
- .audiomux = { 0x00400005, 0, 0x00000009, 0, 0x00c00007, 0 },
+ .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 },
.no_msp34xx = 1,
.no_tda9875 = 1,
.no_tda7432 = 1,