aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2007-10-02 11:23:39 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:14:55 -0400
commitb5457b7bdf284d683880163a4c59fdde2f84325a (patch)
tree9f41feec1a1a2f755c9245ea1885ccb743c0c765 /drivers
parent13595a51c0da8ec212ba6f5df79519dbd74166c0 (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')
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c17
-rw-r--r--drivers/media/video/bt8xx/bttv.h2
2 files changed, 19 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
2993static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); 3010static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
diff --git a/drivers/media/video/bt8xx/bttv.h b/drivers/media/video/bt8xx/bttv.h
index dcc847dc2486..19e75d50a107 100644
--- a/drivers/media/video/bt8xx/bttv.h
+++ b/drivers/media/video/bt8xx/bttv.h
@@ -172,6 +172,8 @@
172#define BTTV_BOARD_SSAI_ULTRASOUND 0x92 172#define BTTV_BOARD_SSAI_ULTRASOUND 0x92
173#define BTTV_BOARD_VOODOOTV_200 0x93 173#define BTTV_BOARD_VOODOOTV_200 0x93
174#define BTTV_BOARD_DVICO_FUSIONHDTV_2 0x94 174#define BTTV_BOARD_DVICO_FUSIONHDTV_2 0x94
175#define BTTV_BOARD_TYPHOON_TVTUNERPCI 0x95
176
175 177
176/* more card-specific defines */ 178/* more card-specific defines */
177#define PT2254_L_CHANNEL 0x10 179#define PT2254_L_CHANNEL 0x10