diff options
-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 |