diff options
author | Gerd Knorr <devnull@localhost> | 2004-06-07 11:33:08 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-06-07 11:33:08 +0000 |
commit | 70ff74cdfade32fc3e6563db50fe9d012f33dbc3 (patch) | |
tree | 1d8c1465813c3f81a097ad8761b657e79e611500 /linux | |
parent | 8b5e9cf37b74a644c1848c56898652b6cab0e0ab (diff) | |
download | mediapointer-dvb-s2-70ff74cdfade32fc3e6563db50fe9d012f33dbc3.tar.gz mediapointer-dvb-s2-70ff74cdfade32fc3e6563db50fe9d012f33dbc3.tar.bz2 |
- bttv: add Spirit TV Tuner by Stafford Goodsell
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index b7d0082b5..14654be4a 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -2023,7 +2023,6 @@ struct tvcard bttv_tvcards[] = { .has_remote = 1, .has_radio = 1, },{ - /*-------- card 0x79 (NEW !) ------------------*/ /*Eric DEBIEF <debief@telemsa.com>*/ /*EURESYS Picolo Tetra : 4 Conexant Fusion 878A, no audio, video input set with analog multiplexers GPIO controled*/ /* adds picolo_tetra_muxsel(), picolo_tetra_init(), the folowing declaration strucure, and #define BTTV_PICOLO_TETRA_CHIP*/ @@ -2043,6 +2042,20 @@ struct tvcard bttv_tvcards[] = { .pll = PLL_28, .needs_tvaudio = 0, .muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection policy*/ +},{ + /* Spirit TV Tuner from http://spiritmodems.com.au */ + /* Stafford Goodsell <surge@goliath.homeunix.org> */ + .name = "Spirit TV Tuner", + .video_inputs = 3, + .audio_inputs = 1, + .tuner = 0, + .svhs = 2, + .gpiomask = 0x0000000f, + .muxsel = { 2, 1, 1 }, + .audiomux = { 0x02, 0x00, 0x00, 0x00, 0x00}, + .tuner_type = TEMIC_PAL, + .no_msp34xx = 1, + .no_tda9875 = 1, }}; const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); |