diff options
author | Gerd Knorr <devnull@localhost> | 2004-02-24 17:59:54 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-02-24 17:59:54 +0000 |
commit | 08521ee0e9ed11cb371daf1ee6e5bdbe0980457a (patch) | |
tree | 0fe3e567e1d4f6a82842ba9a2e16c904d59a7a32 | |
parent | 0fec5d499ce11ec9203d98671bd2995deee0988d (diff) | |
download | mediapointer-dvb-s2-08521ee0e9ed11cb371daf1ee6e5bdbe0980457a.tar.gz mediapointer-dvb-s2-08521ee0e9ed11cb371daf1ee6e5bdbe0980457a.tar.bz2 |
- one more pinnacle fix (don't load tvaudio).
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 | ||||
-rw-r--r-- | v4l/.snapshot | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index ab0cce97b..53f28b248 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -825,7 +825,7 @@ struct tvcard bttv_tvcards[] = { .gpiomask = 0x03000F, .muxsel = { 2, 3, 1, 1}, .audiomux = { 2, 0, 0, 0, 1}, - .needs_tvaudio = 1, + .needs_tvaudio = 0, .pll = PLL_28, .tuner_type = -1, },{ @@ -1016,7 +1016,7 @@ struct tvcard bttv_tvcards[] = { MUX2 (mask 0x30000): 0,2,3= from MSP34xx 1= FM stereo Radio from Tuner */ - .needs_tvaudio = 1, + .needs_tvaudio = 0, .pll = PLL_28, .tuner_type = -1, },{ diff --git a/v4l/.snapshot b/v4l/.snapshot index 75812c2c5..1c1898cdd 100644 --- a/v4l/.snapshot +++ b/v4l/.snapshot @@ -1 +1 @@ -20040218 +20040224 |