From 70ff74cdfade32fc3e6563db50fe9d012f33dbc3 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Mon, 7 Jun 2004 11:33:08 +0000 Subject: - bttv: add Spirit TV Tuner by Stafford Goodsell --- linux/drivers/media/video/bttv-cards.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'linux') 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 */ /*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 */ + .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); -- cgit v1.2.3