diff options
author | Sascha Sommer <saschasommer@freenet.de> | 2007-10-02 11:23:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:55 -0400 |
commit | b5457b7bdf284d683880163a4c59fdde2f84325a (patch) | |
tree | 9f41feec1a1a2f755c9245ea1885ccb743c0c765 /drivers/media/video/bt8xx/bttv-cards.c | |
parent | 13595a51c0da8ec212ba6f5df79519dbd74166c0 (diff) |
V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.c
Adds an entry for the Typhoon Tv-Tuner PCI to bttv-cards.c
Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 900d18e14060..dd6a7d68b07f 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -2988,6 +2988,23 @@ struct tvcard bttv_tvcards[] = { | |||
2988 | .no_tda9875 = 1, | 2988 | .no_tda9875 = 1, |
2989 | .no_tda7432 = 1, | 2989 | .no_tda7432 = 1, |
2990 | }, | 2990 | }, |
2991 | /* ---- card 0x95---------------------------------- */ | ||
2992 | [BTTV_BOARD_TYPHOON_TVTUNERPCI] = { | ||
2993 | .name = "Typhoon TV-Tuner PCI (50684)", | ||
2994 | .video_inputs = 3, | ||
2995 | .audio_inputs = 1, | ||
2996 | .tuner = 0, | ||
2997 | .svhs = 2, | ||
2998 | .gpiomask = 0x3014f, | ||
2999 | .muxsel = { 2, 3, 1, 1 }, | ||
3000 | .gpiomux = { 0x20001,0x10001, 0, 0 }, | ||
3001 | .gpiomute = 10, | ||
3002 | .needs_tvaudio = 1, | ||
3003 | .pll = PLL_28, | ||
3004 | .tuner_type = TUNER_PHILIPS_PAL_I, | ||
3005 | .tuner_addr = ADDR_UNSET, | ||
3006 | .radio_addr = ADDR_UNSET, | ||
3007 | }, | ||
2991 | }; | 3008 | }; |
2992 | 3009 | ||
2993 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); | 3010 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); |