diff options
author | Gerd Knorr <devnull@localhost> | 2004-04-13 11:59:22 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-04-13 11:59:22 +0000 |
commit | cca8604716d157840f57df616091036729c2c878 (patch) | |
tree | 7db4fc52bb25cfc515560fbd4c611fd67eda6b10 /linux/drivers/media/video/bttv-cards.c | |
parent | 6084d0fcb5e3ac907b4dc6a4421764f9e54a458f (diff) | |
download | mediapointer-dvb-s2-cca8604716d157840f57df616091036729c2c878.tar.gz mediapointer-dvb-s2-cca8604716d157840f57df616091036729c2c878.tar.bz2 |
- tda9887: secam-dk support
- cx88: new pci subsystem id for cx88-cards.c
- bt878: pinnacle/rave radio fix
Diffstat (limited to 'linux/drivers/media/video/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index eff9a759e..9fd9f89ea 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -835,7 +835,7 @@ struct tvcard bttv_tvcards[] = { .svhs = 2, .gpiomask = 0x03000F, .muxsel = { 2, 3, 1, 1}, - .audiomux = { 2, 0, 0, 0, 1}, + .audiomux = { 2, 0xd0001, 0, 0, 1}, .needs_tvaudio = 0, .pll = PLL_28, .tuner_type = -1, |