blob: d23a42b1504f907e16d7736a6771e99982a554ac [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002
3 bttv-cards.c
4
5 this file has configuration informations - card-specific stuff
6 like the big tvcards array for the most part
7
8 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08009 & Marcus Metzler (mocm@thp.uni-koeln.de)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de>
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25
26*/
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/delay.h>
29#include <linux/module.h>
30#include <linux/moduleparam.h>
31#include <linux/kmod.h>
32#include <linux/init.h>
33#include <linux/pci.h>
34#include <linux/vmalloc.h>
35#include <linux/firmware.h>
36
37#include <asm/io.h>
38
39#include "bttvp.h"
Michael Krufky5e453dc2006-01-09 15:32:31 -020040#include <media/v4l2-common.h>
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -030041#include <media/tvaudio.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43/* fwd decl */
44static void boot_msp34xx(struct bttv *btv, int pin);
45static void boot_bt832(struct bttv *btv);
46static void hauppauge_eeprom(struct bttv *btv);
47static void avermedia_eeprom(struct bttv *btv);
48static void osprey_eeprom(struct bttv *btv);
49static void modtec_eeprom(struct bttv *btv);
50static void init_PXC200(struct bttv *btv);
Peter Skipworth93b43f12005-06-23 22:04:45 -070051static void init_RTV24(struct bttv *btv);
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53static void winview_audio(struct bttv *btv, struct video_audio *v, int set);
54static void lt9415_audio(struct bttv *btv, struct video_audio *v, int set);
55static void avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v,
56 int set);
57static void avermedia_tv_stereo_audio(struct bttv *btv, struct video_audio *v,
58 int set);
59static void terratv_audio(struct bttv *btv, struct video_audio *v, int set);
60static void gvbctv3pci_audio(struct bttv *btv, struct video_audio *v, int set);
61static void gvbctv5pci_audio(struct bttv *btv, struct video_audio *v, int set);
62static void winfast2000_audio(struct bttv *btv, struct video_audio *v, int set);
63static void pvbt878p9b_audio(struct bttv *btv, struct video_audio *v, int set);
64static void fv2000s_audio(struct bttv *btv, struct video_audio *v, int set);
65static void windvr_audio(struct bttv *btv, struct video_audio *v, int set);
66static void adtvk503_audio(struct bttv *btv, struct video_audio *v, int set);
67static void rv605_muxsel(struct bttv *btv, unsigned int input);
68static void eagle_muxsel(struct bttv *btv, unsigned int input);
69static void xguard_muxsel(struct bttv *btv, unsigned int input);
70static void ivc120_muxsel(struct bttv *btv, unsigned int input);
71static void gvc1100_muxsel(struct bttv *btv, unsigned int input);
72
73static void PXC200_muxsel(struct bttv *btv, unsigned int input);
74
75static void picolo_tetra_muxsel(struct bttv *btv, unsigned int input);
76static void picolo_tetra_init(struct bttv *btv);
77
78static void tibetCS16_muxsel(struct bttv *btv, unsigned int input);
79static void tibetCS16_init(struct bttv *btv);
80
81static void kodicom4400r_muxsel(struct bttv *btv, unsigned int input);
82static void kodicom4400r_init(struct bttv *btv);
83
84static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input);
85static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input);
86
87static int terratec_active_radio_upgrade(struct bttv *btv);
88static int tea5757_read(struct bttv *btv);
89static int tea5757_write(struct bttv *btv, int value);
90static void identify_by_eeprom(struct bttv *btv,
91 unsigned char eeprom_data[256]);
92static int __devinit pvr_boot(struct bttv *btv);
93
94/* config variables */
Mauro Carvalho Chehaba5ed4252006-01-13 14:10:19 -020095static unsigned int triton1;
96static unsigned int vsfx;
Linus Torvalds1da177e2005-04-16 15:20:36 -070097static unsigned int latency = UNSET;
Mauro Carvalho Chehab4dcef522005-08-04 12:53:30 -070098int no_overlay=-1;
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
101static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
102static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
103static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
104static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
105static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };
106#ifdef MODULE
107static unsigned int autoload = 1;
108#else
Mauro Carvalho Chehaba5ed4252006-01-13 14:10:19 -0200109static unsigned int autoload;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110#endif
111static unsigned int gpiomask = UNSET;
112static unsigned int audioall = UNSET;
113static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET };
114
115/* insmod options */
116module_param(triton1, int, 0444);
117module_param(vsfx, int, 0444);
118module_param(no_overlay, int, 0444);
119module_param(latency, int, 0444);
120module_param(gpiomask, int, 0444);
121module_param(audioall, int, 0444);
122module_param(autoload, int, 0444);
123
124module_param_array(card, int, NULL, 0444);
125module_param_array(pll, int, NULL, 0444);
126module_param_array(tuner, int, NULL, 0444);
127module_param_array(svhs, int, NULL, 0444);
128module_param_array(remote, int, NULL, 0444);
129module_param_array(audiomux, int, NULL, 0444);
130
131MODULE_PARM_DESC(triton1,"set ETBF pci config bit "
132 "[enable bug compatibility for triton1 + others]");
133MODULE_PARM_DESC(vsfx,"set VSFX pci config bit "
134 "[yet another chipset flaw workaround]");
135MODULE_PARM_DESC(latency,"pci latency timer");
136MODULE_PARM_DESC(card,"specify TV/grabber card model, see CARDLIST file for a list");
137MODULE_PARM_DESC(pll,"specify installed crystal (0=none, 28=28 MHz, 35=35 MHz)");
138MODULE_PARM_DESC(tuner,"specify installed tuner type");
139MODULE_PARM_DESC(autoload,"automatically load i2c modules like tuner.o, default is 1 (yes)");
Mauro Carvalho Chehab9050d942006-03-10 16:46:50 -0300140MODULE_PARM_DESC(no_overlay,"allow override overlay default (0 disables, 1 enables)"
141 " [some VIA/SIS chipsets are known to have problem with overlay]");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
143/* ----------------------------------------------------------------------- */
144/* list of card IDs for bt878+ cards */
145
146static struct CARD {
147 unsigned id;
148 int cardnr;
149 char *name;
150} cards[] __devinitdata = {
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800151 { 0x13eb0070, BTTV_BOARD_HAUPPAUGE878, "Hauppauge WinTV" },
152 { 0x39000070, BTTV_BOARD_HAUPPAUGE878, "Hauppauge WinTV-D" },
153 { 0x45000070, BTTV_BOARD_HAUPPAUGEPVR, "Hauppauge WinTV/PVR" },
154 { 0xff000070, BTTV_BOARD_OSPREY1x0, "Osprey-100" },
155 { 0xff010070, BTTV_BOARD_OSPREY2x0_SVID,"Osprey-200" },
156 { 0xff020070, BTTV_BOARD_OSPREY500, "Osprey-500" },
157 { 0xff030070, BTTV_BOARD_OSPREY2000, "Osprey-2000" },
158 { 0xff040070, BTTV_BOARD_OSPREY540, "Osprey-540" },
Kenth Anderssonf718e6e2005-11-08 21:37:02 -0800159 { 0xff070070, BTTV_BOARD_OSPREY440, "Osprey-440" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800161 { 0x00011002, BTTV_BOARD_ATI_TVWONDER, "ATI TV Wonder" },
162 { 0x00031002, BTTV_BOARD_ATI_TVWONDERVE,"ATI TV Wonder/VE" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800164 { 0x6606107d, BTTV_BOARD_WINFAST2000, "Leadtek WinFast TV 2000" },
165 { 0x6607107d, BTTV_BOARD_WINFASTVC100, "Leadtek WinFast VC 100" },
166 { 0x6609107d, BTTV_BOARD_WINFAST2000, "Leadtek TV 2000 XP" },
167 { 0x263610b4, BTTV_BOARD_STB2, "STB TV PCI FM, Gateway P/N 6000704" },
168 { 0x264510b4, BTTV_BOARD_STB2, "STB TV PCI FM, Gateway P/N 6000704" },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800169 { 0x402010fc, BTTV_BOARD_GVBCTV3PCI, "I-O Data Co. GV-BCTV3/PCI" },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800170 { 0x405010fc, BTTV_BOARD_GVBCTV4PCI, "I-O Data Co. GV-BCTV4/PCI" },
171 { 0x407010fc, BTTV_BOARD_GVBCTV5PCI, "I-O Data Co. GV-BCTV5/PCI" },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800172 { 0xd01810fc, BTTV_BOARD_GVBCTV5PCI, "I-O Data Co. GV-BCTV5/PCI" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800174 { 0x001211bd, BTTV_BOARD_PINNACLE, "Pinnacle PCTV" },
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700175 /* some cards ship with byteswapped IDs ... */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800176 { 0x1200bd11, BTTV_BOARD_PINNACLE, "Pinnacle PCTV [bswap]" },
177 { 0xff00bd11, BTTV_BOARD_PINNACLE, "Pinnacle PCTV [bswap]" },
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700178 /* this seems to happen as well ... */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800179 { 0xff1211bd, BTTV_BOARD_PINNACLE, "Pinnacle PCTV" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800181 { 0x3000121a, BTTV_BOARD_VOODOOTV_FM, "3Dfx VoodooTV FM/ VoodooTV 200" },
182 { 0x263710b4, BTTV_BOARD_VOODOOTV_FM, "3Dfx VoodooTV FM/ VoodooTV 200" },
183 { 0x3060121a, BTTV_BOARD_STB2, "3Dfx VoodooTV 100/ STB OEM" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800185 { 0x3000144f, BTTV_BOARD_MAGICTVIEW063, "(Askey Magic/others) TView99 CPH06x" },
186 { 0xa005144f, BTTV_BOARD_MAGICTVIEW063, "CPH06X TView99-Card" },
187 { 0x3002144f, BTTV_BOARD_MAGICTVIEW061, "(Askey Magic/others) TView99 CPH05x" },
188 { 0x3005144f, BTTV_BOARD_MAGICTVIEW061, "(Askey Magic/others) TView99 CPH061/06L (T1/LC)" },
189 { 0x5000144f, BTTV_BOARD_MAGICTVIEW061, "Askey CPH050" },
190 { 0x300014ff, BTTV_BOARD_MAGICTVIEW061, "TView 99 (CPH061)" },
191 { 0x300214ff, BTTV_BOARD_PHOEBE_TVMAS, "Phoebe TV Master (CPH060)" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800193 { 0x00011461, BTTV_BOARD_AVPHONE98, "AVerMedia TVPhone98" },
194 { 0x00021461, BTTV_BOARD_AVERMEDIA98, "AVermedia TVCapture 98" },
195 { 0x00031461, BTTV_BOARD_AVPHONE98, "AVerMedia TVPhone98" },
196 { 0x00041461, BTTV_BOARD_AVERMEDIA98, "AVerMedia TVCapture 98" },
197 { 0x03001461, BTTV_BOARD_AVERMEDIA98, "VDOMATE TV TUNER CARD" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800199 { 0x1117153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue (Philips PAL B/G)" },
200 { 0x1118153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue (Temic PAL B/G)" },
201 { 0x1119153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue (Philips PAL I)" },
202 { 0x111a153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue (Temic PAL I)" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800204 { 0x1123153b, BTTV_BOARD_TERRATVRADIO, "Terratec TV Radio+" },
205 { 0x1127153b, BTTV_BOARD_TERRATV, "Terratec TV+ (V1.05)" },
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700206 /* clashes with FlyVideo
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800207 *{ 0x18521852, BTTV_BOARD_TERRATV, "Terratec TV+ (V1.10)" }, */
208 { 0x1134153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue (LR102)" },
209 { 0x1135153b, BTTV_BOARD_TERRATVALUER, "Terratec TValue Radio" }, /* LR102 */
210 { 0x5018153b, BTTV_BOARD_TERRATVALUE, "Terratec TValue" }, /* ?? */
211 { 0xff3b153b, BTTV_BOARD_TERRATVALUER, "Terratec TValue Radio" }, /* ?? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800213 { 0x400015b0, BTTV_BOARD_ZOLTRIX_GENIE, "Zoltrix Genie TV" },
214 { 0x400a15b0, BTTV_BOARD_ZOLTRIX_GENIE, "Zoltrix Genie TV" },
215 { 0x400d15b0, BTTV_BOARD_ZOLTRIX_GENIE, "Zoltrix Genie TV / Radio" },
216 { 0x401015b0, BTTV_BOARD_ZOLTRIX_GENIE, "Zoltrix Genie TV / Radio" },
217 { 0x401615b0, BTTV_BOARD_ZOLTRIX_GENIE, "Zoltrix Genie TV / Radio" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800219 { 0x1430aa00, BTTV_BOARD_PV143, "Provideo PV143A" },
220 { 0x1431aa00, BTTV_BOARD_PV143, "Provideo PV143B" },
221 { 0x1432aa00, BTTV_BOARD_PV143, "Provideo PV143C" },
222 { 0x1433aa00, BTTV_BOARD_PV143, "Provideo PV143D" },
223 { 0x1433aa03, BTTV_BOARD_PV143, "Security Eyes" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800225 { 0x1460aa00, BTTV_BOARD_PV150, "Provideo PV150A-1" },
226 { 0x1461aa01, BTTV_BOARD_PV150, "Provideo PV150A-2" },
227 { 0x1462aa02, BTTV_BOARD_PV150, "Provideo PV150A-3" },
228 { 0x1463aa03, BTTV_BOARD_PV150, "Provideo PV150A-4" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800230 { 0x1464aa04, BTTV_BOARD_PV150, "Provideo PV150B-1" },
231 { 0x1465aa05, BTTV_BOARD_PV150, "Provideo PV150B-2" },
232 { 0x1466aa06, BTTV_BOARD_PV150, "Provideo PV150B-3" },
233 { 0x1467aa07, BTTV_BOARD_PV150, "Provideo PV150B-4" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800235 { 0xa132ff00, BTTV_BOARD_IVC100, "IVC-100" },
236 { 0xa1550000, BTTV_BOARD_IVC200, "IVC-200" },
237 { 0xa1550001, BTTV_BOARD_IVC200, "IVC-200" },
238 { 0xa1550002, BTTV_BOARD_IVC200, "IVC-200" },
239 { 0xa1550003, BTTV_BOARD_IVC200, "IVC-200" },
240 { 0xa1550100, BTTV_BOARD_IVC200, "IVC-200G" },
241 { 0xa1550101, BTTV_BOARD_IVC200, "IVC-200G" },
242 { 0xa1550102, BTTV_BOARD_IVC200, "IVC-200G" },
243 { 0xa1550103, BTTV_BOARD_IVC200, "IVC-200G" },
244 { 0xa182ff00, BTTV_BOARD_IVC120, "IVC-120G" },
245 { 0xa182ff01, BTTV_BOARD_IVC120, "IVC-120G" },
246 { 0xa182ff02, BTTV_BOARD_IVC120, "IVC-120G" },
247 { 0xa182ff03, BTTV_BOARD_IVC120, "IVC-120G" },
248 { 0xa182ff04, BTTV_BOARD_IVC120, "IVC-120G" },
249 { 0xa182ff05, BTTV_BOARD_IVC120, "IVC-120G" },
250 { 0xa182ff06, BTTV_BOARD_IVC120, "IVC-120G" },
251 { 0xa182ff07, BTTV_BOARD_IVC120, "IVC-120G" },
252 { 0xa182ff08, BTTV_BOARD_IVC120, "IVC-120G" },
253 { 0xa182ff09, BTTV_BOARD_IVC120, "IVC-120G" },
254 { 0xa182ff0a, BTTV_BOARD_IVC120, "IVC-120G" },
255 { 0xa182ff0b, BTTV_BOARD_IVC120, "IVC-120G" },
256 { 0xa182ff0c, BTTV_BOARD_IVC120, "IVC-120G" },
257 { 0xa182ff0d, BTTV_BOARD_IVC120, "IVC-120G" },
258 { 0xa182ff0e, BTTV_BOARD_IVC120, "IVC-120G" },
259 { 0xa182ff0f, BTTV_BOARD_IVC120, "IVC-120G" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800261 { 0x41424344, BTTV_BOARD_GRANDTEC, "GrandTec Multi Capture" },
262 { 0x01020304, BTTV_BOARD_XGUARD, "Grandtec Grand X-Guard" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800264 { 0x18501851, BTTV_BOARD_CHRONOS_VS2, "FlyVideo 98 (LR50)/ Chronos Video Shuttle II" },
265 { 0xa0501851, BTTV_BOARD_CHRONOS_VS2, "FlyVideo 98 (LR50)/ Chronos Video Shuttle II" },
266 { 0x18511851, BTTV_BOARD_FLYVIDEO98EZ, "FlyVideo 98EZ (LR51)/ CyberMail AV" },
267 { 0x18521852, BTTV_BOARD_TYPHOON_TVIEW, "FlyVideo 98FM (LR50)/ Typhoon TView TV/FM Tuner" },
268 { 0x41a0a051, BTTV_BOARD_FLYVIDEO_98FM, "Lifeview FlyVideo 98 LR50 Rev Q" },
269 { 0x18501f7f, BTTV_BOARD_FLYVIDEO_98, "Lifeview Flyvideo 98" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270
Trent Piepho657de3c2006-06-20 00:30:57 -0300271 { 0x010115cb, BTTV_BOARD_GMV1, "AG GMV1" },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800272 { 0x010114c7, BTTV_BOARD_MODTEC_205, "Modular Technology MM201/MM202/MM205/MM210/MM215 PCTV" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800274 { 0x10b42636, BTTV_BOARD_HAUPPAUGE878, "STB ???" },
275 { 0x217d6606, BTTV_BOARD_WINFAST2000, "Leadtek WinFast TV 2000" },
276 { 0xfff6f6ff, BTTV_BOARD_WINFAST2000, "Leadtek WinFast TV 2000" },
277 { 0x03116000, BTTV_BOARD_SENSORAY311, "Sensoray 311" },
278 { 0x00790e11, BTTV_BOARD_WINDVR, "Canopus WinDVR PCI" },
279 { 0xa0fca1a0, BTTV_BOARD_ZOLTRIX, "Face to Face Tvmax" },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800280 { 0x82b2aa6a, BTTV_BOARD_SIMUS_GVC1100, "SIMUS GVC1100" },
281 { 0x146caa0c, BTTV_BOARD_PV951, "ituner spectra8" },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800282 { 0x200a1295, BTTV_BOARD_PXC200, "ImageNation PXC200A" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800284 { 0x40111554, BTTV_BOARD_PV_BT878P_9B, "Prolink Pixelview PV-BT" },
285 { 0x17de0a01, BTTV_BOARD_KWORLD, "Mecer TV/FM/Video Tuner" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800287 { 0x01051805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #1" },
288 { 0x01061805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #2" },
289 { 0x01071805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #3" },
290 { 0x01081805, BTTV_BOARD_PICOLO_TETRA_CHIP, "Picolo Tetra Chip #4" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800292 { 0x15409511, BTTV_BOARD_ACORP_Y878F, "Acorp Y878F" },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700294 /* likely broken, vendor id doesn't match the other magic views ...
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800295 * { 0xa0fca04f, BTTV_BOARD_MAGICTVIEW063, "Guillemot Maxi TV Video 3" }, */
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700296
Steven Tothcd1257d2006-01-09 15:25:01 -0200297 /* Duplicate PCI ID, reconfigure for this board during the eeprom read.
298 * { 0x13eb0070, BTTV_BOARD_HAUPPAUGE_IMPACTVCB, "Hauppauge ImpactVCB" }, */
299
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700300 /* DVB cards (using pci function .1 for mpeg data xfer) */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800301 { 0x001c11bd, BTTV_BOARD_PINNACLESAT, "Pinnacle PCTV Sat" },
Michael Krufky2af35572006-01-23 17:11:06 -0200302 { 0x01010071, BTTV_BOARD_NEBULA_DIGITV, "Nebula Electronics DigiTV" },
303 { 0x20007063, BTTV_BOARD_PC_HDTV, "pcHDTV HD-2000 TV"},
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800304 { 0x002611bd, BTTV_BOARD_TWINHAN_DST, "Pinnacle PCTV SAT CI" },
305 { 0x00011822, BTTV_BOARD_TWINHAN_DST, "Twinhan VisionPlus DVB" },
306 { 0xfc00270f, BTTV_BOARD_TWINHAN_DST, "ChainTech digitop DST-1000 DVB-S" },
307 { 0x07711461, BTTV_BOARD_AVDVBT_771, "AVermedia AverTV DVB-T 771" },
Michael Krufky2af35572006-01-23 17:11:06 -0200308 { 0x07611461, BTTV_BOARD_AVDVBT_761, "AverMedia AverTV DVB-T 761" },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800309 { 0xdb1018ac, BTTV_BOARD_DVICO_DVBT_LITE, "DViCO FusionHDTV DVB-T Lite" },
310 { 0xd50018ac, BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE, "DViCO FusionHDTV 5 Lite" },
Cameron Hutchinson442d15d2006-06-21 18:45:31 -0300311 { 0x00261822, BTTV_BOARD_TWINHAN_DST, "DNTV Live! Mini "},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
313 { 0, -1, NULL }
314};
315
316/* ----------------------------------------------------------------------- */
317/* array with description for bt848 / bt878 tv/grabber cards */
318
319struct tvcard bttv_tvcards[] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800320 /* ---- card 0x00 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800321 [BTTV_BOARD_UNKNOWN] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800322 .name = " *** UNKNOWN/GENERIC *** ",
323 .video_inputs = 4,
324 .audio_inputs = 1,
325 .tuner = 0,
326 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -0200327 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800328 .tuner_type = -1,
329 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800330 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800331 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800332 [BTTV_BOARD_MIRO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800333 .name = "MIRO PCTV",
334 .video_inputs = 4,
335 .audio_inputs = 1,
336 .tuner = 0,
337 .svhs = 2,
338 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -0200339 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300340 .gpiomux = { 2, 0, 0, 0 },
341 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800342 .needs_tvaudio = 1,
343 .tuner_type = -1,
344 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800345 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800346 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800347 [BTTV_BOARD_HAUPPAUGE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800348 .name = "Hauppauge (bt848)",
349 .video_inputs = 4,
350 .audio_inputs = 1,
351 .tuner = 0,
352 .svhs = 2,
353 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -0200354 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300355 .gpiomux = { 0, 1, 2, 3 },
356 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800357 .needs_tvaudio = 1,
358 .tuner_type = -1,
359 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800360 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800361 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800362 [BTTV_BOARD_STB] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800363 .name = "STB, Gateway P/N 6000699 (bt848)",
364 .video_inputs = 3,
365 .audio_inputs = 1,
366 .tuner = 0,
367 .svhs = 2,
368 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -0200369 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300370 .gpiomux = { 4, 0, 2, 3 },
371 .gpiomute = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800372 .no_msp34xx = 1,
373 .needs_tvaudio = 1,
374 .tuner_type = TUNER_PHILIPS_NTSC,
375 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800376 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800377 .pll = PLL_28,
378 .has_radio = 1,
379 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800381 /* ---- card 0x04 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800382 [BTTV_BOARD_INTEL] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800383 .name = "Intel Create and Share PCI/ Smart Video Recorder III",
384 .video_inputs = 4,
385 .audio_inputs = 0,
386 .tuner = -1,
387 .svhs = 2,
388 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -0200389 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300390 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800391 .needs_tvaudio = 0,
392 .tuner_type = 4,
393 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800394 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800395 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800396 [BTTV_BOARD_DIAMOND] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800397 .name = "Diamond DTV2000",
398 .video_inputs = 4,
399 .audio_inputs = 1,
400 .tuner = 0,
401 .svhs = 2,
402 .gpiomask = 3,
Michael Krufkybc286362006-01-11 19:40:17 -0200403 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300404 .gpiomux = { 0, 1, 0, 1 },
405 .gpiomute = 3,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800406 .needs_tvaudio = 1,
407 .tuner_type = -1,
408 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800409 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800410 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800411 [BTTV_BOARD_AVERMEDIA] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800412 .name = "AVerMedia TVPhone",
413 .video_inputs = 3,
414 .audio_inputs = 1,
415 .tuner = 0,
416 .svhs = 3,
Michael Krufkybc286362006-01-11 19:40:17 -0200417 .muxsel = { 2, 3, 1, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800418 .gpiomask = 0x0f,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300419 .gpiomux = { 0x0c, 0x04, 0x08, 0x04 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800420 /* 0x04 for some cards ?? */
421 .needs_tvaudio = 1,
422 .tuner_type = -1,
423 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800424 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800425 .audio_hook = avermedia_tvphone_audio,
426 .has_remote = 1,
427 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800428 [BTTV_BOARD_MATRIX_VISION] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800429 .name = "MATRIX-Vision MV-Delta",
430 .video_inputs = 5,
431 .audio_inputs = 1,
432 .tuner = -1,
433 .svhs = 3,
434 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -0200435 .muxsel = { 2, 3, 1, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300436 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800437 .needs_tvaudio = 1,
438 .tuner_type = -1,
439 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800440 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800441 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800443 /* ---- card 0x08 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800444 [BTTV_BOARD_FLYVIDEO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800445 .name = "Lifeview FlyVideo II (Bt848) LR26 / MAXI TV Video PCI2 LR26",
446 .video_inputs = 4,
447 .audio_inputs = 1,
448 .tuner = 0,
449 .svhs = 2,
450 .gpiomask = 0xc00,
Michael Krufkybc286362006-01-11 19:40:17 -0200451 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300452 .gpiomux = { 0, 0xc00, 0x800, 0x400 },
453 .gpiomute = 0xc00,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800454 .needs_tvaudio = 1,
455 .pll = PLL_28,
456 .tuner_type = -1,
457 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800458 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800459 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800460 [BTTV_BOARD_TURBOTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800461 .name = "IMS/IXmicro TurboTV",
462 .video_inputs = 3,
463 .audio_inputs = 1,
464 .tuner = 0,
465 .svhs = 2,
466 .gpiomask = 3,
Michael Krufkybc286362006-01-11 19:40:17 -0200467 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300468 .gpiomux = { 1, 1, 2, 3 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800469 .needs_tvaudio = 0,
470 .pll = PLL_28,
471 .tuner_type = TUNER_TEMIC_PAL,
472 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800473 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800474 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800475 [BTTV_BOARD_HAUPPAUGE878] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800476 .name = "Hauppauge (bt878)",
477 .video_inputs = 4,
478 .audio_inputs = 1,
479 .tuner = 0,
480 .svhs = 2,
481 .gpiomask = 0x0f, /* old: 7 */
Michael Krufkybc286362006-01-11 19:40:17 -0200482 .muxsel = { 2, 0, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300483 .gpiomux = { 0, 1, 2, 3 },
484 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800485 .needs_tvaudio = 1,
486 .pll = PLL_28,
487 .tuner_type = -1,
488 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800489 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800490 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800491 [BTTV_BOARD_MIROPRO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800492 .name = "MIRO PCTV pro",
493 .video_inputs = 3,
494 .audio_inputs = 1,
495 .tuner = 0,
496 .svhs = 2,
497 .gpiomask = 0x3014f,
Michael Krufkybc286362006-01-11 19:40:17 -0200498 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300499 .gpiomux = { 0x20001,0x10001, 0, 0 },
500 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800501 .needs_tvaudio = 1,
502 .tuner_type = -1,
503 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800504 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800505 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800507 /* ---- card 0x0c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800508 [BTTV_BOARD_ADSTECH_TV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800509 .name = "ADS Technologies Channel Surfer TV (bt848)",
510 .video_inputs = 3,
511 .audio_inputs = 1,
512 .tuner = 0,
513 .svhs = 2,
514 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -0200515 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300516 .gpiomux = { 13, 14, 11, 7 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800517 .needs_tvaudio = 1,
518 .tuner_type = -1,
519 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800520 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800521 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800522 [BTTV_BOARD_AVERMEDIA98] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800523 .name = "AVerMedia TVCapture 98",
524 .video_inputs = 3,
525 .audio_inputs = 4,
526 .tuner = 0,
527 .svhs = 2,
528 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -0200529 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300530 .gpiomux = { 13, 14, 11, 7 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800531 .needs_tvaudio = 1,
532 .msp34xx_alt = 1,
533 .pll = PLL_28,
534 .tuner_type = TUNER_PHILIPS_PAL,
535 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800536 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800537 .audio_hook = avermedia_tv_stereo_audio,
Ray Colea8900fc2005-11-08 21:37:43 -0800538 .no_gpioirq = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800539 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800540 [BTTV_BOARD_VHX] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800541 .name = "Aimslab Video Highway Xtreme (VHX)",
542 .video_inputs = 3,
543 .audio_inputs = 1,
544 .tuner = 0,
545 .svhs = 2,
546 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -0200547 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300548 .gpiomux = { 0, 2, 1, 3 }, /* old: {0, 1, 2, 3, 4} */
549 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800550 .needs_tvaudio = 1,
551 .pll = PLL_28,
552 .tuner_type = -1,
553 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800554 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800555 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800556 [BTTV_BOARD_ZOLTRIX] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800557 .name = "Zoltrix TV-Max",
558 .video_inputs = 3,
559 .audio_inputs = 1,
560 .tuner = 0,
561 .svhs = 2,
562 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -0200563 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300564 .gpiomux = { 0, 0, 1, 0 },
565 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800566 .needs_tvaudio = 1,
567 .tuner_type = -1,
568 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800569 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800570 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800572 /* ---- card 0x10 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800573 [BTTV_BOARD_PIXVIEWPLAYTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800574 .name = "Prolink Pixelview PlayTV (bt878)",
575 .video_inputs = 3,
576 .audio_inputs = 1,
577 .tuner = 0,
578 .svhs = 2,
579 .gpiomask = 0x01fe00,
Michael Krufkybc286362006-01-11 19:40:17 -0200580 .muxsel = { 2, 3, 1, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800581 #if 0
582 /* old */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300583 .gpiomux = { 0x01c000, 0, 0x018000, 0x014000, 0x002000 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800584 #else
585 /* 2003-10-20 by "Anton A. Arapov" <arapov@mail.ru> */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300586 .gpiomux = { 0x001e00, 0, 0x018000, 0x014000 },
587 .gpiomute = 0x002000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800588 #endif
589 .needs_tvaudio = 1,
590 .pll = PLL_28,
591 .tuner_type = -1,
592 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800593 [BTTV_BOARD_WINVIEW_601] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800594 .name = "Leadtek WinView 601",
595 .video_inputs = 3,
596 .audio_inputs = 1,
597 .tuner = 0,
598 .svhs = 2,
599 .gpiomask = 0x8300f8,
Michael Krufkybc286362006-01-11 19:40:17 -0200600 .muxsel = { 2, 3, 1, 1,0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300601 .gpiomux = { 0x4fa007,0xcfa007,0xcfa007,0xcfa007 },
602 .gpiomute = 0xcfa007,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800603 .needs_tvaudio = 1,
604 .tuner_type = -1,
605 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800606 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800607 .audio_hook = winview_audio,
608 .has_radio = 1,
609 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800610 [BTTV_BOARD_AVEC_INTERCAP] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800611 .name = "AVEC Intercapture",
612 .video_inputs = 3,
613 .audio_inputs = 2,
614 .tuner = 0,
615 .svhs = 2,
616 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -0200617 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300618 .gpiomux = { 1, 0, 0, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800619 .needs_tvaudio = 1,
620 .tuner_type = -1,
621 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800622 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800623 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800624 [BTTV_BOARD_LIFE_FLYKIT] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800625 .name = "Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only)",
626 .video_inputs = 4,
627 .audio_inputs = 1,
628 .tuner = -1,
629 .svhs = -1,
630 .gpiomask = 0x8dff00,
Michael Krufkybc286362006-01-11 19:40:17 -0200631 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300632 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800633 .no_msp34xx = 1,
634 .tuner_type = -1,
635 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800636 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800637 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800639 /* ---- card 0x14 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800640 [BTTV_BOARD_CEI_RAFFLES] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800641 .name = "CEI Raffles Card",
642 .video_inputs = 3,
643 .audio_inputs = 3,
644 .tuner = 0,
645 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -0200646 .muxsel = { 2, 3, 1, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800647 .tuner_type = -1,
648 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800649 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800650 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800651 [BTTV_BOARD_CONFERENCETV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800652 .name = "Lifeview FlyVideo 98/ Lucky Star Image World ConferenceTV LR50",
653 .video_inputs = 4,
654 .audio_inputs = 2, /* tuner, line in */
655 .tuner = 0,
656 .svhs = 2,
657 .gpiomask = 0x1800,
Michael Krufkybc286362006-01-11 19:40:17 -0200658 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300659 .gpiomux = { 0, 0x800, 0x1000, 0x1000 },
660 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800661 .pll = PLL_28,
662 .tuner_type = TUNER_PHILIPS_PAL_I,
663 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800664 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800665 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800666 [BTTV_BOARD_PHOEBE_TVMAS] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800667 .name = "Askey CPH050/ Phoebe Tv Master + FM",
668 .video_inputs = 3,
669 .audio_inputs = 1,
670 .tuner = 0,
671 .svhs = 2,
672 .gpiomask = 0xc00,
Michael Krufkybc286362006-01-11 19:40:17 -0200673 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300674 .gpiomux = { 0, 1, 0x800, 0x400 },
675 .gpiomute = 0xc00,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800676 .needs_tvaudio = 1,
677 .pll = PLL_28,
678 .tuner_type = -1,
679 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800680 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800681 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800682 [BTTV_BOARD_MODTEC_205] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800683 .name = "Modular Technology MM201/MM202/MM205/MM210/MM215 PCTV, bt878",
684 .video_inputs = 3,
685 .audio_inputs = 1,
686 .tuner = 0,
687 .svhs = -1,
688 .gpiomask = 7,
689 .muxsel = { 2, 3, -1 },
690 .digital_mode = DIGITAL_MODE_CAMERA,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300691 .gpiomux = { 0, 0, 0, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800692 .no_msp34xx = 1,
693 .pll = PLL_28,
694 .tuner_type = TUNER_ALPS_TSBB5_PAL_I,
695 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800696 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800697 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800699 /* ---- card 0x18 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800700 [BTTV_BOARD_MAGICTVIEW061] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800701 .name = "Askey CPH05X/06X (bt878) [many vendors]",
702 .video_inputs = 3,
703 .audio_inputs = 1,
704 .tuner = 0,
705 .svhs = 2,
706 .gpiomask = 0xe00,
Michael Krufkybc286362006-01-11 19:40:17 -0200707 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300708 .gpiomux = {0x400, 0x400, 0x400, 0x400 },
709 .gpiomute = 0xc00,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800710 .needs_tvaudio = 1,
711 .pll = PLL_28,
712 .tuner_type = -1,
713 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800714 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800715 .has_remote = 1,
716 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800717 [BTTV_BOARD_VOBIS_BOOSTAR] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800718 .name = "Terratec TerraTV+ Version 1.0 (Bt848)/ Terra TValue Version 1.0/ Vobis TV-Boostar",
719 .video_inputs = 3,
720 .audio_inputs = 1,
721 .tuner = 0,
722 .svhs = 2,
723 .gpiomask = 0x1f0fff,
Michael Krufkybc286362006-01-11 19:40:17 -0200724 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300725 .gpiomux = { 0x20000, 0x30000, 0x10000, 0 },
726 .gpiomute = 0x40000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800727 .needs_tvaudio = 0,
728 .tuner_type = TUNER_PHILIPS_PAL,
729 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800730 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800731 .audio_hook = terratv_audio,
732 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800733 [BTTV_BOARD_HAUPPAUG_WCAM] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800734 .name = "Hauppauge WinCam newer (bt878)",
735 .video_inputs = 4,
736 .audio_inputs = 1,
737 .tuner = 0,
738 .svhs = 3,
739 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -0200740 .muxsel = { 2, 0, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300741 .gpiomux = { 0, 1, 2, 3 },
742 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800743 .needs_tvaudio = 1,
744 .tuner_type = -1,
745 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800746 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800747 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800748 [BTTV_BOARD_MAXI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800749 .name = "Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50",
750 .video_inputs = 4,
751 .audio_inputs = 2,
752 .tuner = 0,
753 .svhs = 2,
754 .gpiomask = 0x1800,
Michael Krufkybc286362006-01-11 19:40:17 -0200755 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300756 .gpiomux = { 0, 0x800, 0x1000, 0x1000 },
757 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800758 .pll = PLL_28,
759 .tuner_type = TUNER_PHILIPS_SECAM,
760 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800761 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800762 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800764 /* ---- card 0x1c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800765 [BTTV_BOARD_TERRATV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800766 .name = "Terratec TerraTV+ Version 1.1 (bt878)",
767 .video_inputs = 3,
768 .audio_inputs = 1,
769 .tuner = 0,
770 .svhs = 2,
771 .gpiomask = 0x1f0fff,
Michael Krufkybc286362006-01-11 19:40:17 -0200772 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300773 .gpiomux = { 0x20000, 0x30000, 0x10000, 0x00000 },
774 .gpiomute = 0x40000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800775 .needs_tvaudio = 0,
776 .tuner_type = TUNER_PHILIPS_PAL,
777 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800778 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800779 .audio_hook = terratv_audio,
780 /* GPIO wiring:
781 External 20 pin connector (for Active Radio Upgrade board)
782 gpio00: i2c-sda
783 gpio01: i2c-scl
784 gpio02: om5610-data
785 gpio03: om5610-clk
786 gpio04: om5610-wre
787 gpio05: om5610-stereo
788 gpio06: rds6588-davn
789 gpio07: Pin 7 n.c.
790 gpio08: nIOW
791 gpio09+10: nIOR, nSEL ?? (bt878)
792 gpio09: nIOR (bt848)
793 gpio10: nSEL (bt848)
794 Sound Routing:
795 gpio16: u2-A0 (1st 4052bt)
796 gpio17: u2-A1
797 gpio18: u2-nEN
798 gpio19: u4-A0 (2nd 4052)
799 gpio20: u4-A1
800 u4-nEN - GND
801 Btspy:
802 00000 : Cdrom (internal audio input)
803 10000 : ext. Video audio input
804 20000 : TV Mono
805 a0000 : TV Mono/2
806 1a0000 : TV Stereo
807 30000 : Radio
808 40000 : Mute
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -0700809 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800811 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800812 [BTTV_BOARD_PXC200] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800813 /* Jannik Fritsch <jannik@techfak.uni-bielefeld.de> */
814 .name = "Imagenation PXC200",
815 .video_inputs = 5,
816 .audio_inputs = 1,
817 .tuner = -1,
818 .svhs = 1, /* was: 4 */
819 .gpiomask = 0,
820 .muxsel = { 2, 3, 1, 0, 0},
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300821 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800822 .needs_tvaudio = 1,
823 .tuner_type = -1,
824 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800825 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800826 .muxsel_hook = PXC200_muxsel,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800828 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800829 [BTTV_BOARD_FLYVIDEO_98] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800830 .name = "Lifeview FlyVideo 98 LR50",
831 .video_inputs = 4,
832 .audio_inputs = 1,
833 .tuner = 0,
834 .svhs = 2,
835 .gpiomask = 0x1800, /* 0x8dfe00 */
Michael Krufkybc286362006-01-11 19:40:17 -0200836 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300837 .gpiomux = { 0, 0x0800, 0x1000, 0x1000 },
838 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800839 .pll = PLL_28,
840 .tuner_type = -1,
841 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800842 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800843 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800844 [BTTV_BOARD_IPROTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800845 .name = "Formac iProTV, Formac ProTV I (bt848)",
846 .video_inputs = 4,
847 .audio_inputs = 1,
848 .tuner = 0,
849 .svhs = 3,
850 .gpiomask = 1,
Michael Krufkybc286362006-01-11 19:40:17 -0200851 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300852 .gpiomux = { 1, 0, 0, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800853 .pll = PLL_28,
854 .tuner_type = TUNER_PHILIPS_PAL,
855 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800856 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800857 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800859 /* ---- card 0x20 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800860 [BTTV_BOARD_INTEL_C_S_PCI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800861 .name = "Intel Create and Share PCI/ Smart Video Recorder III",
862 .video_inputs = 4,
863 .audio_inputs = 0,
864 .tuner = -1,
865 .svhs = 2,
866 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -0200867 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300868 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800869 .needs_tvaudio = 0,
870 .tuner_type = 4,
871 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800872 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800873 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800874 [BTTV_BOARD_TERRATVALUE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800875 .name = "Terratec TerraTValue Version Bt878",
876 .video_inputs = 3,
877 .audio_inputs = 1,
878 .tuner = 0,
879 .svhs = 2,
880 .gpiomask = 0xffff00,
Michael Krufkybc286362006-01-11 19:40:17 -0200881 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300882 .gpiomux = { 0x500, 0, 0x300, 0x900 },
883 .gpiomute = 0x900,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800884 .needs_tvaudio = 1,
885 .pll = PLL_28,
886 .tuner_type = TUNER_PHILIPS_PAL,
887 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800888 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800889 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800890 [BTTV_BOARD_WINFAST2000] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800891 .name = "Leadtek WinFast 2000/ WinFast 2000 XP",
892 .video_inputs = 4,
893 .audio_inputs = 1,
894 .tuner = 0,
895 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -0200896 .muxsel = { 2, 3, 1, 1, 0 }, /* TV, CVid, SVid, CVid over SVid connector */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800897 #if 0
898 .gpiomask = 0xc33000,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300899 .gpiomux = { 0x422000,0x1000,0x0000,0x620000,0x800000 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800900 #else
901 /* Alexander Varakin <avarakin@hotmail.com> [stereo version] */
902 .gpiomask = 0xb33000,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300903 .gpiomux = { 0x122000,0x1000,0x0000,0x620000 },
904 .gpiomute = 0x800000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800905 #endif
906 /* Audio Routing for "WinFast 2000 XP" (no tv stereo !)
907 gpio23 -- hef4052:nEnable (0x800000)
908 gpio12 -- hef4052:A1
909 gpio13 -- hef4052:A0
910 0x0000: external audio
911 0x1000: FM
912 0x2000: TV
913 0x3000: n.c.
914 Note: There exists another variant "Winfast 2000" with tv stereo !?
915 Note: eeprom only contains FF and pci subsystem id 107d:6606
916 */
917 .needs_tvaudio = 0,
918 .pll = PLL_28,
919 .has_radio = 1,
920 .tuner_type = 5, /* default for now, gpio reads BFFF06 for Pal bg+dk */
921 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800922 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800923 .audio_hook = winfast2000_audio,
924 .has_remote = 1,
925 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800926 [BTTV_BOARD_CHRONOS_VS2] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800927 .name = "Lifeview FlyVideo 98 LR50 / Chronos Video Shuttle II",
928 .video_inputs = 4,
929 .audio_inputs = 3,
930 .tuner = 0,
931 .svhs = 2,
932 .gpiomask = 0x1800,
Michael Krufkybc286362006-01-11 19:40:17 -0200933 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300934 .gpiomux = { 0, 0x800, 0x1000, 0x1000 },
935 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800936 .pll = PLL_28,
937 .tuner_type = -1,
938 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800939 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800940 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800942 /* ---- card 0x24 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800943 [BTTV_BOARD_TYPHOON_TVIEW] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800944 .name = "Lifeview FlyVideo 98FM LR50 / Typhoon TView TV/FM Tuner",
945 .video_inputs = 4,
946 .audio_inputs = 3,
947 .tuner = 0,
948 .svhs = 2,
949 .gpiomask = 0x1800,
Michael Krufkybc286362006-01-11 19:40:17 -0200950 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300951 .gpiomux = { 0, 0x800, 0x1000, 0x1000 },
952 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800953 .pll = PLL_28,
954 .tuner_type = -1,
955 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800956 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800957 .has_radio = 1,
958 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800959 [BTTV_BOARD_PXELVWPLTVPRO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800960 .name = "Prolink PixelView PlayTV pro",
961 .video_inputs = 3,
962 .audio_inputs = 1,
963 .tuner = 0,
964 .svhs = 2,
965 .gpiomask = 0xff,
966 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300967 .gpiomux = { 0x21, 0x20, 0x24, 0x2c },
968 .gpiomute = 0x29,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800969 .no_msp34xx = 1,
970 .pll = PLL_28,
971 .tuner_type = -1,
972 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800973 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800974 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800975 [BTTV_BOARD_MAGICTVIEW063] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800976 .name = "Askey CPH06X TView99",
977 .video_inputs = 4,
978 .audio_inputs = 1,
979 .tuner = 0,
980 .svhs = 2,
981 .gpiomask = 0x551e00,
Michael Krufkybc286362006-01-11 19:40:17 -0200982 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -0300983 .gpiomux = { 0x551400, 0x551200, 0, 0 },
984 .gpiomute = 0x551c00,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800985 .needs_tvaudio = 1,
986 .pll = PLL_28,
987 .tuner_type = 1,
988 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -0800989 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800990 .has_remote = 1,
991 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -0800992 [BTTV_BOARD_PINNACLE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -0800993 .name = "Pinnacle PCTV Studio/Rave",
994 .video_inputs = 3,
995 .audio_inputs = 1,
996 .tuner = 0,
997 .svhs = 2,
998 .gpiomask = 0x03000F,
Michael Krufkybc286362006-01-11 19:40:17 -0200999 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001000 .gpiomux = { 2, 0xd0001, 0, 0 },
1001 .gpiomute = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001002 .needs_tvaudio = 0,
1003 .pll = PLL_28,
1004 .tuner_type = -1,
1005 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001006 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001007 },
1008
1009 /* ---- card 0x28 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001010 [BTTV_BOARD_STB2] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001011 .name = "STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100",
1012 .video_inputs = 3,
1013 .audio_inputs = 1,
1014 .tuner = 0,
1015 .svhs = 2,
1016 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -02001017 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001018 .gpiomux = { 4, 0, 2, 3 },
1019 .gpiomute = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001020 .no_msp34xx = 1,
1021 .needs_tvaudio = 1,
1022 .tuner_type = TUNER_PHILIPS_NTSC,
1023 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001024 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001025 .pll = PLL_28,
1026 .has_radio = 1,
1027 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001028 [BTTV_BOARD_AVPHONE98] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001029 .name = "AVerMedia TVPhone 98",
1030 .video_inputs = 3,
1031 .audio_inputs = 4,
1032 .tuner = 0,
1033 .svhs = 2,
1034 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -02001035 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001036 .gpiomux = { 13, 4, 11, 7 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001037 .needs_tvaudio = 1,
1038 .pll = PLL_28,
1039 .tuner_type = -1,
1040 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001041 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001042 .has_radio = 1,
1043 .audio_hook = avermedia_tvphone_audio,
1044 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001045 [BTTV_BOARD_PV951] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001046 .name = "ProVideo PV951", /* pic16c54 */
1047 .video_inputs = 3,
1048 .audio_inputs = 1,
1049 .tuner = 0,
1050 .svhs = 2,
1051 .gpiomask = 0,
1052 .muxsel = { 2, 3, 1, 1},
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001053 .gpiomux = { 0, 0, 0, 0},
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001054 .needs_tvaudio = 1,
1055 .no_msp34xx = 1,
1056 .pll = PLL_28,
1057 .tuner_type = 1,
1058 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001059 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001060 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001061 [BTTV_BOARD_ONAIR_TV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001062 .name = "Little OnAir TV",
1063 .video_inputs = 3,
1064 .audio_inputs = 1,
1065 .tuner = 0,
1066 .svhs = 2,
1067 .gpiomask = 0xe00b,
Michael Krufkybc286362006-01-11 19:40:17 -02001068 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001069 .gpiomux = { 0xff9ff6, 0xff9ff6, 0xff1ff7, 0 },
1070 .gpiomute = 0xff3ffc,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001071 .no_msp34xx = 1,
1072 .tuner_type = -1,
1073 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001074 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001075 },
1076
1077 /* ---- card 0x2c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001078 [BTTV_BOARD_SIGMA_TVII_FM] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001079 .name = "Sigma TVII-FM",
1080 .video_inputs = 2,
1081 .audio_inputs = 1,
1082 .tuner = 0,
1083 .svhs = -1,
1084 .gpiomask = 3,
Michael Krufkybc286362006-01-11 19:40:17 -02001085 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001086 .gpiomux = { 1, 1, 0, 2 },
1087 .gpiomute = 3,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001088 .no_msp34xx = 1,
1089 .pll = PLL_NONE,
1090 .tuner_type = -1,
1091 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001092 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001093 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001094 [BTTV_BOARD_MATRIX_VISION2] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001095 .name = "MATRIX-Vision MV-Delta 2",
1096 .video_inputs = 5,
1097 .audio_inputs = 1,
1098 .tuner = -1,
1099 .svhs = 3,
1100 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -02001101 .muxsel = { 2, 3, 1, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001102 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001103 .no_msp34xx = 1,
1104 .pll = PLL_28,
1105 .tuner_type = -1,
1106 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001107 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001108 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001109 [BTTV_BOARD_ZOLTRIX_GENIE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001110 .name = "Zoltrix Genie TV/FM",
1111 .video_inputs = 3,
1112 .audio_inputs = 1,
1113 .tuner = 0,
1114 .svhs = 2,
1115 .gpiomask = 0xbcf03f,
Michael Krufkybc286362006-01-11 19:40:17 -02001116 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001117 .gpiomux = { 0xbc803f, 0xbc903f, 0xbcb03f, 0 },
1118 .gpiomute = 0xbcb03f,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001119 .no_msp34xx = 1,
1120 .pll = PLL_28,
1121 .tuner_type = 21,
1122 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001123 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001124 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001125 [BTTV_BOARD_TERRATVRADIO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001126 .name = "Terratec TV/Radio+",
1127 .video_inputs = 3,
1128 .audio_inputs = 1,
1129 .tuner = 0,
1130 .svhs = 2,
1131 .gpiomask = 0x70000,
Michael Krufkybc286362006-01-11 19:40:17 -02001132 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001133 .gpiomux = { 0x20000, 0x30000, 0x10000, 0 },
1134 .gpiomute = 0x40000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001135 .needs_tvaudio = 1,
1136 .no_msp34xx = 1,
1137 .pll = PLL_35,
1138 .tuner_type = 1,
1139 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001140 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001141 .has_radio = 1,
1142 },
1143
1144 /* ---- card 0x30 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001145 [BTTV_BOARD_DYNALINK] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001146 .name = "Askey CPH03x/ Dynalink Magic TView",
1147 .video_inputs = 3,
1148 .audio_inputs = 1,
1149 .tuner = 0,
1150 .svhs = 2,
1151 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -02001152 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001153 .gpiomux = {2,0,0,0 },
1154 .gpiomute = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001155 .needs_tvaudio = 1,
1156 .pll = PLL_28,
1157 .tuner_type = -1,
1158 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001159 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001160 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001161 [BTTV_BOARD_GVBCTV3PCI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001162 .name = "IODATA GV-BCTV3/PCI",
1163 .video_inputs = 3,
1164 .audio_inputs = 1,
1165 .tuner = 0,
1166 .svhs = 2,
1167 .gpiomask = 0x010f00,
Michael Krufkybc286362006-01-11 19:40:17 -02001168 .muxsel = {2, 3, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001169 .gpiomux = {0x10000, 0, 0x10000, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001170 .no_msp34xx = 1,
1171 .pll = PLL_28,
1172 .tuner_type = TUNER_ALPS_TSHC6_NTSC,
1173 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001174 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001175 .audio_hook = gvbctv3pci_audio,
1176 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001177 [BTTV_BOARD_PXELVWPLTVPAK] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001178 .name = "Prolink PV-BT878P+4E / PixelView PlayTV PAK / Lenco MXTV-9578 CP",
1179 .video_inputs = 5,
1180 .audio_inputs = 1,
1181 .tuner = 0,
1182 .svhs = 3,
1183 .gpiomask = 0xAA0000,
1184 .muxsel = { 2,3,1,1,-1 },
1185 .digital_mode = DIGITAL_MODE_CAMERA,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001186 .gpiomux = { 0x20000, 0, 0x80000, 0x80000 },
1187 .gpiomute = 0xa8000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001188 .no_msp34xx = 1,
1189 .pll = PLL_28,
1190 .tuner_type = TUNER_PHILIPS_PAL_I,
1191 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001192 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001193 .has_remote = 1,
1194 /* GPIO wiring: (different from Rev.4C !)
1195 GPIO17: U4.A0 (first hef4052bt)
1196 GPIO19: U4.A1
1197 GPIO20: U5.A1 (second hef4052bt)
1198 GPIO21: U4.nEN
1199 GPIO22: BT832 Reset Line
1200 GPIO23: A5,A0, U5,nEN
1201 Note: At i2c=0x8a is a Bt832 chip, which changes to 0x88 after being reset via GPIO22
1202 */
1203 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001204 [BTTV_BOARD_EAGLE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001205 .name = "Eagle Wireless Capricorn2 (bt878A)",
1206 .video_inputs = 4,
1207 .audio_inputs = 1,
1208 .tuner = 0,
1209 .svhs = 2,
1210 .gpiomask = 7,
Michael Krufkybc286362006-01-11 19:40:17 -02001211 .muxsel = { 2, 0, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001212 .gpiomux = { 0, 1, 2, 3 },
1213 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001214 .pll = PLL_28,
1215 .tuner_type = -1 /* TUNER_ALPS_TMDH2_NTSC */,
1216 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001217 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001218 },
1219
1220 /* ---- card 0x34 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001221 [BTTV_BOARD_PINNACLEPRO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001222 /* David Härdeman <david@2gen.com> */
1223 .name = "Pinnacle PCTV Studio Pro",
1224 .video_inputs = 4,
1225 .audio_inputs = 1,
1226 .tuner = 0,
1227 .svhs = 3,
1228 .gpiomask = 0x03000F,
Michael Krufkybc286362006-01-11 19:40:17 -02001229 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001230 .gpiomux = { 1, 0xd0001, 0, 0 },
1231 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001232 /* sound path (5 sources):
1233 MUX1 (mask 0x03), Enable Pin 0x08 (0=enable, 1=disable)
1234 0= ext. Audio IN
1235 1= from MUX2
1236 2= Mono TV sound from Tuner
1237 3= not connected
1238 MUX2 (mask 0x30000):
1239 0,2,3= from MSP34xx
1240 1= FM stereo Radio from Tuner */
1241 .needs_tvaudio = 0,
1242 .pll = PLL_28,
1243 .tuner_type = -1,
1244 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001245 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001246 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001247 [BTTV_BOARD_TVIEW_RDS_FM] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001248 /* Claas Langbehn <claas@bigfoot.com>,
1249 Sven Grothklags <sven@upb.de> */
1250 .name = "Typhoon TView RDS + FM Stereo / KNC1 TV Station RDS",
1251 .video_inputs = 4,
1252 .audio_inputs = 3,
1253 .tuner = 0,
1254 .svhs = 2,
1255 .gpiomask = 0x1c,
Michael Krufkybc286362006-01-11 19:40:17 -02001256 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001257 .gpiomux = { 0, 0, 0x10, 8 },
1258 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001259 .needs_tvaudio = 1,
1260 .pll = PLL_28,
1261 .tuner_type = TUNER_PHILIPS_PAL,
1262 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001263 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001264 .has_radio = 1,
1265 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001266 [BTTV_BOARD_LIFETEC_9415] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001267 /* Tim Röstermundt <rosterm@uni-muenster.de>
1268 in de.comp.os.unix.linux.hardware:
1269 options bttv card=0 pll=1 radio=1 gpiomask=0x18e0
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001270 gpiomux =0x44c71f,0x44d71f,0,0x44d71f,0x44dfff
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001271 options tuner type=5 */
1272 .name = "Lifeview FlyVideo 2000 /FlyVideo A2/ Lifetec LT 9415 TV [LR90]",
1273 .video_inputs = 4,
1274 .audio_inputs = 1,
1275 .tuner = 0,
1276 .svhs = 2,
1277 .gpiomask = 0x18e0,
Michael Krufkybc286362006-01-11 19:40:17 -02001278 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001279 .gpiomux = { 0x0000,0x0800,0x1000,0x1000 },
1280 .gpiomute = 0x18e0,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001281 /* For cards with tda9820/tda9821:
1282 0x0000: Tuner normal stereo
1283 0x0080: Tuner A2 SAP (second audio program = Zweikanalton)
1284 0x0880: Tuner A2 stereo */
1285 .pll = PLL_28,
1286 .tuner_type = -1,
1287 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001288 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001289 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001290 [BTTV_BOARD_BESTBUY_EASYTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001291 /* Miguel Angel Alvarez <maacruz@navegalia.com>
1292 old Easy TV BT848 version (model CPH031) */
1293 .name = "Askey CPH031/ BESTBUY Easy TV",
1294 .video_inputs = 4,
1295 .audio_inputs = 1,
1296 .tuner = 0,
1297 .svhs = 2,
1298 .gpiomask = 0xF,
Michael Krufkybc286362006-01-11 19:40:17 -02001299 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001300 .gpiomux = { 2, 0, 0, 0 },
1301 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001302 .needs_tvaudio = 0,
1303 .pll = PLL_28,
1304 .tuner_type = TUNER_TEMIC_PAL,
1305 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001306 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001307 },
1308
1309 /* ---- card 0x38 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001310 [BTTV_BOARD_FLYVIDEO_98FM] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001311 /* Gordon Heydon <gjheydon@bigfoot.com ('98) */
1312 .name = "Lifeview FlyVideo 98FM LR50",
1313 .video_inputs = 4,
1314 .audio_inputs = 3,
1315 .tuner = 0,
1316 .svhs = 2,
1317 .gpiomask = 0x1800,
Michael Krufkybc286362006-01-11 19:40:17 -02001318 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001319 .gpiomux = { 0, 0x800, 0x1000, 0x1000 },
1320 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001321 .pll = PLL_28,
1322 .tuner_type = 5,
1323 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001324 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001325 },
1326 /* This is the ultimate cheapo capture card
1327 * just a BT848A on a small PCB!
1328 * Steve Hosgood <steve@equiinet.com> */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001329 [BTTV_BOARD_GRANDTEC] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001330 .name = "GrandTec 'Grand Video Capture' (Bt848)",
1331 .video_inputs = 2,
1332 .audio_inputs = 0,
1333 .tuner = -1,
1334 .svhs = 1,
1335 .gpiomask = 0,
1336 .muxsel = { 3, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001337 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001338 .needs_tvaudio = 0,
1339 .no_msp34xx = 1,
1340 .pll = PLL_35,
1341 .tuner_type = -1,
1342 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001343 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001344 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001345 [BTTV_BOARD_ASKEY_CPH060] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001346 /* Daniel Herrington <daniel.herrington@home.com> */
1347 .name = "Askey CPH060/ Phoebe TV Master Only (No FM)",
1348 .video_inputs = 3,
1349 .audio_inputs = 1,
1350 .tuner = 0,
1351 .svhs = 2,
1352 .gpiomask = 0xe00,
1353 .muxsel = { 2, 3, 1, 1},
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001354 .gpiomux = { 0x400, 0x400, 0x400, 0x400 },
1355 .gpiomute = 0x800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001356 .needs_tvaudio = 1,
1357 .pll = PLL_28,
1358 .tuner_type = TUNER_TEMIC_4036FY5_NTSC,
1359 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001360 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001361 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001362 [BTTV_BOARD_ASKEY_CPH03X] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001363 /* Matti Mottus <mottus@physic.ut.ee> */
1364 .name = "Askey CPH03x TV Capturer",
1365 .video_inputs = 4,
1366 .audio_inputs = 1,
1367 .tuner = 0,
1368 .svhs = 2,
1369 .gpiomask = 0x03000F,
Michael Krufkybc286362006-01-11 19:40:17 -02001370 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001371 .gpiomux = { 2, 0, 0, 0 },
1372 .gpiomute = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001373 .pll = PLL_28,
1374 .tuner_type = 0,
1375 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001376 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001377 },
1378
1379 /* ---- card 0x3c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001380 [BTTV_BOARD_MM100PCTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001381 /* Philip Blundell <philb@gnu.org> */
1382 .name = "Modular Technology MM100PCTV",
1383 .video_inputs = 2,
1384 .audio_inputs = 2,
1385 .tuner = 0,
1386 .svhs = -1,
1387 .gpiomask = 11,
Michael Krufkybc286362006-01-11 19:40:17 -02001388 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001389 .gpiomux = { 2, 0, 0, 1 },
1390 .gpiomute = 8,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001391 .pll = PLL_35,
1392 .tuner_type = TUNER_TEMIC_PAL,
1393 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001394 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001395 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001396 [BTTV_BOARD_GMV1] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001397 /* Adrian Cox <adrian@humboldt.co.uk */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001398 .name = "AG Electronics GMV1",
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001399 .video_inputs = 2,
1400 .audio_inputs = 0,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001401 .tuner = -1,
1402 .svhs = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001403 .gpiomask = 0xF,
Michael Krufkybc286362006-01-11 19:40:17 -02001404 .muxsel = { 2, 2 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001405 .gpiomux = { },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001406 .no_msp34xx = 1,
1407 .needs_tvaudio = 0,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001408 .pll = PLL_28,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001409 .tuner_type = -1,
1410 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001411 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001412 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001413 [BTTV_BOARD_BESTBUY_EASYTV2] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001414 /* Miguel Angel Alvarez <maacruz@navegalia.com>
1415 new Easy TV BT878 version (model CPH061)
1416 special thanks to Informatica Mieres for providing the card */
1417 .name = "Askey CPH061/ BESTBUY Easy TV (bt878)",
1418 .video_inputs = 3,
1419 .audio_inputs = 2,
1420 .tuner = 0,
1421 .svhs = 2,
1422 .gpiomask = 0xFF,
Michael Krufkybc286362006-01-11 19:40:17 -02001423 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001424 .gpiomux = { 1, 0, 4, 4 },
1425 .gpiomute = 9,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001426 .needs_tvaudio = 0,
1427 .pll = PLL_28,
1428 .tuner_type = TUNER_PHILIPS_PAL,
1429 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001430 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001431 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001432 [BTTV_BOARD_ATI_TVWONDER] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001433 /* Lukas Gebauer <geby@volny.cz> */
1434 .name = "ATI TV-Wonder",
1435 .video_inputs = 3,
1436 .audio_inputs = 1,
1437 .tuner = 0,
1438 .svhs = 2,
1439 .gpiomask = 0xf03f,
1440 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001441 .gpiomux = { 0xbffe, 0, 0xbfff, 0 },
1442 .gpiomute = 0xbffe,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001443 .pll = PLL_28,
1444 .tuner_type = TUNER_TEMIC_4006FN5_MULTI_PAL,
1445 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001446 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001447 },
1448
1449 /* ---- card 0x40 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001450 [BTTV_BOARD_ATI_TVWONDERVE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001451 /* Lukas Gebauer <geby@volny.cz> */
1452 .name = "ATI TV-Wonder VE",
1453 .video_inputs = 2,
1454 .audio_inputs = 1,
1455 .tuner = 0,
1456 .svhs = -1,
1457 .gpiomask = 1,
Michael Krufkybc286362006-01-11 19:40:17 -02001458 .muxsel = { 2, 3, 0, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001459 .gpiomux = { 0, 0, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001460 .no_msp34xx = 1,
1461 .pll = PLL_28,
1462 .tuner_type = TUNER_TEMIC_4006FN5_MULTI_PAL,
1463 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001464 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001465 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001466 [BTTV_BOARD_FLYVIDEO2000] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001467 /* DeeJay <deejay@westel900.net (2000S) */
1468 .name = "Lifeview FlyVideo 2000S LR90",
1469 .video_inputs = 3,
1470 .audio_inputs = 3,
1471 .tuner = 0,
1472 .svhs = 2,
1473 .gpiomask = 0x18e0,
Michael Krufkybc286362006-01-11 19:40:17 -02001474 .muxsel = { 2, 3, 0, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001475 /* Radio changed from 1e80 to 0x800 to make
1476 FlyVideo2000S in .hu happy (gm)*/
1477 /* -dk-???: set mute=0x1800 for tda9874h daughterboard */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001478 .gpiomux = { 0x0000,0x0800,0x1000,0x1000 },
1479 .gpiomute = 0x1800,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001480 .audio_hook = fv2000s_audio,
1481 .no_msp34xx = 1,
1482 .no_tda9875 = 1,
1483 .needs_tvaudio = 1,
1484 .pll = PLL_28,
1485 .tuner_type = 5,
1486 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001487 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001488 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001489 [BTTV_BOARD_TERRATVALUER] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001490 .name = "Terratec TValueRadio",
1491 .video_inputs = 3,
1492 .audio_inputs = 1,
1493 .tuner = 0,
1494 .svhs = 2,
1495 .gpiomask = 0xffff00,
Michael Krufkybc286362006-01-11 19:40:17 -02001496 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001497 .gpiomux = { 0x500, 0x500, 0x300, 0x900 },
1498 .gpiomute = 0x900,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001499 .needs_tvaudio = 1,
1500 .pll = PLL_28,
1501 .tuner_type = TUNER_PHILIPS_PAL,
1502 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001503 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001504 .has_radio = 1,
1505 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001506 [BTTV_BOARD_GVBCTV4PCI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001507 /* TANAKA Kei <peg00625@nifty.com> */
1508 .name = "IODATA GV-BCTV4/PCI",
1509 .video_inputs = 3,
1510 .audio_inputs = 1,
1511 .tuner = 0,
1512 .svhs = 2,
1513 .gpiomask = 0x010f00,
Michael Krufkybc286362006-01-11 19:40:17 -02001514 .muxsel = {2, 3, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001515 .gpiomux = {0x10000, 0, 0x10000, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001516 .no_msp34xx = 1,
1517 .pll = PLL_28,
1518 .tuner_type = TUNER_SHARP_2U5JF5540_NTSC,
1519 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001520 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001521 .audio_hook = gvbctv3pci_audio,
1522 },
1523
1524 /* ---- card 0x44 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001525 [BTTV_BOARD_VOODOOTV_FM] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001526 .name = "3Dfx VoodooTV FM (Euro), VoodooTV 200 (USA)",
1527 /* try "insmod msp3400 simple=0" if you have
1528 * sound problems with this card. */
1529 .video_inputs = 4,
1530 .audio_inputs = 1,
1531 .tuner = 0,
1532 .svhs = -1,
1533 .gpiomask = 0x4f8a00,
1534 /* 0x100000: 1=MSP enabled (0=disable again)
1535 * 0x010000: Connected to "S0" on tda9880 (0=Pal/BG, 1=NTSC) */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001536 .gpiomux = {0x947fff, 0x987fff,0x947fff,0x947fff },
1537 .gpiomute = 0x947fff,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001538 /* tvtuner, radio, external,internal, mute, stereo
1539 * tuner, Composit, SVid, Composit-on-Svid-adapter */
Michael Krufkybc286362006-01-11 19:40:17 -02001540 .muxsel = { 2, 3 ,0 ,1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001541 .tuner_type = TUNER_MT2032,
1542 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001543 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001544 .pll = PLL_28,
1545 .has_radio = 1,
1546 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001547 [BTTV_BOARD_AIMMS] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001548 /* Philip Blundell <pb@nexus.co.uk> */
1549 .name = "Active Imaging AIMMS",
1550 .video_inputs = 1,
1551 .audio_inputs = 0,
1552 .tuner = -1,
1553 .tuner_type = -1,
1554 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001555 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001556 .pll = PLL_28,
1557 .muxsel = { 2 },
1558 .gpiomask = 0
1559 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001560 [BTTV_BOARD_PV_BT878P_PLUS] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001561 /* Tomasz Pyra <hellfire@sedez.iq.pl> */
1562 .name = "Prolink Pixelview PV-BT878P+ (Rev.4C,8E)",
1563 .video_inputs = 3,
1564 .audio_inputs = 4,
1565 .tuner = 0,
1566 .svhs = 2,
1567 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -02001568 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001569 .gpiomux = { 0, 0, 11, 7 }, /* TV and Radio with same GPIO ! */
1570 .gpiomute = 13,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001571 .needs_tvaudio = 1,
1572 .pll = PLL_28,
1573 .tuner_type = 25,
1574 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001575 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001576 .has_remote = 1,
1577 /* GPIO wiring:
1578 GPIO0: U4.A0 (hef4052bt)
1579 GPIO1: U4.A1
1580 GPIO2: U4.A1 (second hef4052bt)
1581 GPIO3: U4.nEN, U5.A0, A5.nEN
1582 GPIO8-15: vrd866b ?
1583 */
1584 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001585 [BTTV_BOARD_FLYVIDEO98EZ] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001586 .name = "Lifeview FlyVideo 98EZ (capture only) LR51",
1587 .video_inputs = 4,
1588 .audio_inputs = 0,
1589 .tuner = -1,
1590 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02001591 .muxsel = { 2, 3, 1, 1 }, /* AV1, AV2, SVHS, CVid adapter on SVHS */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001592 .pll = PLL_28,
1593 .no_msp34xx = 1,
1594 .tuner_type = UNSET,
1595 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001596 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001597 },
1598
1599 /* ---- card 0x48 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001600 [BTTV_BOARD_PV_BT878P_9B] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001601 /* Dariusz Kowalewski <darekk@automex.pl> */
1602 .name = "Prolink Pixelview PV-BT878P+9B (PlayTV Pro rev.9B FM+NICAM)",
1603 .video_inputs = 4,
1604 .audio_inputs = 1,
1605 .tuner = 0,
1606 .svhs = 2,
1607 .gpiomask = 0x3f,
1608 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001609 .gpiomux = { 0x01, 0x00, 0x03, 0x03 },
1610 .gpiomute = 0x09,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001611 .needs_tvaudio = 1,
1612 .no_msp34xx = 1,
1613 .no_tda9875 = 1,
1614 .pll = PLL_28,
1615 .tuner_type = 5,
1616 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001617 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001618 .audio_hook = pvbt878p9b_audio, /* Note: not all cards have stereo */
1619 .has_radio = 1, /* Note: not all cards have radio */
1620 .has_remote = 1,
1621 /* GPIO wiring:
1622 GPIO0: A0 hef4052
1623 GPIO1: A1 hef4052
1624 GPIO3: nEN hef4052
1625 GPIO8-15: vrd866b
1626 GPIO20,22,23: R30,R29,R28
1627 */
1628 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001629 [BTTV_BOARD_SENSORAY311] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001630 /* Clay Kunz <ckunz@mail.arc.nasa.gov> */
1631 /* you must jumper JP5 for the card to work */
1632 .name = "Sensoray 311",
1633 .video_inputs = 5,
1634 .audio_inputs = 0,
1635 .tuner = -1,
1636 .svhs = 4,
1637 .gpiomask = 0,
Michael Krufkybc286362006-01-11 19:40:17 -02001638 .muxsel = { 2, 3, 1, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001639 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001640 .needs_tvaudio = 0,
1641 .tuner_type = -1,
1642 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001643 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001644 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001645 [BTTV_BOARD_RV605] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001646 /* Miguel Freitas <miguel@cetuc.puc-rio.br> */
1647 .name = "RemoteVision MX (RV605)",
1648 .video_inputs = 16,
1649 .audio_inputs = 0,
1650 .tuner = -1,
1651 .svhs = -1,
1652 .gpiomask = 0x00,
1653 .gpiomask2 = 0x07ff,
1654 .muxsel = { 0x33, 0x13, 0x23, 0x43, 0xf3, 0x73, 0xe3, 0x03,
1655 0xd3, 0xb3, 0xc3, 0x63, 0x93, 0x53, 0x83, 0xa3 },
1656 .no_msp34xx = 1,
1657 .no_tda9875 = 1,
1658 .tuner_type = -1,
1659 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001660 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001661 .muxsel_hook = rv605_muxsel,
1662 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001663 [BTTV_BOARD_POWERCLR_MTV878] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001664 .name = "Powercolor MTV878/ MTV878R/ MTV878F",
1665 .video_inputs = 3,
1666 .audio_inputs = 2,
1667 .tuner = 0,
1668 .svhs = 2,
1669 .gpiomask = 0x1C800F, /* Bit0-2: Audio select, 8-12:remote control 14:remote valid 15:remote reset */
1670 .muxsel = { 2, 1, 1, },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001671 .gpiomux = { 0, 1, 2, 2 },
1672 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001673 .needs_tvaudio = 0,
1674 .tuner_type = TUNER_PHILIPS_PAL,
1675 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001676 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001677 .pll = PLL_28,
1678 .has_radio = 1,
1679 },
1680
1681 /* ---- card 0x4c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001682 [BTTV_BOARD_WINDVR] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001683 /* Masaki Suzuki <masaki@btree.org> */
1684 .name = "Canopus WinDVR PCI (COMPAQ Presario 3524JP, 5112JP)",
1685 .video_inputs = 3,
1686 .audio_inputs = 1,
1687 .tuner = 0,
1688 .svhs = 2,
1689 .gpiomask = 0x140007,
1690 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001691 .gpiomux = { 0, 1, 2, 3 },
1692 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001693 .tuner_type = TUNER_PHILIPS_NTSC,
1694 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001695 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001696 .audio_hook = windvr_audio,
1697 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001698 [BTTV_BOARD_GRANDTEC_MULTI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001699 .name = "GrandTec Multi Capture Card (Bt878)",
1700 .video_inputs = 4,
1701 .audio_inputs = 0,
1702 .tuner = -1,
1703 .svhs = -1,
1704 .gpiomask = 0,
1705 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001706 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001707 .needs_tvaudio = 0,
1708 .no_msp34xx = 1,
1709 .pll = PLL_28,
1710 .tuner_type = -1,
1711 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001712 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001713 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001714 [BTTV_BOARD_KWORLD] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001715 .name = "Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF",
1716 .video_inputs = 4,
1717 .audio_inputs = 3,
1718 .tuner = 0,
1719 .svhs = 2,
1720 .gpiomask = 7,
1721 .muxsel = { 2, 3, 1, 1 }, /* Tuner, SVid, SVHS, SVid to SVHS connector */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001722 .gpiomux = { 0, 0, 4, 4 },/* Yes, this tuner uses the same audio output for TV and FM radio!
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001723 * This card lacks external Audio In, so we mute it on Ext. & Int.
1724 * The PCB can take a sbx1637/sbx1673, wiring unknown.
1725 * This card lacks PCI subsystem ID, sigh.
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001726 * gpiomux =1: lower volume, 2+3: mute
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001727 * btwincap uses 0x80000/0x80003
1728 */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001729 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001730 .needs_tvaudio = 0,
1731 .no_msp34xx = 1,
1732 .pll = PLL_28,
1733 .tuner_type = 5,
1734 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001735 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001736 /* Samsung TCPA9095PC27A (BG+DK), philips compatible, w/FM, stereo and
1737 radio signal strength indicators work fine. */
1738 .has_radio = 1,
1739 /* GPIO Info:
1740 GPIO0,1: HEF4052 A0,A1
1741 GPIO2: HEF4052 nENABLE
1742 GPIO3-7: n.c.
1743 GPIO8-13: IRDC357 data0-5 (data6 n.c. ?) [chip not present on my card]
1744 GPIO14,15: ??
1745 GPIO16-21: n.c.
1746 GPIO22,23: ??
1747 ?? : mtu8b56ep microcontroller for IR (GPIO wiring unknown)*/
1748 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001749 [BTTV_BOARD_DSP_TCVIDEO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001750 /* Arthur Tetzlaff-Deas, DSP Design Ltd <software@dspdesign.com> */
1751 .name = "DSP Design TCVIDEO",
1752 .video_inputs = 4,
1753 .svhs = -1,
Michael Krufkybc286362006-01-11 19:40:17 -02001754 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001755 .pll = PLL_28,
1756 .tuner_type = -1,
1757 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001758 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001759 },
1760
1761 /* ---- card 0x50 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001762 [BTTV_BOARD_HAUPPAUGEPVR] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001763 .name = "Hauppauge WinTV PVR",
1764 .video_inputs = 4,
1765 .audio_inputs = 1,
1766 .tuner = 0,
1767 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02001768 .muxsel = { 2, 0, 1, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001769 .needs_tvaudio = 1,
1770 .pll = PLL_28,
1771 .tuner_type = -1,
1772 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001773 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001774
1775 .gpiomask = 7,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001776 .gpiomux = {7},
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001777 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001778 [BTTV_BOARD_GVBCTV5PCI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001779 .name = "IODATA GV-BCTV5/PCI",
1780 .video_inputs = 3,
1781 .audio_inputs = 1,
1782 .tuner = 0,
1783 .svhs = 2,
1784 .gpiomask = 0x0f0f80,
Michael Krufkybc286362006-01-11 19:40:17 -02001785 .muxsel = {2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03001786 .gpiomux = {0x030000, 0x010000, 0, 0 },
1787 .gpiomute = 0x020000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001788 .no_msp34xx = 1,
1789 .pll = PLL_28,
1790 .tuner_type = TUNER_PHILIPS_NTSC_M,
1791 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001792 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001793 .audio_hook = gvbctv5pci_audio,
1794 .has_radio = 1,
1795 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001796 [BTTV_BOARD_OSPREY1x0] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001797 .name = "Osprey 100/150 (878)", /* 0x1(2|3)-45C6-C1 */
1798 .video_inputs = 4, /* id-inputs-clock */
1799 .audio_inputs = 0,
1800 .tuner = -1,
1801 .svhs = 3,
1802 .muxsel = { 3, 2, 0, 1 },
1803 .pll = PLL_28,
1804 .tuner_type = -1,
1805 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001806 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001807 .no_msp34xx = 1,
1808 .no_tda9875 = 1,
1809 .no_tda7432 = 1,
1810 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001811 [BTTV_BOARD_OSPREY1x0_848] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001812 .name = "Osprey 100/150 (848)", /* 0x04-54C0-C1 & older boards */
1813 .video_inputs = 3,
1814 .audio_inputs = 0,
1815 .tuner = -1,
1816 .svhs = 2,
1817 .muxsel = { 2, 3, 1 },
1818 .pll = PLL_28,
1819 .tuner_type = -1,
1820 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001821 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001822 .no_msp34xx = 1,
1823 .no_tda9875 = 1,
1824 .no_tda7432 = 1,
1825 },
1826
1827 /* ---- card 0x54 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001828 [BTTV_BOARD_OSPREY101_848] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001829 .name = "Osprey 101 (848)", /* 0x05-40C0-C1 */
1830 .video_inputs = 2,
1831 .audio_inputs = 0,
1832 .tuner = -1,
1833 .svhs = 1,
1834 .muxsel = { 3, 1 },
1835 .pll = PLL_28,
1836 .tuner_type = -1,
1837 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001838 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001839 .no_msp34xx = 1,
1840 .no_tda9875 = 1,
1841 .no_tda7432 = 1,
1842 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001843 [BTTV_BOARD_OSPREY1x1] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001844 .name = "Osprey 101/151", /* 0x1(4|5)-0004-C4 */
1845 .video_inputs = 1,
1846 .audio_inputs = 0,
1847 .tuner = -1,
1848 .svhs = -1,
1849 .muxsel = { 0 },
1850 .pll = PLL_28,
1851 .tuner_type = -1,
1852 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001853 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001854 .no_msp34xx = 1,
1855 .no_tda9875 = 1,
1856 .no_tda7432 = 1,
1857 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001858 [BTTV_BOARD_OSPREY1x1_SVID] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001859 .name = "Osprey 101/151 w/ svid", /* 0x(16|17|20)-00C4-C1 */
1860 .video_inputs = 2,
1861 .audio_inputs = 0,
1862 .tuner = -1,
1863 .svhs = 1,
1864 .muxsel = { 0, 1 },
1865 .pll = PLL_28,
1866 .tuner_type = -1,
1867 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001868 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001869 .no_msp34xx = 1,
1870 .no_tda9875 = 1,
1871 .no_tda7432 = 1,
1872 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001873 [BTTV_BOARD_OSPREY2xx] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001874 .name = "Osprey 200/201/250/251", /* 0x1(8|9|E|F)-0004-C4 */
1875 .video_inputs = 1,
1876 .audio_inputs = 1,
1877 .tuner = -1,
1878 .svhs = -1,
1879 .muxsel = { 0 },
1880 .pll = PLL_28,
1881 .tuner_type = UNSET,
1882 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001883 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001884 .no_msp34xx = 1,
1885 .no_tda9875 = 1,
1886 .no_tda7432 = 1,
1887 },
1888
1889 /* ---- card 0x58 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001890 [BTTV_BOARD_OSPREY2x0_SVID] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001891 .name = "Osprey 200/250", /* 0x1(A|B)-00C4-C1 */
1892 .video_inputs = 2,
1893 .audio_inputs = 1,
1894 .tuner = -1,
1895 .svhs = 1,
1896 .muxsel = { 0, 1 },
1897 .pll = PLL_28,
1898 .tuner_type = UNSET,
1899 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001900 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001901 .no_msp34xx = 1,
1902 .no_tda9875 = 1,
1903 .no_tda7432 = 1,
1904 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001905 [BTTV_BOARD_OSPREY2x0] = {
Michael Krufky52398ef2006-05-26 02:13:15 -03001906 .name = "Osprey 210/220/230", /* 0x1(A|B)-04C0-C1 */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001907 .video_inputs = 2,
1908 .audio_inputs = 1,
1909 .tuner = -1,
1910 .svhs = 1,
1911 .muxsel = { 2, 3 },
1912 .pll = PLL_28,
1913 .tuner_type = UNSET,
1914 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001915 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001916 .no_msp34xx = 1,
1917 .no_tda9875 = 1,
1918 .no_tda7432 = 1,
1919 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001920 [BTTV_BOARD_OSPREY500] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001921 .name = "Osprey 500", /* 500 */
1922 .video_inputs = 2,
1923 .audio_inputs = 1,
1924 .tuner = -1,
1925 .svhs = 1,
1926 .muxsel = { 2, 3 },
1927 .pll = PLL_28,
1928 .tuner_type = -1,
1929 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001930 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001931 .no_msp34xx = 1,
1932 .no_tda9875 = 1,
1933 .no_tda7432 = 1,
1934 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001935 [BTTV_BOARD_OSPREY540] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001936 .name = "Osprey 540", /* 540 */
1937 .video_inputs = 4,
1938 .audio_inputs = 1,
1939 .tuner = -1,
1940 #if 0 /* TODO ... */
1941 .svhs = OSPREY540_SVID_ANALOG,
1942 .muxsel = { [OSPREY540_COMP_ANALOG] = 2,
1943 [OSPREY540_SVID_ANALOG] = 3, },
1944 #endif
1945 .pll = PLL_28,
1946 .tuner_type = -1,
1947 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001948 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001949 .no_msp34xx = 1,
1950 .no_tda9875 = 1,
1951 .no_tda7432 = 1,
1952 #if 0 /* TODO ... */
1953 .muxsel_hook = osprey_540_muxsel,
1954 .picture_hook = osprey_540_set_picture,
1955 #endif
1956 },
1957
1958 /* ---- card 0x5C ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001959 [BTTV_BOARD_OSPREY2000] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001960 .name = "Osprey 2000", /* 2000 */
1961 .video_inputs = 2,
1962 .audio_inputs = 1,
1963 .tuner = -1,
1964 .svhs = 1,
1965 .muxsel = { 2, 3 },
1966 .pll = PLL_28,
1967 .tuner_type = UNSET,
1968 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001969 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001970 .no_msp34xx = 1,
1971 .no_tda9875 = 1,
1972 .no_tda7432 = 1, /* must avoid, conflicts with the bt860 */
1973 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001974 [BTTV_BOARD_IDS_EAGLE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001975 /* M G Berberich <berberic@forwiss.uni-passau.de> */
1976 .name = "IDS Eagle",
1977 .video_inputs = 4,
1978 .audio_inputs = 0,
1979 .tuner = -1,
1980 .tuner_type = -1,
1981 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001982 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001983 .svhs = -1,
1984 .gpiomask = 0,
1985 .muxsel = { 0, 1, 2, 3 },
1986 .muxsel_hook = eagle_muxsel,
1987 .no_msp34xx = 1,
1988 .no_tda9875 = 1,
1989 .pll = PLL_28,
1990 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08001991 [BTTV_BOARD_PINNACLESAT] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08001992 .name = "Pinnacle PCTV Sat",
1993 .video_inputs = 2,
1994 .audio_inputs = 0,
1995 .svhs = 1,
1996 .tuner = -1,
1997 .tuner_type = -1,
1998 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08001999 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002000 .no_msp34xx = 1,
2001 .no_tda9875 = 1,
2002 .no_tda7432 = 1,
Michael Krufkybc286362006-01-11 19:40:17 -02002003 .muxsel = { 3, 0, 1, 2 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002004 .pll = PLL_28,
2005 .no_gpioirq = 1,
2006 .has_dvb = 1,
2007 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002008 [BTTV_BOARD_FORMAC_PROTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002009 .name = "Formac ProTV II (bt878)",
2010 .video_inputs = 4,
2011 .audio_inputs = 1,
2012 .tuner = 0,
2013 .svhs = 3,
2014 .gpiomask = 2,
2015 /* TV, Comp1, Composite over SVID con, SVID */
Michael Krufkybc286362006-01-11 19:40:17 -02002016 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002017 .gpiomux = { 2, 2, 0, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002018 .pll = PLL_28,
2019 .has_radio = 1,
2020 .tuner_type = TUNER_PHILIPS_PAL,
2021 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002022 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002023 /* sound routing:
2024 GPIO=0x00,0x01,0x03: mute (?)
2025 0x02: both TV and radio (tuner: FM1216/I)
2026 The card has onboard audio connectors labeled "cdrom" and "board",
2027 not soldered here, though unknown wiring.
2028 Card lacks: external audio in, pci subsystem id.
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07002029 */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002030 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002032 /* ---- card 0x60 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002033 [BTTV_BOARD_MACHTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002034 .name = "MachTV",
2035 .video_inputs = 3,
2036 .audio_inputs = 1,
2037 .tuner = 0,
2038 .svhs = -1,
2039 .gpiomask = 7,
2040 .muxsel = { 2, 3, 1, 1},
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002041 .gpiomux = { 0, 1, 2, 3},
2042 .gpiomute = 4,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002043 .needs_tvaudio = 1,
2044 .tuner_type = 5,
2045 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002046 .radio_addr = ADDR_UNSET,
Michael Krufkycf583ac2005-11-08 21:37:03 -08002047 .pll = PLL_28,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002048 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002049 [BTTV_BOARD_EURESYS_PICOLO] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002050 .name = "Euresys Picolo",
2051 .video_inputs = 3,
2052 .audio_inputs = 0,
2053 .tuner = -1,
2054 .svhs = 2,
2055 .gpiomask = 0,
2056 .no_msp34xx = 1,
2057 .no_tda9875 = 1,
2058 .no_tda7432 = 1,
2059 .muxsel = { 2, 0, 1},
2060 .pll = PLL_28,
2061 .tuner_type = UNSET,
2062 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002063 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002064 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002065 [BTTV_BOARD_PV150] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002066 /* Luc Van Hoeylandt <luc@e-magic.be> */
2067 .name = "ProVideo PV150", /* 0x4f */
2068 .video_inputs = 2,
2069 .audio_inputs = 0,
2070 .tuner = -1,
2071 .svhs = -1,
2072 .gpiomask = 0,
2073 .muxsel = { 2, 3 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002074 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002075 .needs_tvaudio = 0,
2076 .no_msp34xx = 1,
2077 .pll = PLL_28,
2078 .tuner_type = UNSET,
2079 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002080 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002081 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002082 [BTTV_BOARD_AD_TVK503] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002083 /* Hiroshi Takekawa <sian@big.or.jp> */
2084 /* This card lacks subsystem ID */
2085 .name = "AD-TVK503", /* 0x63 */
2086 .video_inputs = 4,
2087 .audio_inputs = 1,
2088 .tuner = 0,
2089 .svhs = 2,
2090 .gpiomask = 0x001e8007,
2091 .muxsel = { 2, 3, 1, 0 },
2092 /* Tuner, Radio, external, internal, off, on */
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002093 .gpiomux = { 0x08, 0x0f, 0x0a, 0x08 },
2094 .gpiomute = 0x0f,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002095 .needs_tvaudio = 0,
2096 .no_msp34xx = 1,
2097 .pll = PLL_28,
2098 .tuner_type = 2,
2099 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002100 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002101 .audio_hook = adtvk503_audio,
2102 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002104 /* ---- card 0x64 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002105 [BTTV_BOARD_HERCULES_SM_TV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002106 .name = "Hercules Smart TV Stereo",
2107 .video_inputs = 4,
2108 .audio_inputs = 1,
2109 .tuner = 0,
2110 .svhs = 2,
2111 .gpiomask = 0x00,
2112 .muxsel = { 2, 3, 1, 1 },
2113 .needs_tvaudio = 1,
2114 .no_msp34xx = 1,
2115 .pll = PLL_28,
2116 .tuner_type = 5,
2117 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002118 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002119 /* Notes:
2120 - card lacks subsystem ID
2121 - stereo variant w/ daughter board with tda9874a @0xb0
2122 - Audio Routing:
2123 always from tda9874 independent of GPIO (?)
2124 external line in: unknown
2125 - Other chips: em78p156elp @ 0x96 (probably IR remote control)
2126 hef4053 (instead 4052) for unknown function
2127 */
2128 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002129 [BTTV_BOARD_PACETV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002130 .name = "Pace TV & Radio Card",
2131 .video_inputs = 4,
2132 .audio_inputs = 1,
2133 .tuner = 0,
2134 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02002135 .muxsel = { 2, 3, 1, 1 }, /* Tuner, CVid, SVid, CVid over SVid connector */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002136 .gpiomask = 0,
2137 .no_tda9875 = 1,
2138 .no_tda7432 = 1,
2139 .tuner_type = 1,
2140 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002141 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002142 .has_radio = 1,
2143 .pll = PLL_28,
2144 /* Bt878, Bt832, FI1246 tuner; no pci subsystem id
2145 only internal line out: (4pin header) RGGL
2146 Radio must be decoded by msp3410d (not routed through)*/
2147 /*
2148 .digital_mode = DIGITAL_MODE_CAMERA, todo!
2149 */
2150 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002151 [BTTV_BOARD_IVC200] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002152 /* Chris Willing <chris@vislab.usyd.edu.au> */
2153 .name = "IVC-200",
2154 .video_inputs = 1,
2155 .audio_inputs = 0,
2156 .tuner = -1,
2157 .tuner_type = -1,
2158 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002159 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002160 .svhs = -1,
2161 .gpiomask = 0xdf,
2162 .muxsel = { 2 },
2163 .pll = PLL_28,
2164 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002165 [BTTV_BOARD_XGUARD] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002166 .name = "Grand X-Guard / Trust 814PCI",
2167 .video_inputs = 16,
2168 .audio_inputs = 0,
2169 .tuner = -1,
2170 .svhs = -1,
2171 .tuner_type = 4,
2172 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002173 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002174 .gpiomask2 = 0xff,
2175 .muxsel = { 2,2,2,2, 3,3,3,3, 1,1,1,1, 0,0,0,0 },
2176 .muxsel_hook = xguard_muxsel,
2177 .no_msp34xx = 1,
2178 .no_tda9875 = 1,
2179 .no_tda7432 = 1,
2180 .pll = PLL_28,
2181 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002183 /* ---- card 0x68 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002184 [BTTV_BOARD_NEBULA_DIGITV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002185 .name = "Nebula Electronics DigiTV",
2186 .video_inputs = 1,
2187 .tuner = -1,
2188 .svhs = -1,
Michael Krufkybc286362006-01-11 19:40:17 -02002189 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002190 .no_msp34xx = 1,
2191 .no_tda9875 = 1,
2192 .no_tda7432 = 1,
2193 .pll = PLL_28,
2194 .tuner_type = -1,
2195 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002196 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002197 .has_dvb = 1,
Mark Weaver6c6c0b22005-11-13 16:07:52 -08002198 .has_remote = 1,
2199 .gpiomask = 0x1b,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002200 .no_gpioirq = 1,
2201 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002202 [BTTV_BOARD_PV143] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002203 /* Jorge Boncompte - DTI2 <jorge@dti2.net> */
2204 .name = "ProVideo PV143",
2205 .video_inputs = 4,
2206 .audio_inputs = 0,
2207 .tuner = -1,
2208 .svhs = -1,
2209 .gpiomask = 0,
2210 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002211 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002212 .needs_tvaudio = 0,
2213 .no_msp34xx = 1,
2214 .pll = PLL_28,
2215 .tuner_type = -1,
2216 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002217 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002218 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002219 [BTTV_BOARD_VD009X1_MINIDIN] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002220 /* M.Klahr@phytec.de */
2221 .name = "PHYTEC VD-009-X1 MiniDIN (bt878)",
2222 .video_inputs = 4,
2223 .audio_inputs = 0,
2224 .tuner = -1, /* card has no tuner */
2225 .svhs = 3,
2226 .gpiomask = 0x00,
Michael Krufkybc286362006-01-11 19:40:17 -02002227 .muxsel = { 2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002228 .gpiomux = { 0, 0, 0, 0 }, /* card has no audio */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002229 .needs_tvaudio = 1,
2230 .pll = PLL_28,
2231 .tuner_type = -1,
2232 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002233 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002234 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002235 [BTTV_BOARD_VD009X1_COMBI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002236 .name = "PHYTEC VD-009-X1 Combi (bt878)",
2237 .video_inputs = 4,
2238 .audio_inputs = 0,
2239 .tuner = -1, /* card has no tuner */
2240 .svhs = 3,
2241 .gpiomask = 0x00,
Michael Krufkybc286362006-01-11 19:40:17 -02002242 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002243 .gpiomux = { 0, 0, 0, 0 }, /* card has no audio */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002244 .needs_tvaudio = 1,
2245 .pll = PLL_28,
2246 .tuner_type = -1,
2247 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002248 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002249 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002251 /* ---- card 0x6c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002252 [BTTV_BOARD_VD009_MINIDIN] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002253 .name = "PHYTEC VD-009 MiniDIN (bt878)",
2254 .video_inputs = 10,
2255 .audio_inputs = 0,
2256 .tuner = -1, /* card has no tuner */
2257 .svhs = 9,
2258 .gpiomask = 0x00,
2259 .gpiomask2 = 0x03, /* gpiomask2 defines the bits used to switch audio
2260 via the upper nibble of muxsel. here: used for
2261 xternal video-mux */
2262 .muxsel = { 0x02, 0x12, 0x22, 0x32, 0x03, 0x13, 0x23, 0x33, 0x01, 0x00 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002263 .gpiomux = { 0, 0, 0, 0 }, /* card has no audio */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002264 .needs_tvaudio = 1,
2265 .pll = PLL_28,
2266 .tuner_type = -1,
2267 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002268 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002269 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002270 [BTTV_BOARD_VD009_COMBI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002271 .name = "PHYTEC VD-009 Combi (bt878)",
2272 .video_inputs = 10,
2273 .audio_inputs = 0,
2274 .tuner = -1, /* card has no tuner */
2275 .svhs = 9,
2276 .gpiomask = 0x00,
2277 .gpiomask2 = 0x03, /* gpiomask2 defines the bits used to switch audio
2278 via the upper nibble of muxsel. here: used for
2279 xternal video-mux */
2280 .muxsel = { 0x02, 0x12, 0x22, 0x32, 0x03, 0x13, 0x23, 0x33, 0x01, 0x01 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002281 .gpiomux = { 0, 0, 0, 0 }, /* card has no audio */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002282 .needs_tvaudio = 1,
2283 .pll = PLL_28,
2284 .tuner_type = -1,
2285 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002286 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002287 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002288 [BTTV_BOARD_IVC100] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002289 .name = "IVC-100",
2290 .video_inputs = 4,
2291 .audio_inputs = 0,
2292 .tuner = -1,
2293 .tuner_type = -1,
2294 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002295 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002296 .svhs = -1,
2297 .gpiomask = 0xdf,
2298 .muxsel = { 2, 3, 1, 0 },
2299 .pll = PLL_28,
2300 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002301 [BTTV_BOARD_IVC120] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002302 /* IVC-120G - Alan Garfield <alan@fromorbit.com> */
2303 .name = "IVC-120G",
2304 .video_inputs = 16,
2305 .audio_inputs = 0, /* card has no audio */
2306 .tuner = -1, /* card has no tuner */
2307 .tuner_type = -1,
2308 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002309 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002310 .svhs = -1, /* card has no svhs */
2311 .needs_tvaudio = 0,
2312 .no_msp34xx = 1,
2313 .no_tda9875 = 1,
2314 .no_tda7432 = 1,
2315 .gpiomask = 0x00,
2316 .muxsel = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
2317 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10 },
2318 .muxsel_hook = ivc120_muxsel,
2319 .pll = PLL_28,
2320 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002322 /* ---- card 0x70 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002323 [BTTV_BOARD_PC_HDTV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002324 .name = "pcHDTV HD-2000 TV",
2325 .video_inputs = 4,
2326 .audio_inputs = 1,
2327 .tuner = 0,
2328 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02002329 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002330 .tuner_type = TUNER_PHILIPS_ATSC,
2331 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002332 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002333 .has_dvb = 1,
2334 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002335 [BTTV_BOARD_TWINHAN_DST] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002336 .name = "Twinhan DST + clones",
2337 .no_msp34xx = 1,
2338 .no_tda9875 = 1,
2339 .no_tda7432 = 1,
2340 .tuner_type = TUNER_ABSENT,
2341 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002342 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002343 .no_video = 1,
2344 .has_dvb = 1,
2345 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002346 [BTTV_BOARD_WINFASTVC100] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002347 .name = "Winfast VC100",
2348 .video_inputs = 3,
2349 .audio_inputs = 0,
2350 .svhs = 1,
2351 .tuner = -1,
Michael Krufkybc286362006-01-11 19:40:17 -02002352 .muxsel = { 3, 1, 1, 3 }, /* Vid In, SVid In, Vid over SVid in connector */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002353 .no_msp34xx = 1,
2354 .no_tda9875 = 1,
2355 .no_tda7432 = 1,
2356 .tuner_type = TUNER_ABSENT,
2357 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002358 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002359 .pll = PLL_28,
2360 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002361 [BTTV_BOARD_TEV560] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002362 .name = "Teppro TEV-560/InterVision IV-560",
2363 .video_inputs = 3,
2364 .audio_inputs = 1,
2365 .tuner = 0,
2366 .svhs = 2,
2367 .gpiomask = 3,
Michael Krufkybc286362006-01-11 19:40:17 -02002368 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002369 .gpiomux = { 1, 1, 1, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002370 .needs_tvaudio = 1,
2371 .tuner_type = TUNER_PHILIPS_PAL,
2372 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002373 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002374 .pll = PLL_35,
2375 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002377 /* ---- card 0x74 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002378 [BTTV_BOARD_SIMUS_GVC1100] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002379 .name = "SIMUS GVC1100",
2380 .video_inputs = 4,
2381 .audio_inputs = 0,
2382 .tuner = -1,
2383 .svhs = -1,
2384 .tuner_type = -1,
2385 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002386 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002387 .pll = PLL_28,
Michael Krufkybc286362006-01-11 19:40:17 -02002388 .muxsel = { 2, 2, 2, 2 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002389 .gpiomask = 0x3F,
2390 .muxsel_hook = gvc1100_muxsel,
2391 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002392 [BTTV_BOARD_NGSTV_PLUS] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002393 /* Carlos Silva r3pek@r3pek.homelinux.org || card 0x75 */
2394 .name = "NGS NGSTV+",
2395 .video_inputs = 3,
2396 .tuner = 0,
2397 .svhs = 2,
2398 .gpiomask = 0x008007,
Michael Krufkybc286362006-01-11 19:40:17 -02002399 .muxsel = { 2, 3, 0, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002400 .gpiomux = { 0, 0, 0, 0 },
2401 .gpiomute = 0x000003,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002402 .pll = PLL_28,
2403 .tuner_type = TUNER_PHILIPS_PAL,
2404 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002405 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002406 .has_remote = 1,
2407 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002408 [BTTV_BOARD_LMLBT4] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002409 /* http://linuxmedialabs.com */
2410 .name = "LMLBT4",
2411 .video_inputs = 4, /* IN1,IN2,IN3,IN4 */
2412 .audio_inputs = 0,
2413 .tuner = -1,
2414 .svhs = -1,
2415 .muxsel = { 2, 3, 1, 0 },
2416 .no_msp34xx = 1,
2417 .no_tda9875 = 1,
2418 .no_tda7432 = 1,
2419 .needs_tvaudio = 0,
2420 .tuner_type = -1,
2421 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002422 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002423 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002424 [BTTV_BOARD_TEKRAM_M205] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002425 /* Helmroos Harri <harri.helmroos@pp.inet.fi> */
2426 .name = "Tekram M205 PRO",
2427 .video_inputs = 3,
2428 .audio_inputs = 1,
2429 .tuner = 0,
2430 .tuner_type = TUNER_PHILIPS_PAL,
2431 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002432 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002433 .svhs = 2,
2434 .needs_tvaudio = 0,
2435 .gpiomask = 0x68,
Michael Krufkybc286362006-01-11 19:40:17 -02002436 .muxsel = { 2, 3, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002437 .gpiomux = { 0x68, 0x68, 0x61, 0x61 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002438 .pll = PLL_28,
2439 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002441 /* ---- card 0x78 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002442 [BTTV_BOARD_CONTVFMI] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002443 /* Javier Cendan Ares <jcendan@lycos.es> */
2444 /* bt878 TV + FM without subsystem ID */
2445 .name = "Conceptronic CONTVFMi",
2446 .video_inputs = 3,
2447 .audio_inputs = 1,
2448 .tuner = 0,
2449 .svhs = 2,
2450 .gpiomask = 0x008007,
2451 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002452 .gpiomux = { 0, 1, 2, 2 },
2453 .gpiomute = 3,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002454 .needs_tvaudio = 0,
2455 .pll = PLL_28,
2456 .tuner_type = TUNER_PHILIPS_PAL,
2457 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002458 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002459 .has_remote = 1,
2460 .has_radio = 1,
2461 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002462 [BTTV_BOARD_PICOLO_TETRA_CHIP] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002463 /*Eric DEBIEF <debief@telemsa.com>*/
2464 /*EURESYS Picolo Tetra : 4 Conexant Fusion 878A, no audio, video input set with analog multiplexers GPIO controled*/
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002465 /* adds picolo_tetra_muxsel(), picolo_tetra_init(), the folowing declaration strucure, and #define BTTV_BOARD_PICOLO_TETRA_CHIP*/
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002466 /*0x79 in bttv.h*/
2467 .name = "Euresys Picolo Tetra",
2468 .video_inputs = 4,
2469 .audio_inputs = 0,
2470 .tuner = -1,
2471 .svhs = -1,
2472 .gpiomask = 0,
2473 .gpiomask2 = 0x3C<<16,/*Set the GPIO[18]->GPIO[21] as output pin.==> drive the video inputs through analog multiplexers*/
2474 .no_msp34xx = 1,
2475 .no_tda9875 = 1,
2476 .no_tda7432 = 1,
2477 .muxsel = {2,2,2,2},/*878A input is always MUX0, see above.*/
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002478 .gpiomux = { 0, 0, 0, 0 }, /* card has no audio */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002479 .pll = PLL_28,
2480 .needs_tvaudio = 0,
2481 .muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection policy*/
2482 .tuner_type = -1,
2483 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002484 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002485 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002486 [BTTV_BOARD_SPIRIT_TV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002487 /* Spirit TV Tuner from http://spiritmodems.com.au */
2488 /* Stafford Goodsell <surge@goliath.homeunix.org> */
2489 .name = "Spirit TV Tuner",
2490 .video_inputs = 3,
2491 .audio_inputs = 1,
2492 .tuner = 0,
2493 .svhs = 2,
2494 .gpiomask = 0x0000000f,
2495 .muxsel = { 2, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002496 .gpiomux = { 0x02, 0x00, 0x00, 0x00 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002497 .tuner_type = TUNER_TEMIC_PAL,
2498 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002499 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002500 .no_msp34xx = 1,
2501 .no_tda9875 = 1,
2502 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002503 [BTTV_BOARD_AVDVBT_771] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002504 /* Wolfram Joost <wojo@frokaschwei.de> */
2505 .name = "AVerMedia AVerTV DVB-T 771",
2506 .video_inputs = 2,
2507 .svhs = 1,
2508 .tuner = -1,
2509 .tuner_type = TUNER_ABSENT,
2510 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002511 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002512 .muxsel = { 3 , 3 },
2513 .no_msp34xx = 1,
2514 .no_tda9875 = 1,
2515 .no_tda7432 = 1,
2516 .pll = PLL_28,
2517 .has_dvb = 1,
2518 .no_gpioirq = 1,
2519 .has_remote = 1,
2520 },
2521 /* ---- card 0x7c ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002522 [BTTV_BOARD_AVDVBT_761] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002523 /* Matt Jesson <dvb@jesson.eclipse.co.uk> */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002524 /* Based on the Nebula card data - added remote and new card number - BTTV_BOARD_AVDVBT_761, see also ir-kbd-gpio.c */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002525 .name = "AverMedia AverTV DVB-T 761",
2526 .video_inputs = 2,
2527 .tuner = -1,
2528 .svhs = 1,
Michael Krufkybc286362006-01-11 19:40:17 -02002529 .muxsel = { 3, 1, 2, 0 }, /* Comp0, S-Video, ?, ? */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002530 .no_msp34xx = 1,
2531 .no_tda9875 = 1,
2532 .no_tda7432 = 1,
2533 .pll = PLL_28,
2534 .tuner_type = -1,
2535 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002536 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002537 .has_dvb = 1,
2538 .no_gpioirq = 1,
2539 .has_remote = 1,
2540 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002541 [BTTV_BOARD_MATRIX_VISIONSQ] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002542 /* andre.schwarz@matrix-vision.de */
2543 .name = "MATRIX Vision Sigma-SQ",
2544 .video_inputs = 16,
2545 .audio_inputs = 0,
2546 .tuner = -1,
2547 .svhs = -1,
2548 .gpiomask = 0x0,
2549 .muxsel = { 2, 2, 2, 2, 2, 2, 2, 2,
2550 3, 3, 3, 3, 3, 3, 3, 3 },
2551 .muxsel_hook = sigmaSQ_muxsel,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002552 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002553 .no_msp34xx = 1,
2554 .pll = PLL_28,
2555 .tuner_type = -1,
2556 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002557 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002558 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002559 [BTTV_BOARD_MATRIX_VISIONSLC] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002560 /* andre.schwarz@matrix-vision.de */
2561 .name = "MATRIX Vision Sigma-SLC",
2562 .video_inputs = 4,
2563 .audio_inputs = 0,
2564 .tuner = -1,
2565 .svhs = -1,
2566 .gpiomask = 0x0,
2567 .muxsel = { 2, 2, 2, 2 },
2568 .muxsel_hook = sigmaSLC_muxsel,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002569 .gpiomux = { 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002570 .no_msp34xx = 1,
2571 .pll = PLL_28,
2572 .tuner_type = -1,
2573 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002574 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002575 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002576 /* BTTV_BOARD_APAC_VIEWCOMP */
2577 [BTTV_BOARD_APAC_VIEWCOMP] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002578 /* Attila Kondoros <attila.kondoros@chello.hu> */
2579 /* bt878 TV + FM 0x00000000 subsystem ID */
2580 .name = "APAC Viewcomp 878(AMAX)",
2581 .video_inputs = 2,
2582 .audio_inputs = 1,
2583 .tuner = 0,
2584 .svhs = -1,
2585 .gpiomask = 0xFF,
Michael Krufkybc286362006-01-11 19:40:17 -02002586 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002587 .gpiomux = { 2, 0, 0, 0 },
2588 .gpiomute = 10,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002589 .needs_tvaudio = 0,
2590 .pll = PLL_28,
2591 .tuner_type = TUNER_PHILIPS_PAL,
2592 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002593 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002594 .has_remote = 1, /* miniremote works, see ir-kbd-gpio.c */
2595 .has_radio = 1, /* not every card has radio */
2596 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002598 /* ---- card 0x80 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002599 [BTTV_BOARD_DVICO_DVBT_LITE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002600 /* Chris Pascoe <c.pascoe@itee.uq.edu.au> */
2601 .name = "DViCO FusionHDTV DVB-T Lite",
2602 .tuner = -1,
2603 .no_msp34xx = 1,
2604 .no_tda9875 = 1,
2605 .no_tda7432 = 1,
2606 .pll = PLL_28,
2607 .no_video = 1,
2608 .has_dvb = 1,
2609 .tuner_type = -1,
2610 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002611 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002612 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002613 [BTTV_BOARD_VGEAR_MYVCD] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002614 /* Steven <photon38@pchome.com.tw> */
2615 .name = "V-Gear MyVCD",
2616 .video_inputs = 3,
2617 .audio_inputs = 1,
2618 .tuner = 0,
2619 .svhs = 2,
2620 .gpiomask = 0x3f,
Michael Krufkybc286362006-01-11 19:40:17 -02002621 .muxsel = {2, 3, 1, 0 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002622 .gpiomux = {0x31, 0x31, 0x31, 0x31 },
2623 .gpiomute = 0x31,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002624 .no_msp34xx = 1,
2625 .pll = PLL_28,
2626 .tuner_type = TUNER_PHILIPS_NTSC_M,
2627 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002628 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002629 .has_radio = 0,
2630 #if 0
2631 .has_remote = 1,
2632 #endif
2633 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002634 [BTTV_BOARD_SUPER_TV] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002635 /* Rick C <cryptdragoon@gmail.com> */
2636 .name = "Super TV Tuner",
2637 .video_inputs = 4,
2638 .audio_inputs = 1,
2639 .tuner = 0,
2640 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02002641 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002642 .tuner_type = TUNER_PHILIPS_NTSC,
2643 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002644 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002645 .gpiomask = 0x008007,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002646 .gpiomux = { 0, 0x000001,0,0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002647 .needs_tvaudio = 1,
2648 .has_radio = 1,
2649 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002650 [BTTV_BOARD_TIBET_CS16] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002651 /* Chris Fanning <video4linux@haydon.net> */
2652 .name = "Tibet Systems 'Progress DVR' CS16",
2653 .video_inputs = 16,
2654 .audio_inputs = 0,
2655 .tuner = -1,
2656 .svhs = -1,
2657 .muxsel = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 },
2658 .pll = PLL_28,
2659 .no_msp34xx = 1,
2660 .no_tda9875 = 1,
2661 .no_tda7432 = 1,
2662 .tuner_type = -1,
2663 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002664 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002665 .muxsel_hook = tibetCS16_muxsel,
2666 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002667 [BTTV_BOARD_KODICOM_4400R] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002668 /* Bill Brack <wbrack@mmm.com.hk> */
2669 /*
2670 * Note that, because of the card's wiring, the "master"
2671 * BT878A chip (i.e. the one which controls the analog switch
2672 * and must use this card type) is the 2nd one detected. The
2673 * other 3 chips should use card type 0x85, whose description
2674 * follows this one. There is a EEPROM on the card (which is
2675 * connected to the I2C of one of those other chips), but is
2676 * not currently handled. There is also a facility for a
2677 * "monitor", which is also not currently implemented.
2678 */
2679 .name = "Kodicom 4400R (master)",
2680 .video_inputs = 16,
2681 .audio_inputs = 0,
2682 .tuner = -1,
2683 .tuner_type = -1,
2684 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002685 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002686 .svhs = -1,
2687 /* GPIO bits 0-9 used for analog switch:
2688 * 00 - 03: camera selector
2689 * 04 - 06: channel (controller) selector
2690 * 07: data (1->on, 0->off)
2691 * 08: strobe
2692 * 09: reset
2693 * bit 16 is input from sync separator for the channel
2694 */
2695 .gpiomask = 0x0003ff,
2696 .no_gpioirq = 1,
2697 .muxsel = { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
2698 .pll = PLL_28,
2699 .no_msp34xx = 1,
2700 .no_tda7432 = 1,
2701 .no_tda9875 = 1,
2702 .muxsel_hook = kodicom4400r_muxsel,
2703 },
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002704 [BTTV_BOARD_KODICOM_4400R_SL] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002705 /* Bill Brack <wbrack@mmm.com.hk> */
2706 /* Note that, for reasons unknown, the "master" BT878A chip (i.e. the
2707 * one which controls the analog switch, and must use the card type)
2708 * is the 2nd one detected. The other 3 chips should use this card
2709 * type
2710 */
2711 .name = "Kodicom 4400R (slave)",
2712 .video_inputs = 16,
2713 .audio_inputs = 0,
2714 .tuner = -1,
2715 .tuner_type = -1,
2716 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002717 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002718 .svhs = -1,
2719 .gpiomask = 0x010000,
2720 .no_gpioirq = 1,
2721 .muxsel = { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
2722 .pll = PLL_28,
2723 .no_msp34xx = 1,
2724 .no_tda7432 = 1,
2725 .no_tda9875 = 1,
2726 .muxsel_hook = kodicom4400r_muxsel,
2727 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002728 /* ---- card 0x86---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002729 [BTTV_BOARD_ADLINK_RTV24] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002730 /* Michael Henson <mhenson@clarityvi.com> */
2731 /* Adlink RTV24 with special unlock codes */
2732 .name = "Adlink RTV24",
2733 .video_inputs = 4,
2734 .audio_inputs = 1,
2735 .tuner = 0,
2736 .svhs = 2,
Michael Krufkybc286362006-01-11 19:40:17 -02002737 .muxsel = { 2, 3, 1, 0 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002738 .tuner_type = -1,
2739 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002740 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002741 .pll = PLL_28,
2742 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002743 /* ---- card 0x87---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002744 [BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002745 /* Michael Krufky <mkrufky@m1k.net> */
2746 .name = "DViCO FusionHDTV 5 Lite",
2747 .tuner = 0,
Michael Krufky9c26c8b2006-04-27 01:29:17 -03002748 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002749 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002750 .radio_addr = ADDR_UNSET,
Michael Krufky4b017412005-11-08 21:37:06 -08002751 .video_inputs = 3,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002752 .audio_inputs = 1,
2753 .svhs = 2,
Michael Krufky4b017412005-11-08 21:37:06 -08002754 .muxsel = { 2, 3, 1 },
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002755 .gpiomask = 0x00e00007,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002756 .gpiomux = { 0x00400005, 0, 0x00000001, 0 },
2757 .gpiomute = 0x00c00007,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002758 .no_msp34xx = 1,
2759 .no_tda9875 = 1,
2760 .no_tda7432 = 1,
2761 .has_dvb = 1,
2762 },
2763 /* ---- card 0x88---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002764 [BTTV_BOARD_ACORP_Y878F] = {
Mauro Carvalho Chehab2e7c6dc2006-04-03 07:53:40 -03002765 /* Mauro Carvalho Chehab <mchehab@infradead.org> */
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002766 .name = "Acorp Y878F",
2767 .video_inputs = 3,
2768 .audio_inputs = 1,
2769 .tuner = 0,
2770 .svhs = 2,
2771 .gpiomask = 0x01fe00,
Michael Krufkybc286362006-01-11 19:40:17 -02002772 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002773 .gpiomux = { 0x001e00, 0, 0x018000, 0x014000 },
2774 .gpiomute = 0x002000,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002775 .needs_tvaudio = 1,
2776 .pll = PLL_28,
2777 .tuner_type = TUNER_YMEC_TVF66T5_B_DFF,
2778 .tuner_addr = 0xc1 >>1,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002779 .radio_addr = 0xc1 >>1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002780 .has_radio = 1,
2781 },
2782 /* ---- card 0x89 ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002783 [BTTV_BOARD_CONCEPTRONIC_CTVFMI2] = {
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002784 .name = "Conceptronic CTVFMi v2",
2785 .video_inputs = 3,
2786 .audio_inputs = 1,
2787 .tuner = 0,
2788 .svhs = 2,
2789 .gpiomask = 0x001c0007,
2790 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002791 .gpiomux = { 0, 1, 2, 2 },
2792 .gpiomute = 3,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002793 .needs_tvaudio = 0,
2794 .pll = PLL_28,
Ricardo Cerqueira24d41222005-11-08 21:38:21 -08002795 .tuner_type = TUNER_TENA_9533_DI,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002796 .tuner_addr = ADDR_UNSET,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002797 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002798 .has_remote = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002799 .has_radio = 1,
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08002800 },
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002801 /* ---- card 0x8a ---------------------------------- */
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08002802 [BTTV_BOARD_PV_BT878P_2E] = {
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002803 .name = "Prolink Pixelview PV-BT878P+ (Rev.2E)",
2804 .video_inputs = 5,
2805 .audio_inputs = 1,
2806 .tuner = 0,
2807 .svhs = 3,
2808 .gpiomask = 0x01fe00,
2809 .muxsel = { 2,3,1,1,-1 },
2810 .digital_mode = DIGITAL_MODE_CAMERA,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002811 .gpiomux = { 0x00400, 0x10400, 0x04400, 0x80000 },
2812 .gpiomute = 0x12400,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002813 .no_msp34xx = 1,
2814 .pll = PLL_28,
2815 .tuner_type = TUNER_LG_PAL_FM,
2816 .tuner_addr = ADDR_UNSET,
2817 .radio_addr = ADDR_UNSET,
2818 .has_remote = 1,
2819 },
2820 /* ---- card 0x8b ---------------------------------- */
2821 [BTTV_BOARD_PV_M4900] = {
2822 /* Sérgio Fortier <sergiofortier@yahoo.com.br> */
2823 .name = "Prolink PixelView PlayTV MPEG2 PV-M4900",
2824 .video_inputs = 3,
2825 .audio_inputs = 1,
2826 .tuner = 0,
2827 .svhs = 2,
2828 .gpiomask = 0x3f,
2829 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002830 .gpiomux = { 0x21, 0x20, 0x24, 0x2c },
2831 .gpiomute = 0x29,
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002832 .no_msp34xx = 1,
2833 .pll = PLL_28,
2834 .tuner_type = TUNER_YMEC_TVF_5533MF,
2835 .tuner_addr = ADDR_UNSET,
2836 .radio_addr = ADDR_UNSET,
2837 .has_radio = 1,
2838 .has_remote = 1,
Kenth Anderssonf718e6e2005-11-08 21:37:02 -08002839 },
Michael Krufkycf583ac2005-11-08 21:37:03 -08002840 /* ---- card 0x8c ---------------------------------- */
Kenth Anderssonf718e6e2005-11-08 21:37:02 -08002841 [BTTV_BOARD_OSPREY440] = {
2842 .name = "Osprey 440",
2843 .video_inputs = 1,
2844 .audio_inputs = 1,
2845 .tuner = -1,
2846 .svhs = 1,
2847 .muxsel = { 2 },
2848 .pll = PLL_28,
2849 .tuner_type = UNSET,
2850 .tuner_addr = ADDR_UNSET,
2851 .radio_addr = ADDR_UNSET,
2852 .no_msp34xx = 1,
2853 .no_tda9875 = 1,
2854 .no_tda7432 = 1,
2855 },
nshmyrev@yandex.ru71633c02005-11-08 21:37:38 -08002856 /* ---- card 0x8d ---------------------------------- */
2857 [BTTV_BOARD_ASOUND_SKYEYE] = {
2858 .name = "Asound Skyeye PCTV",
2859 .video_inputs = 3,
2860 .audio_inputs = 1,
2861 .tuner = 0,
2862 .svhs = 2,
2863 .gpiomask = 15,
Michael Krufkybc286362006-01-11 19:40:17 -02002864 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002865 .gpiomux = { 2, 0, 0, 0 },
2866 .gpiomute = 1,
nshmyrev@yandex.ru71633c02005-11-08 21:37:38 -08002867 .needs_tvaudio = 1,
2868 .pll = PLL_28,
2869 .tuner_type = 2,
2870 .tuner_addr = ADDR_UNSET,
2871 .radio_addr = ADDR_UNSET,
2872 },
Bill Pechter633323f2005-11-13 16:07:50 -08002873 /* ---- card 0x8e ---------------------------------- */
2874 [BTTV_BOARD_SABRENT_TVFM] = {
2875 .name = "Sabrent TV-FM (bttv version)",
2876 .video_inputs = 3,
2877 .audio_inputs = 1,
2878 .tuner = 0,
2879 .svhs = 2,
2880 .gpiomask = 0x108007,
Michael Krufkybc286362006-01-11 19:40:17 -02002881 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002882 .gpiomux = { 100000, 100002, 100002, 100000 },
Bill Pechter633323f2005-11-13 16:07:50 -08002883 .no_msp34xx = 1,
2884 .no_tda9875 = 1,
2885 .no_tda7432 = 1,
2886 .pll = PLL_28,
2887 .tuner_type = TUNER_TNF_5335MF,
2888 .tuner_addr = ADDR_UNSET,
2889 .has_radio = 1,
2890 },
Steven Tothcd1257d2006-01-09 15:25:01 -02002891 /* ---- card 0x8f ---------------------------------- */
2892 [BTTV_BOARD_HAUPPAUGE_IMPACTVCB] = {
2893 .name = "Hauppauge ImpactVCB (bt878)",
2894 .video_inputs = 4,
2895 .audio_inputs = 0,
2896 .tuner = -1,
2897 .svhs = -1,
2898 .gpiomask = 0x0f, /* old: 7 */
Michael Krufkybc286362006-01-11 19:40:17 -02002899 .muxsel = { 0, 1, 3, 2 }, /* Composite 0-3 */
Steven Tothcd1257d2006-01-09 15:25:01 -02002900 .no_msp34xx = 1,
2901 .no_tda9875 = 1,
2902 .no_tda7432 = 1,
2903 .tuner_type = -1,
2904 .tuner_addr = ADDR_UNSET,
2905 .radio_addr = ADDR_UNSET,
2906 },
Julian Calaby2d05ae62006-01-11 19:40:09 -02002907 [BTTV_BOARD_MACHTV_MAGICTV] = {
2908 /* Julian Calaby <julian.calaby@gmail.com>
2909 * Slightly different from original MachTV definition (0x60)
2910
2911 * FIXME: RegSpy says gpiomask should be "0x001c800f", but it
2912 * stuffs up remote chip. Bug is a pin on the jaecs is not set
2913 * properly (methinks) causing no keyup bits being set */
2914
2915 .name = "MagicTV", /* rebranded MachTV */
2916 .video_inputs = 3,
2917 .audio_inputs = 1,
2918 .tuner = 0,
2919 .svhs = 2,
2920 .gpiomask = 7,
2921 .muxsel = { 2, 3, 1, 1 },
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002922 .gpiomux = { 0, 1, 2, 3 },
2923 .gpiomute = 4,
Julian Calaby2d05ae62006-01-11 19:40:09 -02002924 .tuner_type = TUNER_TEMIC_4009FR5_PAL,
2925 .tuner_addr = ADDR_UNSET,
2926 .radio_addr = ADDR_UNSET,
2927 .pll = PLL_28,
2928 .has_radio = 1,
2929 .has_remote = 1,
2930 },
Mauro Carvalho Chehab10c2c8b2005-11-08 21:36:56 -08002931};
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932
2933static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
2934
2935/* ----------------------------------------------------------------------- */
2936
2937static unsigned char eeprom_data[256];
2938
2939/*
2940 * identify card
2941 */
2942void __devinit bttv_idcard(struct bttv *btv)
2943{
2944 unsigned int gpiobits;
2945 int i,type;
2946 unsigned short tmp;
2947
2948 /* read PCI subsystem ID */
2949 pci_read_config_word(btv->c.pci, PCI_SUBSYSTEM_ID, &tmp);
2950 btv->cardid = tmp << 16;
2951 pci_read_config_word(btv->c.pci, PCI_SUBSYSTEM_VENDOR_ID, &tmp);
2952 btv->cardid |= tmp;
2953
2954 if (0 != btv->cardid && 0xffffffff != btv->cardid) {
2955 /* look for the card */
2956 for (type = -1, i = 0; cards[i].id != 0; i++)
2957 if (cards[i].id == btv->cardid)
2958 type = i;
2959
2960 if (type != -1) {
2961 /* found it */
2962 printk(KERN_INFO "bttv%d: detected: %s [card=%d], "
2963 "PCI subsystem ID is %04x:%04x\n",
2964 btv->c.nr,cards[type].name,cards[type].cardnr,
2965 btv->cardid & 0xffff,
2966 (btv->cardid >> 16) & 0xffff);
2967 btv->c.type = cards[type].cardnr;
2968 } else {
2969 /* 404 */
2970 printk(KERN_INFO "bttv%d: subsystem: %04x:%04x (UNKNOWN)\n",
2971 btv->c.nr, btv->cardid & 0xffff,
2972 (btv->cardid >> 16) & 0xffff);
2973 printk(KERN_DEBUG "please mail id, board name and "
Michael Krufky2a2d8572005-11-08 21:37:24 -08002974 "the correct card= insmod option to video4linux-list@redhat.com\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 }
2976 }
2977
2978 /* let the user override the autodetected type */
2979 if (card[btv->c.nr] < bttv_num_tvcards)
2980 btv->c.type=card[btv->c.nr];
2981
2982 /* print which card config we are using */
2983 printk(KERN_INFO "bttv%d: using: %s [card=%d,%s]\n",btv->c.nr,
2984 bttv_tvcards[btv->c.type].name, btv->c.type,
2985 card[btv->c.nr] < bttv_num_tvcards
2986 ? "insmod option" : "autodetected");
2987
2988 /* overwrite gpio stuff ?? */
2989 if (UNSET == audioall && UNSET == audiomux[0])
2990 return;
2991
2992 if (UNSET != audiomux[0]) {
2993 gpiobits = 0;
Adrian Bunk68a26ae2006-04-28 10:48:41 -03002994 for (i = 0; i < 4; i++) {
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03002995 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 gpiobits |= audiomux[i];
2997 }
2998 } else {
2999 gpiobits = audioall;
Adrian Bunk68a26ae2006-04-28 10:48:41 -03003000 for (i = 0; i < 4; i++) {
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03003001 bttv_tvcards[btv->c.type].gpiomux[i] = audioall;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 }
3003 }
3004 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits;
3005 printk(KERN_INFO "bttv%d: gpio config override: mask=0x%x, mux=",
3006 btv->c.nr,bttv_tvcards[btv->c.type].gpiomask);
3007 for (i = 0; i < 5; i++) {
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03003008 printk("%s0x%x", i ? "," : "", bttv_tvcards[btv->c.type].gpiomux[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009 }
3010 printk("\n");
3011}
3012
3013/*
3014 * (most) board specific initialisations goes here
3015 */
3016
3017/* Some Modular Technology cards have an eeprom, but no subsystem ID */
Adrian Bunk943a4902005-12-01 00:51:35 -08003018static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019{
3020 int type = -1;
3021
3022 if (0 == strncmp(eeprom_data,"GET MM20xPCTV",13))
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003023 type = BTTV_BOARD_MODTEC_205;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024 else if (0 == strncmp(eeprom_data+20,"Picolo",7))
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003025 type = BTTV_BOARD_EURESYS_PICOLO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026 else if (eeprom_data[0] == 0x84 && eeprom_data[2]== 0)
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003027 type = BTTV_BOARD_HAUPPAUGE; /* old bt848 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028
3029 if (-1 != type) {
3030 btv->c.type = type;
3031 printk("bttv%d: detected by eeprom: %s [card=%d]\n",
3032 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type);
3033 }
3034}
3035
3036static void flyvideo_gpio(struct bttv *btv)
3037{
3038 int gpio,has_remote,has_radio,is_capture_only,is_lr90,has_tda9820_tda9821;
3039 int tuner=-1,ttype;
3040
3041 gpio_inout(0xffffff, 0);
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003042 udelay(8); /* without this we would see the 0x1800 mask */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043 gpio = gpio_read();
3044 /* FIXME: must restore OUR_EN ??? */
3045
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003046 /* all cards provide GPIO info, some have an additional eeprom
3047 * LR50: GPIO coding can be found lower right CP1 .. CP9
3048 * CP9=GPIO23 .. CP1=GPIO15; when OPEN, the corresponding GPIO reads 1.
3049 * GPIO14-12: n.c.
3050 * LR90: GP9=GPIO23 .. GP1=GPIO15 (right above the bt878)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003052 * lowest 3 bytes are remote control codes (no handshake needed)
3053 * xxxFFF: No remote control chip soldered
3054 * xxxF00(LR26/LR50), xxxFE0(LR90): Remote control chip (LVA001 or CF45) soldered
3055 * Note: Some bits are Audio_Mask !
3056 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057 ttype=(gpio&0x0f0000)>>16;
3058 switch(ttype) {
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003059 case 0x0: tuner=2; /* NTSC, e.g. TPI8NSR11P */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 break;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003061 case 0x2: tuner=39;/* LG NTSC (newer TAPC series) TAPC-H701P */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062 break;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003063 case 0x4: tuner=5; /* Philips PAL TPI8PSB02P, TPI8PSB12P, TPI8PSB12D or FI1216, FM1216 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 break;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003065 case 0x6: tuner=37;/* LG PAL (newer TAPC series) TAPC-G702P */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066 break;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003067 case 0xC: tuner=3; /* Philips SECAM(+PAL) FQ1216ME or FI1216MF */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 break;
3069 default:
3070 printk(KERN_INFO "bttv%d: FlyVideo_gpio: unknown tuner type.\n", btv->c.nr);
3071 }
3072
3073 has_remote = gpio & 0x800000;
3074 has_radio = gpio & 0x400000;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003075 /* unknown 0x200000;
3076 * unknown2 0x100000; */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003077 is_capture_only = !(gpio & 0x008000); /* GPIO15 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 has_tda9820_tda9821 = !(gpio & 0x004000);
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003079 is_lr90 = !(gpio & 0x002000); /* else LR26/LR50 (LR38/LR51 f. capture only) */
3080 /*
3081 * gpio & 0x001000 output bit for audio routing */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082
3083 if(is_capture_only)
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003084 tuner=4; /* No tuner present */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085
3086 printk(KERN_INFO "bttv%d: FlyVideo Radio=%s RemoteControl=%s Tuner=%d gpio=0x%06x\n",
3087 btv->c.nr, has_radio? "yes":"no ", has_remote? "yes":"no ", tuner, gpio);
3088 printk(KERN_INFO "bttv%d: FlyVideo LR90=%s tda9821/tda9820=%s capture_only=%s\n",
3089 btv->c.nr, is_lr90?"yes":"no ", has_tda9820_tda9821?"yes":"no ",
3090 is_capture_only?"yes":"no ");
3091
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003092 if(tuner!= -1) /* only set if known tuner autodetected, else let insmod option through */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 btv->tuner_type = tuner;
3094 btv->has_radio = has_radio;
3095
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003096 /* LR90 Audio Routing is done by 2 hef4052, so Audio_Mask has 4 bits: 0x001c80
3097 * LR26/LR50 only has 1 hef4052, Audio_Mask 0x000c00
3098 * Audio options: from tuner, from tda9821/tda9821(mono,stereo,sap), from tda9874, ext., mute */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099 if(has_tda9820_tda9821) btv->audio_hook = lt9415_audio;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003100 /* todo: if(has_tda9874) btv->audio_hook = fv2000s_audio; */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101}
3102
3103static int miro_tunermap[] = { 0,6,2,3, 4,5,6,0, 3,0,4,5, 5,2,16,1,
3104 14,2,17,1, 4,1,4,3, 1,2,16,1, 4,4,4,4 };
3105static int miro_fmtuner[] = { 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,1,
3106 1,1,1,1, 1,1,1,0, 0,0,0,0, 0,1,0,0 };
3107
3108static void miro_pinnacle_gpio(struct bttv *btv)
3109{
3110 int id,msp,gpio;
3111 char *info;
3112
3113 gpio_inout(0xffffff, 0);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003114 gpio = gpio_read();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115 id = ((gpio>>10) & 63) -1;
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003116 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 if (id < 32) {
3118 btv->tuner_type = miro_tunermap[id];
3119 if (0 == (gpio & 0x20)) {
3120 btv->has_radio = 1;
3121 if (!miro_fmtuner[id]) {
3122 btv->has_matchbox = 1;
3123 btv->mbox_we = (1<<6);
3124 btv->mbox_most = (1<<7);
3125 btv->mbox_clk = (1<<8);
3126 btv->mbox_data = (1<<9);
3127 btv->mbox_mask = (1<<6)|(1<<7)|(1<<8)|(1<<9);
3128 }
3129 } else {
3130 btv->has_radio = 0;
3131 }
3132 if (-1 != msp) {
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003133 if (btv->c.type == BTTV_BOARD_MIRO)
3134 btv->c.type = BTTV_BOARD_MIROPRO;
3135 if (btv->c.type == BTTV_BOARD_PINNACLE)
3136 btv->c.type = BTTV_BOARD_PINNACLEPRO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137 }
3138 printk(KERN_INFO
3139 "bttv%d: miro: id=%d tuner=%d radio=%s stereo=%s\n",
3140 btv->c.nr, id+1, btv->tuner_type,
3141 !btv->has_radio ? "no" :
3142 (btv->has_matchbox ? "matchbox" : "fmtuner"),
3143 (-1 == msp) ? "no" : "yes");
3144 } else {
3145 /* new cards with microtune tuner */
3146 id = 63 - id;
3147 btv->has_radio = 0;
3148 switch (id) {
3149 case 1:
3150 info = "PAL / mono";
Hans Verkuil39e8f402006-01-09 15:25:16 -02003151 btv->tda9887_conf = TDA9887_INTERCARRIER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152 break;
3153 case 2:
3154 info = "PAL+SECAM / stereo";
3155 btv->has_radio = 1;
Hans Verkuil39e8f402006-01-09 15:25:16 -02003156 btv->tda9887_conf = TDA9887_QSS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 break;
3158 case 3:
3159 info = "NTSC / stereo";
3160 btv->has_radio = 1;
Hans Verkuil39e8f402006-01-09 15:25:16 -02003161 btv->tda9887_conf = TDA9887_QSS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162 break;
3163 case 4:
3164 info = "PAL+SECAM / mono";
Hans Verkuil39e8f402006-01-09 15:25:16 -02003165 btv->tda9887_conf = TDA9887_QSS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166 break;
3167 case 5:
3168 info = "NTSC / mono";
Hans Verkuil39e8f402006-01-09 15:25:16 -02003169 btv->tda9887_conf = TDA9887_INTERCARRIER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 break;
3171 case 6:
3172 info = "NTSC / stereo";
Hans Verkuil39e8f402006-01-09 15:25:16 -02003173 btv->tda9887_conf = TDA9887_INTERCARRIER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174 break;
3175 case 7:
3176 info = "PAL / stereo";
Hans Verkuil39e8f402006-01-09 15:25:16 -02003177 btv->tda9887_conf = TDA9887_INTERCARRIER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178 break;
3179 default:
3180 info = "oops: unknown card";
3181 break;
3182 }
3183 if (-1 != msp)
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003184 btv->c.type = BTTV_BOARD_PINNACLEPRO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185 printk(KERN_INFO
3186 "bttv%d: pinnacle/mt: id=%d info=\"%s\" radio=%s\n",
3187 btv->c.nr, id, info, btv->has_radio ? "yes" : "no");
Hans Verkuil39e8f402006-01-09 15:25:16 -02003188 btv->tuner_type = TUNER_MT2032;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189 }
3190}
3191
3192/* GPIO21 L: Buffer aktiv, H: Buffer inaktiv */
3193#define LM1882_SYNC_DRIVE 0x200000L
3194
3195static void init_ids_eagle(struct bttv *btv)
3196{
3197 gpio_inout(0xffffff,0xFFFF37);
3198 gpio_write(0x200020);
3199
3200 /* flash strobe inverter ?! */
3201 gpio_write(0x200024);
3202
3203 /* switch sync drive off */
3204 gpio_bits(LM1882_SYNC_DRIVE,LM1882_SYNC_DRIVE);
3205
3206 /* set BT848 muxel to 2 */
3207 btaor((2)<<5, ~(2<<5), BT848_IFORM);
3208}
3209
3210/* Muxsel helper for the IDS Eagle.
3211 * the eagles does not use the standard muxsel-bits but
3212 * has its own multiplexer */
3213static void eagle_muxsel(struct bttv *btv, unsigned int input)
3214{
3215 btaor((2)<<5, ~(3<<5), BT848_IFORM);
3216 gpio_bits(3,bttv_tvcards[btv->c.type].muxsel[input&7]);
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 /* composite */
3219 /* set chroma ADC to sleep */
3220 btor(BT848_ADC_C_SLEEP, BT848_ADC);
3221 /* set to composite video */
3222 btand(~BT848_CONTROL_COMP, BT848_E_CONTROL);
3223 btand(~BT848_CONTROL_COMP, BT848_O_CONTROL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224
3225 /* switch sync drive off */
3226 gpio_bits(LM1882_SYNC_DRIVE,LM1882_SYNC_DRIVE);
3227}
3228
3229static void gvc1100_muxsel(struct bttv *btv, unsigned int input)
3230{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003231 static const int masks[] = {0x30, 0x01, 0x12, 0x23};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232 gpio_write(masks[input%4]);
3233}
3234
3235/* LMLBT4x initialization - to allow access to GPIO bits for sensors input and
3236 alarms output
3237
3238 GPIObit | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
3239 assignment | TI | O3|INx| O2| O1|IN4|IN3|IN2|IN1| | |
3240
3241 IN - sensor inputs, INx - sensor inputs and TI XORed together
3242 O1,O2,O3 - alarm outputs (relays)
3243
3244 OUT ENABLE 1 1 0 . 1 1 0 0 . 0 0 0 0 = 0x6C0
3245
3246*/
3247
3248static void init_lmlbt4x(struct bttv *btv)
3249{
3250 printk(KERN_DEBUG "LMLBT4x init\n");
3251 btwrite(0x000000, BT848_GPIO_REG_INP);
3252 gpio_inout(0xffffff, 0x0006C0);
3253 gpio_write(0x000000);
3254}
3255
3256static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input)
3257{
3258 unsigned int inmux = input % 8;
3259 gpio_inout( 0xf, 0xf );
3260 gpio_bits( 0xf, inmux );
3261}
3262
3263static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input)
3264{
3265 unsigned int inmux = input % 4;
3266 gpio_inout( 3<<9, 3<<9 );
3267 gpio_bits( 3<<9, inmux<<9 );
3268}
3269
3270/* ----------------------------------------------------------------------- */
3271
3272static void bttv_reset_audio(struct bttv *btv)
3273{
3274 /*
3275 * BT878A has a audio-reset register.
3276 * 1. This register is an audio reset function but it is in
3277 * function-0 (video capture) address space.
3278 * 2. It is enough to do this once per power-up of the card.
3279 * 3. There is a typo in the Conexant doc -- it is not at
3280 * 0x5B, but at 0x058. (B is an odd-number, obviously a typo!).
3281 * --//Shrikumar 030609
3282 */
3283 if (btv->id != 878)
3284 return;
3285
3286 if (bttv_debug)
3287 printk("bttv%d: BT878A ARESET\n",btv->c.nr);
3288 btwrite((1<<7), 0x058);
3289 udelay(10);
3290 btwrite( 0, 0x058);
3291}
3292
3293/* initialization part one -- before registering i2c bus */
3294void __devinit bttv_init_card1(struct bttv *btv)
3295{
3296 switch (btv->c.type) {
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003297 case BTTV_BOARD_HAUPPAUGE:
3298 case BTTV_BOARD_HAUPPAUGE878:
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003299 boot_msp34xx(btv,5);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003301 case BTTV_BOARD_VOODOOTV_FM:
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003302 boot_msp34xx(btv,20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003304 case BTTV_BOARD_AVERMEDIA98:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305 boot_msp34xx(btv,11);
3306 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003307 case BTTV_BOARD_HAUPPAUGEPVR:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308 pvr_boot(btv);
3309 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003310 case BTTV_BOARD_TWINHAN_DST:
3311 case BTTV_BOARD_AVDVBT_771:
3312 case BTTV_BOARD_PINNACLESAT:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313 btv->use_i2c_hw = 1;
3314 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003315 case BTTV_BOARD_ADLINK_RTV24:
Michael Krufky7c08fb02005-11-08 21:36:21 -08003316 init_RTV24( btv );
3317 break;
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07003318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319 }
3320 if (!bttv_tvcards[btv->c.type].has_dvb)
3321 bttv_reset_audio(btv);
3322}
3323
3324/* initialization part two -- after registering i2c bus */
3325void __devinit bttv_init_card2(struct bttv *btv)
3326{
3327 int tda9887;
Mauro Carvalho Chehabf3b512f2005-11-08 21:38:23 -08003328 int addr=ADDR_UNSET;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003329
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003330 btv->tuner_type = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003332 if (BTTV_BOARD_UNKNOWN == btv->c.type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333 bttv_readee(btv,eeprom_data,0xa0);
3334 identify_by_eeprom(btv,eeprom_data);
3335 }
3336
3337 switch (btv->c.type) {
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003338 case BTTV_BOARD_MIRO:
3339 case BTTV_BOARD_MIROPRO:
3340 case BTTV_BOARD_PINNACLE:
3341 case BTTV_BOARD_PINNACLEPRO:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342 /* miro/pinnacle */
3343 miro_pinnacle_gpio(btv);
3344 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003345 case BTTV_BOARD_FLYVIDEO_98:
3346 case BTTV_BOARD_MAXI:
3347 case BTTV_BOARD_LIFE_FLYKIT:
3348 case BTTV_BOARD_FLYVIDEO:
3349 case BTTV_BOARD_TYPHOON_TVIEW:
3350 case BTTV_BOARD_CHRONOS_VS2:
3351 case BTTV_BOARD_FLYVIDEO_98FM:
3352 case BTTV_BOARD_FLYVIDEO2000:
3353 case BTTV_BOARD_FLYVIDEO98EZ:
3354 case BTTV_BOARD_CONFERENCETV:
3355 case BTTV_BOARD_LIFETEC_9415:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356 flyvideo_gpio(btv);
3357 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003358 case BTTV_BOARD_HAUPPAUGE:
3359 case BTTV_BOARD_HAUPPAUGE878:
3360 case BTTV_BOARD_HAUPPAUGEPVR:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361 /* pick up some config infos from the eeprom */
3362 bttv_readee(btv,eeprom_data,0xa0);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003363 hauppauge_eeprom(btv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003365 case BTTV_BOARD_AVERMEDIA98:
3366 case BTTV_BOARD_AVPHONE98:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367 bttv_readee(btv,eeprom_data,0xa0);
3368 avermedia_eeprom(btv);
3369 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003370 case BTTV_BOARD_PXC200:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371 init_PXC200(btv);
3372 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003373 case BTTV_BOARD_PICOLO_TETRA_CHIP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374 picolo_tetra_init(btv);
3375 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003376 case BTTV_BOARD_VHX:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377 btv->has_radio = 1;
3378 btv->has_matchbox = 1;
3379 btv->mbox_we = 0x20;
3380 btv->mbox_most = 0;
3381 btv->mbox_clk = 0x08;
3382 btv->mbox_data = 0x10;
3383 btv->mbox_mask = 0x38;
3384 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003385 case BTTV_BOARD_VOBIS_BOOSTAR:
3386 case BTTV_BOARD_TERRATV:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387 terratec_active_radio_upgrade(btv);
3388 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003389 case BTTV_BOARD_MAGICTVIEW061:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390 if (btv->cardid == 0x3002144f) {
3391 btv->has_radio=1;
3392 printk("bttv%d: radio detected by subsystem id (CPH05x)\n",btv->c.nr);
3393 }
3394 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003395 case BTTV_BOARD_STB2:
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003396 if (btv->cardid == 0x3060121a) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397 /* Fix up entry for 3DFX VoodooTV 100,
3398 which is an OEM STB card variant. */
3399 btv->has_radio=0;
3400 btv->tuner_type=TUNER_TEMIC_NTSC;
3401 }
3402 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003403 case BTTV_BOARD_OSPREY1x0:
3404 case BTTV_BOARD_OSPREY1x0_848:
3405 case BTTV_BOARD_OSPREY101_848:
3406 case BTTV_BOARD_OSPREY1x1:
3407 case BTTV_BOARD_OSPREY1x1_SVID:
3408 case BTTV_BOARD_OSPREY2xx:
3409 case BTTV_BOARD_OSPREY2x0_SVID:
3410 case BTTV_BOARD_OSPREY2x0:
3411 case BTTV_BOARD_OSPREY500:
3412 case BTTV_BOARD_OSPREY540:
3413 case BTTV_BOARD_OSPREY2000:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 bttv_readee(btv,eeprom_data,0xa0);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003415 osprey_eeprom(btv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003417 case BTTV_BOARD_IDS_EAGLE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 init_ids_eagle(btv);
3419 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003420 case BTTV_BOARD_MODTEC_205:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 bttv_readee(btv,eeprom_data,0xa0);
3422 modtec_eeprom(btv);
3423 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003424 case BTTV_BOARD_LMLBT4:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 init_lmlbt4x(btv);
3426 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003427 case BTTV_BOARD_TIBET_CS16:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428 tibetCS16_init(btv);
3429 break;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003430 case BTTV_BOARD_KODICOM_4400R:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 kodicom4400r_init(btv);
3432 break;
3433 }
3434
3435 /* pll configuration */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003436 if (!(btv->id==848 && btv->revision==0x11)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437 /* defaults from card list */
3438 if (PLL_28 == bttv_tvcards[btv->c.type].pll) {
3439 btv->pll.pll_ifreq=28636363;
3440 btv->pll.pll_crystal=BT848_IFORM_XT0;
3441 }
3442 if (PLL_35 == bttv_tvcards[btv->c.type].pll) {
3443 btv->pll.pll_ifreq=35468950;
3444 btv->pll.pll_crystal=BT848_IFORM_XT1;
3445 }
3446 /* insmod options can override */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003447 switch (pll[btv->c.nr]) {
3448 case 0: /* none */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 btv->pll.pll_crystal = 0;
3450 btv->pll.pll_ifreq = 0;
3451 btv->pll.pll_ofreq = 0;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003452 break;
3453 case 1: /* 28 MHz */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 case 28:
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003455 btv->pll.pll_ifreq = 28636363;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 btv->pll.pll_ofreq = 0;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003457 btv->pll.pll_crystal = BT848_IFORM_XT0;
3458 break;
3459 case 2: /* 35 MHz */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 case 35:
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003461 btv->pll.pll_ifreq = 35468950;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462 btv->pll.pll_ofreq = 0;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003463 btv->pll.pll_crystal = BT848_IFORM_XT1;
3464 break;
3465 }
3466 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467 btv->pll.pll_current = -1;
3468
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 /* tuner configuration (from card list / autodetect / insmod option) */
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003470 if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr)
3471 addr = bttv_tvcards[btv->c.type].tuner_addr;
3472
3473 if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474 if(UNSET == btv->tuner_type)
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003475 btv->tuner_type = bttv_tvcards[btv->c.type].tuner_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476 if (UNSET != tuner[btv->c.nr])
3477 btv->tuner_type = tuner[btv->c.nr];
3478 printk("bttv%d: using tuner=%d\n",btv->c.nr,btv->tuner_type);
Mauro Carvalho Chehabf3b512f2005-11-08 21:38:23 -08003479
Mauro Carvalho Chehabfa9846a2005-07-12 13:58:42 -07003480 if (btv->tuner_type != UNSET) {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003481 struct tuner_setup tun_setup;
Mauro Carvalho Chehabfa9846a2005-07-12 13:58:42 -07003482
Mauro Carvalho Chehabf3b512f2005-11-08 21:38:23 -08003483 tun_setup.mode_mask = T_ANALOG_TV | T_DIGITAL_TV;
Mauro Carvalho Chehabfa9846a2005-07-12 13:58:42 -07003484 tun_setup.type = btv->tuner_type;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003485 tun_setup.addr = addr;
Mauro Carvalho Chehabfa9846a2005-07-12 13:58:42 -07003486
3487 bttv_call_i2c_clients(btv, TUNER_SET_TYPE_ADDR, &tun_setup);
3488 }
3489
Hans Verkuil39e8f402006-01-09 15:25:16 -02003490 if (btv->tda9887_conf) {
3491 bttv_call_i2c_clients(btv, TDA9887_SET_CONFIG,
3492 &btv->tda9887_conf);
Mauro Carvalho Chehabf3b512f2005-11-08 21:38:23 -08003493 }
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495 btv->svhs = bttv_tvcards[btv->c.type].svhs;
3496 if (svhs[btv->c.nr] != UNSET)
3497 btv->svhs = svhs[btv->c.nr];
3498 if (remote[btv->c.nr] != UNSET)
3499 btv->has_remote = remote[btv->c.nr];
3500
3501 if (bttv_tvcards[btv->c.type].has_radio)
3502 btv->has_radio=1;
3503 if (bttv_tvcards[btv->c.type].has_remote)
3504 btv->has_remote=1;
Michael Krufky7c08fb02005-11-08 21:36:21 -08003505 if (!bttv_tvcards[btv->c.type].no_gpioirq)
3506 btv->gpioirq=1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507 if (bttv_tvcards[btv->c.type].audio_hook)
3508 btv->audio_hook=bttv_tvcards[btv->c.type].audio_hook;
3509
3510 if (bttv_tvcards[btv->c.type].digital_mode == DIGITAL_MODE_CAMERA) {
3511 /* detect Bt832 chip for quartzsight digital camera */
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003512 if ((bttv_I2CRead(btv, I2C_ADDR_BT832_ALT1, "Bt832") >=0) ||
3513 (bttv_I2CRead(btv, I2C_ADDR_BT832_ALT2, "Bt832") >=0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514 boot_bt832(btv);
3515 }
3516
3517 if (!autoload)
3518 return;
3519
3520 /* try to detect audio/fader chips */
3521 if (!bttv_tvcards[btv->c.type].no_msp34xx &&
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003522 bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx") >=0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523 request_module("msp3400");
3524
3525 if (bttv_tvcards[btv->c.type].msp34xx_alt &&
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003526 bttv_I2CRead(btv, I2C_ADDR_MSP3400_ALT, "MSP34xx (alternate address)") >=0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 request_module("msp3400");
3528
3529 if (!bttv_tvcards[btv->c.type].no_tda9875 &&
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003530 bttv_I2CRead(btv, I2C_ADDR_TDA9875, "TDA9875") >=0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531 request_module("tda9875");
3532
3533 if (!bttv_tvcards[btv->c.type].no_tda7432 &&
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003534 bttv_I2CRead(btv, I2C_ADDR_TDA7432, "TDA7432") >=0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535 request_module("tda7432");
3536
3537 if (bttv_tvcards[btv->c.type].needs_tvaudio)
3538 request_module("tvaudio");
3539
3540 /* tuner modules */
3541 tda9887 = 0;
Hans Verkuil39e8f402006-01-09 15:25:16 -02003542 if (btv->tda9887_conf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543 tda9887 = 1;
3544 if (0 == tda9887 && 0 == bttv_tvcards[btv->c.type].has_dvb &&
Mauro Carvalho Chehab09df1c12006-03-18 08:31:34 -03003545 bttv_I2CRead(btv, I2C_ADDR_TDA9887, "TDA9887") >=0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546 tda9887 = 1;
Ricardo Cerqueira6e45f5d2005-11-08 21:38:34 -08003547 /* Hybrid DVB card, DOES have a tda9887 */
3548 if (btv->c.type == BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE)
3549 tda9887 = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550 if (btv->tuner_type != UNSET)
3551 request_module("tuner");
3552}
3553
3554
3555/* ----------------------------------------------------------------------- */
3556
3557static void modtec_eeprom(struct bttv *btv)
3558{
3559 if( strncmp(&(eeprom_data[0x1e]),"Temic 4066 FY5",14) ==0) {
3560 btv->tuner_type=TUNER_TEMIC_4066FY5_PAL_I;
3561 printk("bttv%d: Modtec: Tuner autodetected by eeprom: %s\n",
3562 btv->c.nr,&eeprom_data[0x1e]);
3563 } else if (strncmp(&(eeprom_data[0x1e]),"Alps TSBB5",10) ==0) {
3564 btv->tuner_type=TUNER_ALPS_TSBB5_PAL_I;
3565 printk("bttv%d: Modtec: Tuner autodetected by eeprom: %s\n",
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003566 btv->c.nr,&eeprom_data[0x1e]);
3567 } else if (strncmp(&(eeprom_data[0x1e]),"Philips FM1246",14) ==0) {
3568 btv->tuner_type=TUNER_PHILIPS_NTSC;
3569 printk("bttv%d: Modtec: Tuner autodetected by eeprom: %s\n",
3570 btv->c.nr,&eeprom_data[0x1e]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571 } else {
3572 printk("bttv%d: Modtec: Unknown TunerString: %s\n",
3573 btv->c.nr,&eeprom_data[0x1e]);
3574 }
3575}
3576
3577static void __devinit hauppauge_eeprom(struct bttv *btv)
3578{
3579 struct tveeprom tv;
3580
Mauro Carvalho Chehab0f97a932005-09-09 13:04:05 -07003581 tveeprom_hauppauge_analog(&btv->i2c_client, &tv, eeprom_data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 btv->tuner_type = tv.tuner_type;
3583 btv->has_radio = tv.has_radio;
Steven Tothcd1257d2006-01-09 15:25:01 -02003584
3585 printk("bttv%d: Hauppauge eeprom indicates model#%d\n",
3586 btv->c.nr, tv.model);
3587
3588 /*
3589 * Some of the 878 boards have duplicate PCI IDs. Switch the board
3590 * type based on model #.
3591 */
3592 if(tv.model == 64900) {
3593 printk("bttv%d: Switching board type from %s to %s\n",
3594 btv->c.nr,
3595 bttv_tvcards[btv->c.type].name,
3596 bttv_tvcards[BTTV_BOARD_HAUPPAUGE_IMPACTVCB].name);
3597 btv->c.type = BTTV_BOARD_HAUPPAUGE_IMPACTVCB;
3598 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599}
3600
3601static int terratec_active_radio_upgrade(struct bttv *btv)
3602{
3603 int freq;
3604
3605 btv->has_radio = 1;
3606 btv->has_matchbox = 1;
3607 btv->mbox_we = 0x10;
3608 btv->mbox_most = 0x20;
3609 btv->mbox_clk = 0x08;
3610 btv->mbox_data = 0x04;
3611 btv->mbox_mask = 0x3c;
3612
3613 btv->mbox_iow = 1 << 8;
3614 btv->mbox_ior = 1 << 9;
3615 btv->mbox_csel = 1 << 10;
3616
3617 freq=88000/62.5;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003618 tea5757_write(btv, 5 * freq + 0x358); /* write 0x1ed8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 if (0x1ed8 == tea5757_read(btv)) {
3620 printk("bttv%d: Terratec Active Radio Upgrade found.\n",
3621 btv->c.nr);
3622 btv->has_radio = 1;
3623 btv->has_matchbox = 1;
3624 } else {
3625 btv->has_radio = 0;
3626 btv->has_matchbox = 0;
3627 }
3628 return 0;
3629}
3630
3631
3632/* ----------------------------------------------------------------------- */
3633
3634/*
3635 * minimal bootstrap for the WinTV/PVR -- upload altera firmware.
3636 *
3637 * The hcwamc.rbf firmware file is on the Hauppauge driver CD. Have
3638 * a look at Pvr/pvr45xxx.EXE (self-extracting zip archive, can be
3639 * unpacked with unzip).
3640 */
3641#define PVR_GPIO_DELAY 10
3642
3643#define BTTV_ALT_DATA 0x000001
3644#define BTTV_ALT_DCLK 0x100000
3645#define BTTV_ALT_NCONFIG 0x800000
3646
3647static int __devinit pvr_altera_load(struct bttv *btv, u8 *micro, u32 microlen)
3648{
3649 u32 n;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003650 u8 bits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651 int i;
3652
3653 gpio_inout(0xffffff,BTTV_ALT_DATA|BTTV_ALT_DCLK|BTTV_ALT_NCONFIG);
3654 gpio_write(0);
3655 udelay(PVR_GPIO_DELAY);
3656
3657 gpio_write(BTTV_ALT_NCONFIG);
3658 udelay(PVR_GPIO_DELAY);
3659
3660 for (n = 0; n < microlen; n++) {
3661 bits = micro[n];
3662 for ( i = 0 ; i < 8 ; i++ ) {
3663 gpio_bits(BTTV_ALT_DCLK,0);
3664 if (bits & 0x01)
3665 gpio_bits(BTTV_ALT_DATA,BTTV_ALT_DATA);
3666 else
3667 gpio_bits(BTTV_ALT_DATA,0);
3668 gpio_bits(BTTV_ALT_DCLK,BTTV_ALT_DCLK);
3669 bits >>= 1;
3670 }
3671 }
3672 gpio_bits(BTTV_ALT_DCLK,0);
3673 udelay(PVR_GPIO_DELAY);
3674
3675 /* begin Altera init loop (Not necessary,but doesn't hurt) */
3676 for (i = 0 ; i < 30 ; i++) {
3677 gpio_bits(BTTV_ALT_DCLK,0);
3678 gpio_bits(BTTV_ALT_DCLK,BTTV_ALT_DCLK);
3679 }
3680 gpio_bits(BTTV_ALT_DCLK,0);
3681 return 0;
3682}
3683
3684static int __devinit pvr_boot(struct bttv *btv)
3685{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003686 const struct firmware *fw_entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687 int rc;
3688
3689 rc = request_firmware(&fw_entry, "hcwamc.rbf", &btv->c.pci->dev);
3690 if (rc != 0) {
3691 printk(KERN_WARNING "bttv%d: no altera firmware [via hotplug]\n",
3692 btv->c.nr);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003693 return rc;
3694 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695 rc = pvr_altera_load(btv, fw_entry->data, fw_entry->size);
3696 printk(KERN_INFO "bttv%d: altera firmware upload %s\n",
3697 btv->c.nr, (rc < 0) ? "failed" : "ok");
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003698 release_firmware(fw_entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699 return rc;
3700}
3701
3702/* ----------------------------------------------------------------------- */
3703/* some osprey specific stuff */
3704
3705static void __devinit osprey_eeprom(struct bttv *btv)
3706{
3707 int i = 0;
3708 unsigned char *ee = eeprom_data;
3709 unsigned long serial = 0;
3710
3711 if (btv->c.type == 0) {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003712 /* this might be an antique... check for MMAC label in eeprom */
3713 if ((ee[0]=='M') && (ee[1]=='M') && (ee[2]=='A') && (ee[3]=='C')) {
3714 unsigned char checksum = 0;
3715 for (i =0; i<21; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 checksum += ee[i];
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003717 if (checksum != ee[21])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718 return;
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003719 btv->c.type = BTTV_BOARD_OSPREY1x0_848;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720 for (i = 12; i < 21; i++)
3721 serial *= 10, serial += ee[i] - '0';
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003722 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723 } else {
3724 unsigned short type;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003725 int offset = 4*16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003727 for(; offset < 8*16; offset += 16) {
3728 unsigned short checksum = 0;
3729 /* verify the checksum */
3730 for(i = 0; i<14; i++) checksum += ee[i+offset];
3731 checksum = ~checksum; /* no idea why */
3732 if ((((checksum>>8)&0x0FF) == ee[offset+14]) &&
Mauro Carvalho Chehabf2421ca2005-11-08 21:37:45 -08003733 ((checksum & 0x0FF) == ee[offset+15])) {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003734 break;
3735 }
3736 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003738 if (offset >= 8*16)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739 return;
3740
3741 /* found a valid descriptor */
3742 type = (ee[offset+4]<<8) | (ee[offset+5]);
3743
3744 switch(type) {
3745
3746 /* 848 based */
3747 case 0x0004:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003748 btv->c.type = BTTV_BOARD_OSPREY1x0_848;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749 break;
3750 case 0x0005:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003751 btv->c.type = BTTV_BOARD_OSPREY101_848;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752 break;
3753
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003754 /* 878 based */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755 case 0x0012:
3756 case 0x0013:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003757 btv->c.type = BTTV_BOARD_OSPREY1x0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758 break;
3759 case 0x0014:
3760 case 0x0015:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003761 btv->c.type = BTTV_BOARD_OSPREY1x1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762 break;
3763 case 0x0016:
3764 case 0x0017:
3765 case 0x0020:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003766 btv->c.type = BTTV_BOARD_OSPREY1x1_SVID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767 break;
3768 case 0x0018:
3769 case 0x0019:
3770 case 0x001E:
3771 case 0x001F:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003772 btv->c.type = BTTV_BOARD_OSPREY2xx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 break;
3774 case 0x001A:
3775 case 0x001B:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003776 btv->c.type = BTTV_BOARD_OSPREY2x0_SVID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777 break;
3778 case 0x0040:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003779 btv->c.type = BTTV_BOARD_OSPREY500;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780 break;
3781 case 0x0050:
3782 case 0x0056:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003783 btv->c.type = BTTV_BOARD_OSPREY540;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784 /* bttv_osprey_540_init(btv); */
3785 break;
3786 case 0x0060:
3787 case 0x0070:
Michael Krufky52398ef2006-05-26 02:13:15 -03003788 case 0x00A0:
Mauro Carvalho Chehab5a25e842005-11-08 21:36:52 -08003789 btv->c.type = BTTV_BOARD_OSPREY2x0;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003790 /* enable output on select control lines */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791 gpio_inout(0xffffff,0x000303);
3792 break;
3793 default:
3794 /* unknown...leave generic, but get serial # */
3795 break;
3796 }
3797 serial = (ee[offset+6] << 24)
3798 | (ee[offset+7] << 16)
3799 | (ee[offset+8] << 8)
3800 | (ee[offset+9]);
3801 }
3802
3803 printk(KERN_INFO "bttv%d: osprey eeprom: card=%d name=%s serial=%ld\n",
3804 btv->c.nr, btv->c.type, bttv_tvcards[btv->c.type].name,serial);
3805}
3806
3807/* ----------------------------------------------------------------------- */
3808/* AVermedia specific stuff, from bktr_card.c */
3809
3810static int tuner_0_table[] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003811 TUNER_PHILIPS_NTSC, TUNER_PHILIPS_PAL /* PAL-BG*/,
3812 TUNER_PHILIPS_PAL, TUNER_PHILIPS_PAL /* PAL-I*/,
3813 TUNER_PHILIPS_PAL, TUNER_PHILIPS_PAL,
3814 TUNER_PHILIPS_SECAM, TUNER_PHILIPS_SECAM,
3815 TUNER_PHILIPS_SECAM, TUNER_PHILIPS_PAL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816 TUNER_PHILIPS_FM1216ME_MK3 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
3818static int tuner_1_table[] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003819 TUNER_TEMIC_NTSC, TUNER_TEMIC_PAL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820 TUNER_TEMIC_PAL, TUNER_TEMIC_PAL,
3821 TUNER_TEMIC_PAL, TUNER_TEMIC_PAL,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003822 TUNER_TEMIC_4012FY5, TUNER_TEMIC_4012FY5, /* TUNER_TEMIC_SECAM */
3823 TUNER_TEMIC_4012FY5, TUNER_TEMIC_PAL};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824
3825static void __devinit avermedia_eeprom(struct bttv *btv)
3826{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003827 int tuner_make,tuner_tv_fm,tuner_format,tuner=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828
3829 tuner_make = (eeprom_data[0x41] & 0x7);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003830 tuner_tv_fm = (eeprom_data[0x41] & 0x18) >> 3;
3831 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832 btv->has_remote = (eeprom_data[0x42] & 0x01);
3833
3834 if (tuner_make == 0 || tuner_make == 2)
3835 if(tuner_format <=0x0a)
3836 tuner = tuner_0_table[tuner_format];
3837 if (tuner_make == 1)
3838 if(tuner_format <=9)
3839 tuner = tuner_1_table[tuner_format];
3840
3841 if (tuner_make == 4)
3842 if(tuner_format == 0x09)
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003843 tuner = TUNER_LG_NTSC_NEW_TAPC; /* TAPC-G702P */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844
3845 printk(KERN_INFO "bttv%d: Avermedia eeprom[0x%02x%02x]: tuner=",
3846 btv->c.nr,eeprom_data[0x41],eeprom_data[0x42]);
3847 if(tuner) {
3848 btv->tuner_type=tuner;
3849 printk("%d",tuner);
3850 } else
3851 printk("Unknown type");
3852 printk(" radio:%s remote control:%s\n",
3853 tuner_tv_fm ? "yes" : "no",
3854 btv->has_remote ? "yes" : "no");
3855}
3856
3857/* used on Voodoo TV/FM (Voodoo 200), S0 wired to 0x10000 */
3858void bttv_tda9880_setnorm(struct bttv *btv, int norm)
3859{
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003860 /* fix up our card entry */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 if(norm==VIDEO_MODE_NTSC) {
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03003862 bttv_tvcards[BTTV_BOARD_VOODOOTV_FM].gpiomux[TVAUDIO_INPUT_TUNER]=0x957fff;
3863 bttv_tvcards[BTTV_BOARD_VOODOOTV_FM].gpiomute=0x957fff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 dprintk("bttv_tda9880_setnorm to NTSC\n");
3865 }
3866 else {
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03003867 bttv_tvcards[BTTV_BOARD_VOODOOTV_FM].gpiomux[TVAUDIO_INPUT_TUNER]=0x947fff;
3868 bttv_tvcards[BTTV_BOARD_VOODOOTV_FM].gpiomute=0x947fff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869 dprintk("bttv_tda9880_setnorm to PAL\n");
3870 }
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07003871 /* set GPIO according */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872 gpio_bits(bttv_tvcards[btv->c.type].gpiomask,
Hans Verkuil8bf2f8e2006-03-18 21:31:00 -03003873 bttv_tvcards[btv->c.type].gpiomux[btv->audio]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874}
3875
3876
3877/*
3878 * reset/enable the MSP on some Hauppauge cards
David Woodhouse93e960f2005-11-08 21:36:46 -08003879 * Thanks to Kyösti Mälkki (kmalkki@cc.hut.fi)!
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880 *
3881 * Hauppauge: pin 5
3882 * Voodoo: pin 20
3883 */
3884static void __devinit boot_msp34xx(struct bttv *btv, int pin)
3885{
3886 int mask = (1 << pin);
3887
3888 gpio_inout(mask,mask);
3889 gpio_bits(mask,0);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003890 udelay(2500);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891 gpio_bits(mask,mask);
3892
3893 if (bttv_gpio)
3894 bttv_gpio_tracking(btv,"msp34xx");
3895 if (bttv_verbose)
3896 printk(KERN_INFO "bttv%d: Hauppauge/Voodoo msp34xx: reset line "
3897 "init [%d]\n", btv->c.nr, pin);
3898}
3899
3900static void __devinit boot_bt832(struct bttv *btv)
3901{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902}
3903
3904/* ----------------------------------------------------------------------- */
3905/* Imagenation L-Model PXC200 Framegrabber */
3906/* This is basically the same procedure as
3907 * used by Alessandro Rubini in his pxc200
3908 * driver, but using BTTV functions */
3909
3910static void __devinit init_PXC200(struct bttv *btv)
3911{
3912 static int vals[] __devinitdata = { 0x08, 0x09, 0x0a, 0x0b, 0x0d, 0x0d,
3913 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
3914 0x00 };
3915 unsigned int i;
3916 int tmp;
3917 u32 val;
3918
3919 /* Initialise GPIO-connevted stuff */
3920 gpio_inout(0xffffff, (1<<13));
3921 gpio_write(0);
3922 udelay(3);
3923 gpio_write(1<<13);
3924 /* GPIO inputs are pulled up, so no need to drive
3925 * reset pin any longer */
3926 gpio_bits(0xffffff, 0);
3927 if (bttv_gpio)
3928 bttv_gpio_tracking(btv,"pxc200");
3929
3930 /* we could/should try and reset/control the AD pots? but
3931 right now we simply turned off the crushing. Without
3932 this the AGC drifts drifts
3933 remember the EN is reverse logic -->
3934 setting BT848_ADC_AGC_EN disable the AGC
3935 tboult@eecs.lehigh.edu
3936 */
3937
3938 btwrite(BT848_ADC_RESERVED|BT848_ADC_AGC_EN, BT848_ADC);
3939
3940 /* Initialise MAX517 DAC */
3941 printk(KERN_INFO "Setting DAC reference voltage level ...\n");
3942 bttv_I2CWrite(btv,0x5E,0,0x80,1);
3943
3944 /* Initialise 12C508 PIC */
3945 /* The I2CWrite and I2CRead commmands are actually to the
3946 * same chips - but the R/W bit is included in the address
3947 * argument so the numbers are different */
3948
3949
3950 printk(KERN_INFO "Initialising 12C508 PIC chip ...\n");
3951
3952 /* First of all, enable the clock line. This is used in the PXC200-F */
3953 val = btread(BT848_GPIO_DMA_CTL);
3954 val |= BT848_GPIO_DMA_CTL_GPCLKMODE;
3955 btwrite(val, BT848_GPIO_DMA_CTL);
3956
3957 /* Then, push to 0 the reset pin long enough to reset the *
3958 * device same as above for the reset line, but not the same
3959 * value sent to the GPIO-connected stuff
3960 * which one is the good one? */
3961 gpio_inout(0xffffff,(1<<2));
3962 gpio_write(0);
3963 udelay(10);
3964 gpio_write(1<<2);
3965
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08003966 for (i = 0; i < ARRAY_SIZE(vals); i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967 tmp=bttv_I2CWrite(btv,0x1E,0,vals[i],1);
3968 if (tmp != -1) {
3969 printk(KERN_INFO
3970 "I2C Write(%2.2x) = %i\nI2C Read () = %2.2x\n\n",
3971 vals[i],tmp,bttv_I2CRead(btv,0x1F,NULL));
3972 }
3973 }
3974
3975 printk(KERN_INFO "PXC200 Initialised.\n");
3976}
3977
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07003978
3979
Peter Skipworth93b43f12005-06-23 22:04:45 -07003980/* ----------------------------------------------------------------------- */
3981/*
3982 * The Adlink RTV-24 (aka Angelo) has some special initialisation to unlock
3983 * it. This apparently involves the following procedure for each 878 chip:
3984 *
3985 * 1) write 0x00C3FEFF to the GPIO_OUT_EN register
3986 *
3987 * 2) write to GPIO_DATA
3988 * - 0x0E
3989 * - sleep 1ms
3990 * - 0x10 + 0x0E
3991 * - sleep 10ms
3992 * - 0x0E
3993 * read from GPIO_DATA into buf (uint_32)
3994 * - if ( data>>18 & 0x01 != 0) || ( buf>>19 & 0x01 != 1 )
3995 * error. ERROR_CPLD_Check_Failed stop.
3996 *
3997 * 3) write to GPIO_DATA
3998 * - write 0x4400 + 0x0E
3999 * - sleep 10ms
4000 * - write 0x4410 + 0x0E
4001 * - sleep 1ms
4002 * - write 0x0E
4003 * read from GPIO_DATA into buf (uint_32)
4004 * - if ( buf>>18 & 0x01 ) || ( buf>>19 && 0x01 != 0 )
4005 * error. ERROR_CPLD_Check_Failed.
4006 */
4007/* ----------------------------------------------------------------------- */
Adrian Bunk943a4902005-12-01 00:51:35 -08004008static void
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004009init_RTV24 (struct bttv *btv)
Peter Skipworth93b43f12005-06-23 22:04:45 -07004010{
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004011 uint32_t dataRead = 0;
4012 long watchdog_value = 0x0E;
Peter Skipworth93b43f12005-06-23 22:04:45 -07004013
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004014 printk (KERN_INFO
4015 "bttv%d: Adlink RTV-24 initialisation in progress ...\n",
Peter Skipworth93b43f12005-06-23 22:04:45 -07004016 btv->c.nr);
4017
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004018 btwrite (0x00c3feff, BT848_GPIO_OUT_EN);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004019
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004020 btwrite (0 + watchdog_value, BT848_GPIO_DATA);
4021 msleep (1);
4022 btwrite (0x10 + watchdog_value, BT848_GPIO_DATA);
4023 msleep (10);
4024 btwrite (0 + watchdog_value, BT848_GPIO_DATA);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004025
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004026 dataRead = btread (BT848_GPIO_DATA);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004027
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004028 if ((((dataRead >> 18) & 0x01) != 0) || (((dataRead >> 19) & 0x01) != 1)) {
4029 printk (KERN_INFO
4030 "bttv%d: Adlink RTV-24 initialisation(1) ERROR_CPLD_Check_Failed (read %d)\n",
4031 btv->c.nr, dataRead);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004032 }
4033
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004034 btwrite (0x4400 + watchdog_value, BT848_GPIO_DATA);
4035 msleep (10);
4036 btwrite (0x4410 + watchdog_value, BT848_GPIO_DATA);
4037 msleep (1);
4038 btwrite (watchdog_value, BT848_GPIO_DATA);
4039 msleep (1);
4040 dataRead = btread (BT848_GPIO_DATA);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004041
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004042 if ((((dataRead >> 18) & 0x01) != 0) || (((dataRead >> 19) & 0x01) != 0)) {
4043 printk (KERN_INFO
4044 "bttv%d: Adlink RTV-24 initialisation(2) ERROR_CPLD_Check_Failed (read %d)\n",
4045 btv->c.nr, dataRead);
4046
Peter Skipworth93b43f12005-06-23 22:04:45 -07004047 return;
4048 }
4049
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004050 printk (KERN_INFO
4051 "bttv%d: Adlink RTV-24 initialisation complete.\n", btv->c.nr);
Peter Skipworth93b43f12005-06-23 22:04:45 -07004052}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053
Mauro Carvalho Chehab2d03e282005-06-23 22:04:58 -07004054
4055
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056/* ----------------------------------------------------------------------- */
4057/* Miro Pro radio stuff -- the tea5757 is connected to some GPIO ports */
4058/*
4059 * Copyright (c) 1999 Csaba Halasz <qgehali@uni-miskolc.hu>
4060 * This code is placed under the terms of the GNU General Public License
4061 *
4062 * Brutally hacked by Dan Sheridan <dan.sheridan@contact.org.uk> djs52 8/3/00
4063 */
4064
4065static void bus_low(struct bttv *btv, int bit)
4066{
4067 if (btv->mbox_ior) {
4068 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel,
4069 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel);
4070 udelay(5);
4071 }
4072
4073 gpio_bits(bit,0);
4074 udelay(5);
4075
4076 if (btv->mbox_ior) {
4077 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0);
4078 udelay(5);
4079 }
4080}
4081
4082static void bus_high(struct bttv *btv, int bit)
4083{
4084 if (btv->mbox_ior) {
4085 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel,
4086 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel);
4087 udelay(5);
4088 }
4089
4090 gpio_bits(bit,bit);
4091 udelay(5);
4092
4093 if (btv->mbox_ior) {
4094 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0);
4095 udelay(5);
4096 }
4097}
4098
4099static int bus_in(struct bttv *btv, int bit)
4100{
4101 if (btv->mbox_ior) {
4102 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel,
4103 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel);
4104 udelay(5);
4105
4106 gpio_bits(btv->mbox_iow | btv->mbox_csel, 0);
4107 udelay(5);
4108 }
4109 return gpio_read() & (bit);
4110}
4111
4112/* TEA5757 register bits */
4113#define TEA_FREQ 0:14
4114#define TEA_BUFFER 15:15
4115
4116#define TEA_SIGNAL_STRENGTH 16:17
4117
4118#define TEA_PORT1 18:18
4119#define TEA_PORT0 19:19
4120
4121#define TEA_BAND 20:21
4122#define TEA_BAND_FM 0
4123#define TEA_BAND_MW 1
4124#define TEA_BAND_LW 2
4125#define TEA_BAND_SW 3
4126
4127#define TEA_MONO 22:22
4128#define TEA_ALLOW_STEREO 0
4129#define TEA_FORCE_MONO 1
4130
4131#define TEA_SEARCH_DIRECTION 23:23
4132#define TEA_SEARCH_DOWN 0
4133#define TEA_SEARCH_UP 1
4134
4135#define TEA_STATUS 24:24
4136#define TEA_STATUS_TUNED 0
4137#define TEA_STATUS_SEARCHING 1
4138
4139/* Low-level stuff */
4140static int tea5757_read(struct bttv *btv)
4141{
4142 unsigned long timeout;
4143 int value = 0;
4144 int i;
4145
4146 /* better safe than sorry */
4147 gpio_inout(btv->mbox_mask, btv->mbox_clk | btv->mbox_we);
4148
4149 if (btv->mbox_ior) {
4150 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel,
4151 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel);
4152 udelay(5);
4153 }
4154
4155 if (bttv_gpio)
4156 bttv_gpio_tracking(btv,"tea5757 read");
4157
4158 bus_low(btv,btv->mbox_we);
4159 bus_low(btv,btv->mbox_clk);
4160
4161 udelay(10);
4162 timeout= jiffies + HZ;
4163
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004164 /* wait for DATA line to go low; error if it doesn't */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165 while (bus_in(btv,btv->mbox_data) && time_before(jiffies, timeout))
4166 schedule();
4167 if (bus_in(btv,btv->mbox_data)) {
4168 printk(KERN_WARNING "bttv%d: tea5757: read timeout\n",btv->c.nr);
4169 return -1;
4170 }
4171
4172 dprintk("bttv%d: tea5757:",btv->c.nr);
4173 for(i = 0; i < 24; i++)
4174 {
4175 udelay(5);
4176 bus_high(btv,btv->mbox_clk);
4177 udelay(5);
4178 dprintk("%c",(bus_in(btv,btv->mbox_most) == 0)?'T':'-');
4179 bus_low(btv,btv->mbox_clk);
4180 value <<= 1;
4181 value |= (bus_in(btv,btv->mbox_data) == 0)?0:1; /* MSB first */
4182 dprintk("%c", (bus_in(btv,btv->mbox_most) == 0)?'S':'M');
4183 }
4184 dprintk("\nbttv%d: tea5757: read 0x%X\n", btv->c.nr, value);
4185 return value;
4186}
4187
4188static int tea5757_write(struct bttv *btv, int value)
4189{
4190 int i;
4191 int reg = value;
4192
4193 gpio_inout(btv->mbox_mask, btv->mbox_clk | btv->mbox_we | btv->mbox_data);
4194
4195 if (btv->mbox_ior) {
4196 gpio_bits(btv->mbox_ior | btv->mbox_iow | btv->mbox_csel,
4197 btv->mbox_ior | btv->mbox_iow | btv->mbox_csel);
4198 udelay(5);
4199 }
4200 if (bttv_gpio)
4201 bttv_gpio_tracking(btv,"tea5757 write");
4202
4203 dprintk("bttv%d: tea5757: write 0x%X\n", btv->c.nr, value);
4204 bus_low(btv,btv->mbox_clk);
4205 bus_high(btv,btv->mbox_we);
4206 for(i = 0; i < 25; i++)
4207 {
4208 if (reg & 0x1000000)
4209 bus_high(btv,btv->mbox_data);
4210 else
4211 bus_low(btv,btv->mbox_data);
4212 reg <<= 1;
4213 bus_high(btv,btv->mbox_clk);
4214 udelay(10);
4215 bus_low(btv,btv->mbox_clk);
4216 udelay(10);
4217 }
4218 bus_low(btv,btv->mbox_we); /* unmute !!! */
4219 return 0;
4220}
4221
4222void tea5757_set_freq(struct bttv *btv, unsigned short freq)
4223{
4224 dprintk("tea5757_set_freq %d\n",freq);
4225 tea5757_write(btv, 5 * freq + 0x358); /* add 10.7MHz (see docs) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226}
4227
4228
4229/* ----------------------------------------------------------------------- */
4230/* winview */
4231
Adrian Bunk943a4902005-12-01 00:51:35 -08004232static void winview_audio(struct bttv *btv, struct video_audio *v, int set)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233{
4234 /* PT2254A programming Jon Tombs, jon@gte.esi.us.es */
4235 int bits_out, loops, vol, data;
4236
4237 if (!set) {
4238 /* Fixed by Leandro Lucarella <luca@linuxmendoza.org.ar (07/31/01) */
4239 v->flags |= VIDEO_AUDIO_VOLUME;
4240 return;
4241 }
4242
4243 /* 32 levels logarithmic */
4244 vol = 32 - ((v->volume>>11));
4245 /* units */
4246 bits_out = (PT2254_DBS_IN_2>>(vol%5));
4247 /* tens */
4248 bits_out |= (PT2254_DBS_IN_10>>(vol/5));
4249 bits_out |= PT2254_L_CHANNEL | PT2254_R_CHANNEL;
4250 data = gpio_read();
4251 data &= ~(WINVIEW_PT2254_CLK| WINVIEW_PT2254_DATA|
4252 WINVIEW_PT2254_STROBE);
4253 for (loops = 17; loops >= 0 ; loops--) {
4254 if (bits_out & (1<<loops))
4255 data |= WINVIEW_PT2254_DATA;
4256 else
4257 data &= ~WINVIEW_PT2254_DATA;
4258 gpio_write(data);
4259 udelay(5);
4260 data |= WINVIEW_PT2254_CLK;
4261 gpio_write(data);
4262 udelay(5);
4263 data &= ~WINVIEW_PT2254_CLK;
4264 gpio_write(data);
4265 }
4266 data |= WINVIEW_PT2254_STROBE;
4267 data &= ~WINVIEW_PT2254_DATA;
4268 gpio_write(data);
4269 udelay(10);
4270 data &= ~WINVIEW_PT2254_STROBE;
4271 gpio_write(data);
4272}
4273
4274/* ----------------------------------------------------------------------- */
4275/* mono/stereo control for various cards (which don't use i2c chips but */
4276/* connect something to the GPIO pins */
4277
4278static void
4279gvbctv3pci_audio(struct bttv *btv, struct video_audio *v, int set)
4280{
4281 unsigned int con = 0;
4282
4283 if (set) {
4284 gpio_inout(0x300, 0x300);
4285 if (v->mode & VIDEO_SOUND_LANG1)
4286 con = 0x000;
4287 if (v->mode & VIDEO_SOUND_LANG2)
4288 con = 0x300;
4289 if (v->mode & VIDEO_SOUND_STEREO)
4290 con = 0x200;
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004291/* if (v->mode & VIDEO_SOUND_MONO)
4292 * con = 0x100; */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293 gpio_bits(0x300, con);
4294 } else {
4295 v->mode = VIDEO_SOUND_STEREO |
4296 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4297 }
4298}
4299
4300static void
4301gvbctv5pci_audio(struct bttv *btv, struct video_audio *v, int set)
4302{
4303 unsigned int val, con;
4304
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305 if (btv->radio_user)
4306 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307
4308 val = gpio_read();
4309 if (set) {
4310 con = 0x000;
4311 if (v->mode & VIDEO_SOUND_LANG2) {
4312 if (v->mode & VIDEO_SOUND_LANG1) {
4313 /* LANG1 + LANG2 */
4314 con = 0x100;
4315 }
4316 else {
4317 /* LANG2 */
4318 con = 0x300;
4319 }
4320 }
4321 if (con != (val & 0x300)) {
4322 gpio_bits(0x300, con);
4323 if (bttv_gpio)
4324 bttv_gpio_tracking(btv,"gvbctv5pci");
4325 }
4326 } else {
4327 switch (val & 0x70) {
4328 case 0x10:
4329 v->mode = VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4330 break;
4331 case 0x30:
4332 v->mode = VIDEO_SOUND_LANG2;
4333 break;
4334 case 0x50:
4335 v->mode = VIDEO_SOUND_LANG1;
4336 break;
4337 case 0x60:
4338 v->mode = VIDEO_SOUND_STEREO;
4339 break;
4340 case 0x70:
4341 v->mode = VIDEO_SOUND_MONO;
4342 break;
4343 default:
4344 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4345 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4346 }
4347 }
4348}
4349
4350/*
4351 * Mario Medina Nussbaum <medisoft@alohabbs.org.mx>
4352 * I discover that on BT848_GPIO_DATA address a byte 0xcce enable stereo,
4353 * 0xdde enables mono and 0xccd enables sap
4354 *
4355 * Petr Vandrovec <VANDROVE@vc.cvut.cz>
4356 * P.S.: At least mask in line above is wrong - GPIO pins 3,2 select
4357 * input/output sound connection, so both must be set for output mode.
4358 *
4359 * Looks like it's needed only for the "tvphone", the "tvphone 98"
4360 * handles this with a tda9840
4361 *
4362 */
4363static void
4364avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v, int set)
4365{
4366 int val = 0;
4367
4368 if (set) {
4369 if (v->mode & VIDEO_SOUND_LANG2) /* SAP */
4370 val = 0x02;
4371 if (v->mode & VIDEO_SOUND_STEREO)
4372 val = 0x01;
4373 if (val) {
4374 gpio_bits(0x03,val);
4375 if (bttv_gpio)
4376 bttv_gpio_tracking(btv,"avermedia");
4377 }
4378 } else {
4379 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4380 VIDEO_SOUND_LANG1;
4381 return;
4382 }
4383}
4384
4385static void
4386avermedia_tv_stereo_audio(struct bttv *btv, struct video_audio *v, int set)
4387{
4388 int val = 0;
4389
4390 if (set) {
4391 if (v->mode & VIDEO_SOUND_LANG2) /* SAP */
4392 val = 0x01;
4393 if (v->mode & VIDEO_SOUND_STEREO) /* STEREO */
4394 val = 0x02;
4395 btaor(val, ~0x03, BT848_GPIO_DATA);
4396 if (bttv_gpio)
4397 bttv_gpio_tracking(btv,"avermedia");
4398 } else {
4399 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4400 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4401 return;
4402 }
4403}
4404
4405/* Lifetec 9415 handling */
4406static void
4407lt9415_audio(struct bttv *btv, struct video_audio *v, int set)
4408{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004409 int val = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004411 if (gpio_read() & 0x4000) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412 v->mode = VIDEO_SOUND_MONO;
4413 return;
4414 }
4415
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004416 if (set) {
4417 if (v->mode & VIDEO_SOUND_LANG2) /* A2 SAP */
4418 val = 0x0080;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419 if (v->mode & VIDEO_SOUND_STEREO) /* A2 stereo */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004420 val = 0x0880;
4421 if ((v->mode & VIDEO_SOUND_LANG1) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422 (v->mode & VIDEO_SOUND_MONO))
4423 val = 0;
4424 gpio_bits(0x0880, val);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004425 if (bttv_gpio)
4426 bttv_gpio_tracking(btv,"lt9415");
4427 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428 /* autodetect doesn't work with this card :-( */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004429 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004431 return;
4432 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433}
4434
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004435/* TDA9821 on TerraTV+ Bt848, Bt878 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436static void
4437terratv_audio(struct bttv *btv, struct video_audio *v, int set)
4438{
4439 unsigned int con = 0;
4440
4441 if (set) {
4442 gpio_inout(0x180000,0x180000);
4443 if (v->mode & VIDEO_SOUND_LANG2)
4444 con = 0x080000;
4445 if (v->mode & VIDEO_SOUND_STEREO)
4446 con = 0x180000;
4447 gpio_bits(0x180000, con);
4448 if (bttv_gpio)
4449 bttv_gpio_tracking(btv,"terratv");
4450 } else {
4451 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4452 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4453 }
4454}
4455
4456static void
4457winfast2000_audio(struct bttv *btv, struct video_audio *v, int set)
4458{
4459 unsigned long val = 0;
4460
4461 if (set) {
4462 /*btor (0xc32000, BT848_GPIO_OUT_EN);*/
4463 if (v->mode & VIDEO_SOUND_MONO) /* Mono */
4464 val = 0x420000;
4465 if (v->mode & VIDEO_SOUND_LANG1) /* Mono */
4466 val = 0x420000;
4467 if (v->mode & VIDEO_SOUND_LANG2) /* SAP */
4468 val = 0x410000;
4469 if (v->mode & VIDEO_SOUND_STEREO) /* Stereo */
4470 val = 0x020000;
4471 if (val) {
4472 gpio_bits(0x430000, val);
4473 if (bttv_gpio)
4474 bttv_gpio_tracking(btv,"winfast2000");
4475 }
4476 } else {
4477 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4478 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4479 }
4480}
4481
4482/*
4483 * Dariusz Kowalewski <darekk@automex.pl>
4484 * sound control for Prolink PV-BT878P+9B (PixelView PlayTV Pro FM+NICAM
4485 * revision 9B has on-board TDA9874A sound decoder).
4486 *
4487 * Note: There are card variants without tda9874a. Forcing the "stereo sound route"
4488 * will mute this cards.
4489 */
4490static void
4491pvbt878p9b_audio(struct bttv *btv, struct video_audio *v, int set)
4492{
4493 unsigned int val = 0;
4494
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495 if (btv->radio_user)
4496 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497
4498 if (set) {
4499 if (v->mode & VIDEO_SOUND_MONO) {
4500 val = 0x01;
4501 }
4502 if ((v->mode & (VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2))
4503 || (v->mode & VIDEO_SOUND_STEREO)) {
4504 val = 0x02;
4505 }
4506 if (val) {
4507 gpio_bits(0x03,val);
4508 if (bttv_gpio)
4509 bttv_gpio_tracking(btv,"pvbt878p9b");
4510 }
4511 } else {
4512 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4513 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4514 }
4515}
4516
4517/*
4518 * Dariusz Kowalewski <darekk@automex.pl>
4519 * sound control for FlyVideo 2000S (with tda9874 decoder)
4520 * based on pvbt878p9b_audio() - this is not tested, please fix!!!
4521 */
4522static void
4523fv2000s_audio(struct bttv *btv, struct video_audio *v, int set)
4524{
4525 unsigned int val = 0xffff;
4526
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527 if (btv->radio_user)
4528 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529 if (set) {
4530 if (v->mode & VIDEO_SOUND_MONO) {
4531 val = 0x0000;
4532 }
4533 if ((v->mode & (VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2))
4534 || (v->mode & VIDEO_SOUND_STEREO)) {
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004535 val = 0x1080; /*-dk-???: 0x0880, 0x0080, 0x1800 ... */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536 }
4537 if (val != 0xffff) {
4538 gpio_bits(0x1800, val);
4539 if (bttv_gpio)
4540 bttv_gpio_tracking(btv,"fv2000s");
4541 }
4542 } else {
4543 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4544 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4545 }
4546}
4547
4548/*
4549 * sound control for Canopus WinDVR PCI
4550 * Masaki Suzuki <masaki@btree.org>
4551 */
4552static void
4553windvr_audio(struct bttv *btv, struct video_audio *v, int set)
4554{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004555 unsigned long val = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004557 if (set) {
4558 if (v->mode & VIDEO_SOUND_MONO)
4559 val = 0x040000;
4560 if (v->mode & VIDEO_SOUND_LANG1)
4561 val = 0;
4562 if (v->mode & VIDEO_SOUND_LANG2)
4563 val = 0x100000;
4564 if (v->mode & VIDEO_SOUND_STEREO)
4565 val = 0;
4566 if (val) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567 gpio_bits(0x140000, val);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004568 if (bttv_gpio)
Mauro Carvalho Chehabf2421ca2005-11-08 21:37:45 -08004569 bttv_gpio_tracking(btv,"windvr");
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004570 }
4571 } else {
4572 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4573 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4574 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575}
4576
4577/*
4578 * sound control for AD-TVK503
4579 * Hiroshi Takekawa <sian@big.or.jp>
4580 */
4581static void
4582adtvk503_audio(struct bttv *btv, struct video_audio *v, int set)
4583{
4584 unsigned int con = 0xffffff;
4585
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004586 /* btaor(0x1e0000, ~0x1e0000, BT848_GPIO_OUT_EN); */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587
4588 if (set) {
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004589 /* btor(***, BT848_GPIO_OUT_EN); */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590 if (v->mode & VIDEO_SOUND_LANG1)
4591 con = 0x00000000;
4592 if (v->mode & VIDEO_SOUND_LANG2)
4593 con = 0x00180000;
4594 if (v->mode & VIDEO_SOUND_STEREO)
4595 con = 0x00000000;
4596 if (v->mode & VIDEO_SOUND_MONO)
4597 con = 0x00060000;
4598 if (con != 0xffffff) {
4599 gpio_bits(0x1e0000,con);
4600 if (bttv_gpio)
4601 bttv_gpio_tracking(btv, "adtvk503");
4602 }
4603 } else {
4604 v->mode = VIDEO_SOUND_MONO | VIDEO_SOUND_STEREO |
4605 VIDEO_SOUND_LANG1 | VIDEO_SOUND_LANG2;
4606 }
4607}
4608
4609/* RemoteVision MX (rv605) muxsel helper [Miguel Freitas]
4610 *
4611 * This is needed because rv605 don't use a normal multiplex, but a crosspoint
4612 * switch instead (CD22M3494E). This IC can have multiple active connections
4613 * between Xn (input) and Yn (output) pins. We need to clear any existing
4614 * connection prior to establish a new one, pulsing the STROBE pin.
4615 *
4616 * The board hardwire Y0 (xpoint) to MUX1 and MUXOUT to Yin.
4617 * GPIO pins are wired as:
4618 * GPIO[0:3] - AX[0:3] (xpoint) - P1[0:3] (microcontroler)
4619 * GPIO[4:6] - AY[0:2] (xpoint) - P1[4:6] (microcontroler)
4620 * GPIO[7] - DATA (xpoint) - P1[7] (microcontroler)
4621 * GPIO[8] - - P3[5] (microcontroler)
4622 * GPIO[9] - RESET (xpoint) - P3[6] (microcontroler)
4623 * GPIO[10] - STROBE (xpoint) - P3[7] (microcontroler)
4624 * GPINTR - - P3[4] (microcontroler)
4625 *
4626 * The microcontroler is a 80C32 like. It should be possible to change xpoint
4627 * configuration either directly (as we are doing) or using the microcontroler
4628 * which is also wired to I2C interface. I have no further info on the
4629 * microcontroler features, one would need to disassembly the firmware.
4630 * note: the vendor refused to give any information on this product, all
4631 * that stuff was found using a multimeter! :)
4632 */
4633static void rv605_muxsel(struct bttv *btv, unsigned int input)
4634{
4635 /* reset all conections */
4636 gpio_bits(0x200,0x200);
4637 mdelay(1);
4638 gpio_bits(0x200,0x000);
4639 mdelay(1);
4640
4641 /* create a new conection */
4642 gpio_bits(0x480,0x080);
4643 gpio_bits(0x480,0x480);
4644 mdelay(1);
4645 gpio_bits(0x480,0x080);
4646 mdelay(1);
4647}
4648
4649/* Tibet Systems 'Progress DVR' CS16 muxsel helper [Chris Fanning]
4650 *
4651 * The CS16 (available on eBay cheap) is a PCI board with four Fusion
4652 * 878A chips, a PCI bridge, an Atmel microcontroller, four sync seperator
4653 * chips, ten eight input analog multiplexors, a not chip and a few
4654 * other components.
4655 *
4656 * 16 inputs on a secondary bracket are provided and can be selected
4657 * from each of the four capture chips. Two of the eight input
4658 * multiplexors are used to select from any of the 16 input signals.
4659 *
4660 * Unsupported hardware capabilities:
4661 * . A video output monitor on the secondary bracket can be selected from
4662 * one of the 878A chips.
4663 * . Another passthrough but I haven't spent any time investigating it.
4664 * . Digital I/O (logic level connected to GPIO) is available from an
4665 * onboard header.
4666 *
4667 * The on chip input mux should always be set to 2.
4668 * GPIO[16:19] - Video input selection
4669 * GPIO[0:3] - Video output monitor select (only available from one 878A)
4670 * GPIO[?:?] - Digital I/O.
4671 *
4672 * There is an ATMEL microcontroller with an 8031 core on board. I have not
4673 * determined what function (if any) it provides. With the microcontroller
4674 * and sync seperator chips a guess is that it might have to do with video
4675 * switching and maybe some digital I/O.
4676 */
4677static void tibetCS16_muxsel(struct bttv *btv, unsigned int input)
4678{
4679 /* video mux */
4680 gpio_bits(0x0f0000, input << 16);
4681}
4682
4683static void tibetCS16_init(struct bttv *btv)
4684{
4685 /* enable gpio bits, mask obtained via btSpy */
4686 gpio_inout(0xffffff, 0x0f7fff);
4687 gpio_write(0x0f7fff);
4688}
4689
4690/*
4691 * The following routines for the Kodicom-4400r get a little mind-twisting.
4692 * There is a "master" controller and three "slave" controllers, together
4693 * an analog switch which connects any of 16 cameras to any of the BT87A's.
4694 * The analog switch is controlled by the "master", but the detection order
4695 * of the four BT878A chips is in an order which I just don't understand.
4696 * The "master" is actually the second controller to be detected. The
4697 * logic on the board uses logical numbers for the 4 controlers, but
4698 * those numbers are different from the detection sequence. When working
4699 * with the analog switch, we need to "map" from the detection sequence
4700 * over to the board's logical controller number. This mapping sequence
4701 * is {3, 0, 2, 1}, i.e. the first controller to be detected is logical
4702 * unit 3, the second (which is the master) is logical unit 0, etc.
4703 * We need to maintain the status of the analog switch (which of the 16
4704 * cameras is connected to which of the 4 controllers). Rather than
4705 * add to the bttv structure for this, we use the data reserved for
4706 * the mbox (unused for this card type).
4707 */
4708
4709/*
4710 * First a routine to set the analog switch, which controls which camera
4711 * is routed to which controller. The switch comprises an X-address
4712 * (gpio bits 0-3, representing the camera, ranging from 0-15), and a
4713 * Y-address (gpio bits 4-6, representing the controller, ranging from 0-3).
4714 * A data value (gpio bit 7) of '1' enables the switch, and '0' disables
4715 * the switch. A STROBE bit (gpio bit 8) latches the data value into the
4716 * specified address. The idea is to set the address and data, then bring
4717 * STROBE high, and finally bring STROBE back to low.
4718 */
4719static void kodicom4400r_write(struct bttv *btv,
4720 unsigned char xaddr,
4721 unsigned char yaddr,
4722 unsigned char data) {
4723 unsigned int udata;
4724
4725 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf);
4726 gpio_bits(0x1ff, udata); /* write ADDR and DAT */
4727 gpio_bits(0x1ff, udata | (1 << 8)); /* strobe high */
4728 gpio_bits(0x1ff, udata); /* strobe low */
4729}
4730
4731/*
4732 * Next the mux select. Both the "master" and "slave" 'cards' (controllers)
4733 * use this routine. The routine finds the "master" for the card, maps
4734 * the controller number from the detected position over to the logical
4735 * number, writes the appropriate data to the analog switch, and housekeeps
4736 * the local copy of the switch information. The parameter 'input' is the
4737 * requested camera number (0 - 15).
4738 */
4739static void kodicom4400r_muxsel(struct bttv *btv, unsigned int input)
4740{
4741 char *sw_status;
4742 int xaddr, yaddr;
4743 struct bttv *mctlr;
4744 static unsigned char map[4] = {3, 0, 2, 1};
4745
4746 mctlr = master[btv->c.nr];
4747 if (mctlr == NULL) { /* ignore if master not yet detected */
4748 return;
4749 }
4750 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */
4751 yaddr = map[yaddr];
4752 sw_status = (char *)(&mctlr->mbox_we);
4753 xaddr = input & 0xf;
4754 /* Check if the controller/camera pair has changed, else ignore */
4755 if (sw_status[yaddr] != xaddr)
4756 {
4757 /* "open" the old switch, "close" the new one, save the new */
4758 kodicom4400r_write(mctlr, sw_status[yaddr], yaddr, 0);
4759 sw_status[yaddr] = xaddr;
4760 kodicom4400r_write(mctlr, xaddr, yaddr, 1);
4761 }
4762}
4763
4764/*
4765 * During initialisation, we need to reset the analog switch. We
4766 * also preset the switch to map the 4 connectors on the card to the
4767 * *user's* (see above description of kodicom4400r_muxsel) channels
4768 * 0 through 3
4769 */
4770static void kodicom4400r_init(struct bttv *btv)
4771{
4772 char *sw_status = (char *)(&btv->mbox_we);
4773 int ix;
4774
4775 gpio_inout(0x0003ff, 0x0003ff);
4776 gpio_write(1 << 9); /* reset MUX */
4777 gpio_write(0);
4778 /* Preset camera 0 to the 4 controllers */
4779 for (ix=0; ix<4; ix++) {
4780 sw_status[ix] = ix;
4781 kodicom4400r_write(btv, ix, ix, 1);
4782 }
4783 /*
4784 * Since this is the "master", we need to set up the
4785 * other three controller chips' pointers to this structure
4786 * for later use in the muxsel routine.
4787 */
4788 if ((btv->c.nr<1) || (btv->c.nr>BTTV_MAX-3))
4789 return;
4790 master[btv->c.nr-1] = btv;
4791 master[btv->c.nr] = btv;
4792 master[btv->c.nr+1] = btv;
4793 master[btv->c.nr+2] = btv;
4794}
4795
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004796/* The Grandtec X-Guard framegrabber card uses two Dual 4-channel
4797 * video multiplexers to provide up to 16 video inputs. These
4798 * multiplexers are controlled by the lower 8 GPIO pins of the
4799 * bt878. The multiplexers probably Pericom PI5V331Q or similar.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004800
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004801 * xxx0 is pin xxx of multiplexer U5,
4802 * yyy1 is pin yyy of multiplexer U2
4803 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004804#define ENA0 0x01
4805#define ENB0 0x02
4806#define ENA1 0x04
4807#define ENB1 0x08
4808
4809#define IN10 0x10
4810#define IN00 0x20
4811#define IN11 0x40
4812#define IN01 0x80
4813
4814static void xguard_muxsel(struct bttv *btv, unsigned int input)
4815{
4816 static const int masks[] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004817 ENB0, ENB0|IN00, ENB0|IN10, ENB0|IN00|IN10,
4818 ENA0, ENA0|IN00, ENA0|IN10, ENA0|IN00|IN10,
4819 ENB1, ENB1|IN01, ENB1|IN11, ENB1|IN01|IN11,
4820 ENA1, ENA1|IN01, ENA1|IN11, ENA1|IN01|IN11,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004821 };
4822 gpio_write(masks[input%16]);
4823}
4824static void picolo_tetra_init(struct bttv *btv)
4825{
4826 /*This is the video input redirection fonctionality : I DID NOT USED IT. */
4827 btwrite (0x08<<16,BT848_GPIO_DATA);/*GPIO[19] [==> 4053 B+C] set to 1 */
4828 btwrite (0x04<<16,BT848_GPIO_DATA);/*GPIO[18] [==> 4053 A] set to 1*/
4829}
4830static void picolo_tetra_muxsel (struct bttv* btv, unsigned int input)
4831{
4832
4833 dprintk (KERN_DEBUG "bttv%d : picolo_tetra_muxsel => input = %d\n",btv->c.nr,input);
4834 /*Just set the right path in the analog multiplexers : channel 1 -> 4 ==> Analog Mux ==> MUX0*/
4835 /*GPIO[20]&GPIO[21] used to choose the right input*/
4836 btwrite (input<<20,BT848_GPIO_DATA);
4837
4838}
4839
4840/*
4841 * ivc120_muxsel [Added by Alan Garfield <alan@fromorbit.com>]
4842 *
4843 * The IVC120G security card has 4 i2c controlled TDA8540 matrix
4844 * swichers to provide 16 channels to MUX0. The TDA8540's have
Andreas Mohrd6e05ed2006-06-26 18:35:02 +02004845 * 4 independent outputs and as such the IVC120G also has the
Linus Torvalds1da177e2005-04-16 15:20:36 -07004846 * optional "Monitor Out" bus. This allows the card to be looking
4847 * at one input while the monitor is looking at another.
4848 *
4849 * Since I've couldn't be bothered figuring out how to add an
4850 * independant muxsel for the monitor bus, I've just set it to
4851 * whatever the card is looking at.
4852 *
4853 * OUT0 of the TDA8540's is connected to MUX0 (0x03)
4854 * OUT1 of the TDA8540's is connected to "Monitor Out" (0x0C)
4855 *
4856 * TDA8540_ALT3 IN0-3 = Channel 13 - 16 (0x03)
4857 * TDA8540_ALT4 IN0-3 = Channel 1 - 4 (0x03)
4858 * TDA8540_ALT5 IN0-3 = Channel 5 - 8 (0x03)
4859 * TDA8540_ALT6 IN0-3 = Channel 9 - 12 (0x03)
4860 *
4861 */
4862
4863/* All 7 possible sub-ids for the TDA8540 Matrix Switcher */
4864#define I2C_TDA8540 0x90
4865#define I2C_TDA8540_ALT1 0x92
4866#define I2C_TDA8540_ALT2 0x94
4867#define I2C_TDA8540_ALT3 0x96
4868#define I2C_TDA8540_ALT4 0x98
4869#define I2C_TDA8540_ALT5 0x9a
4870#define I2C_TDA8540_ALT6 0x9c
4871
4872static void ivc120_muxsel(struct bttv *btv, unsigned int input)
4873{
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004874 /* Simple maths */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875 int key = input % 4;
4876 int matrix = input / 4;
4877
4878 dprintk("bttv%d: ivc120_muxsel: Input - %02d | TDA - %02d | In - %02d\n",
4879 btv->c.nr, input, matrix, key);
4880
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004881 /* Handles the input selection on the TDA8540's */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882 bttv_I2CWrite(btv, I2C_TDA8540_ALT3, 0x00,
4883 ((matrix == 3) ? (key | key << 2) : 0x00), 1);
4884 bttv_I2CWrite(btv, I2C_TDA8540_ALT4, 0x00,
4885 ((matrix == 0) ? (key | key << 2) : 0x00), 1);
4886 bttv_I2CWrite(btv, I2C_TDA8540_ALT5, 0x00,
4887 ((matrix == 1) ? (key | key << 2) : 0x00), 1);
4888 bttv_I2CWrite(btv, I2C_TDA8540_ALT6, 0x00,
4889 ((matrix == 2) ? (key | key << 2) : 0x00), 1);
4890
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004891 /* Handles the output enables on the TDA8540's */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 bttv_I2CWrite(btv, I2C_TDA8540_ALT3, 0x02,
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004893 ((matrix == 3) ? 0x03 : 0x00), 1); /* 13 - 16 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894 bttv_I2CWrite(btv, I2C_TDA8540_ALT4, 0x02,
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004895 ((matrix == 0) ? 0x03 : 0x00), 1); /* 1-4 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004896 bttv_I2CWrite(btv, I2C_TDA8540_ALT5, 0x02,
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004897 ((matrix == 1) ? 0x03 : 0x00), 1); /* 5-8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898 bttv_I2CWrite(btv, I2C_TDA8540_ALT6, 0x02,
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004899 ((matrix == 2) ? 0x03 : 0x00), 1); /* 9-12 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004900
Mauro Carvalho Chehab24a70fd2005-09-09 13:03:39 -07004901 /* Selects MUX0 for input on the 878 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902 btaor((0)<<5, ~(3<<5), BT848_IFORM);
4903}
4904
4905
4906/* PXC200 muxsel helper
4907 * luke@syseng.anu.edu.au
4908 * another transplant
4909 * from Alessandro Rubini (rubini@linux.it)
4910 *
4911 * There are 4 kinds of cards:
4912 * PXC200L which is bt848
4913 * PXC200F which is bt848 with PIC controlling mux
4914 * PXC200AL which is bt878
4915 * PXC200AF which is bt878 with PIC controlling mux
4916 */
4917#define PX_CFG_PXC200F 0x01
4918#define PX_FLAG_PXC200A 0x00001000 /* a pxc200A is bt-878 based */
4919#define PX_I2C_PIC 0x0f
4920#define PX_PXC200A_CARDID 0x200a1295
4921#define PX_I2C_CMD_CFG 0x00
4922
4923static void PXC200_muxsel(struct bttv *btv, unsigned int input)
4924{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004925 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004926 long mux;
4927 int bitmask;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004928 unsigned char buf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929
4930 /* Read PIC config to determine if this is a PXC200F */
4931 /* PX_I2C_CMD_CFG*/
4932 buf[0]=0;
4933 buf[1]=0;
4934 rc=bttv_I2CWrite(btv,(PX_I2C_PIC<<1),buf[0],buf[1],1);
4935 if (rc) {
4936 printk(KERN_DEBUG "bttv%d: PXC200_muxsel: pic cfg write failed:%d\n", btv->c.nr,rc);
4937 /* not PXC ? do nothing */
4938 return;
4939 }
4940
4941 rc=bttv_I2CRead(btv,(PX_I2C_PIC<<1),NULL);
4942 if (!(rc & PX_CFG_PXC200F)) {
4943 printk(KERN_DEBUG "bttv%d: PXC200_muxsel: not PXC200F rc:%d \n", btv->c.nr,rc);
4944 return;
4945 }
4946
4947
4948 /* The multiplexer in the 200F is handled by the GPIO port */
4949 /* get correct mapping between inputs */
4950 /* mux = bttv_tvcards[btv->type].muxsel[input] & 3; */
4951 /* ** not needed!? */
4952 mux = input;
4953
4954 /* make sure output pins are enabled */
4955 /* bitmask=0x30f; */
4956 bitmask=0x302;
4957 /* check whether we have a PXC200A */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004958 if (btv->cardid == PX_PXC200A_CARDID) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959 bitmask ^= 0x180; /* use 7 and 9, not 8 and 9 */
4960 bitmask |= 7<<4; /* the DAC */
4961 }
4962 btwrite(bitmask, BT848_GPIO_OUT_EN);
4963
4964 bitmask = btread(BT848_GPIO_DATA);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004965 if (btv->cardid == PX_PXC200A_CARDID)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966 bitmask = (bitmask & ~0x280) | ((mux & 2) << 8) | ((mux & 1) << 7);
4967 else /* older device */
4968 bitmask = (bitmask & ~0x300) | ((mux & 3) << 8);
4969 btwrite(bitmask,BT848_GPIO_DATA);
4970
4971 /*
4972 * Was "to be safe, set the bt848 to input 0"
4973 * Actually, since it's ok at load time, better not messing
4974 * with these bits (on PXC200AF you need to set mux 2 here)
4975 *
4976 * needed because bttv-driver sets mux before calling this function
4977 */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08004978 if (btv->cardid == PX_PXC200A_CARDID)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004979 btaor(2<<5, ~BT848_IFORM_MUXSEL, BT848_IFORM);
4980 else /* older device */
4981 btand(~BT848_IFORM_MUXSEL,BT848_IFORM);
4982
4983 printk(KERN_DEBUG "bttv%d: setting input channel to:%d\n", btv->c.nr,(int)mux);
4984}
4985
4986/* ----------------------------------------------------------------------- */
4987/* motherboard chipset specific stuff */
4988
4989void __devinit bttv_check_chipset(void)
4990{
4991 int pcipci_fail = 0;
4992 struct pci_dev *dev = NULL;
4993
Alan Cox3d265c92006-09-14 11:53:16 -03004994 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995 pcipci_fail = 1;
4996 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF))
4997 triton1 = 1;
4998 if (pci_pci_problems & PCIPCI_VSFX)
4999 vsfx = 1;
5000#ifdef PCIPCI_ALIMAGIK
5001 if (pci_pci_problems & PCIPCI_ALIMAGIK)
5002 latency = 0x0A;
5003#endif
5004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005005
5006 /* print warnings about any quirks found */
5007 if (triton1)
5008 printk(KERN_INFO "bttv: Host bridge needs ETBF enabled.\n");
5009 if (vsfx)
5010 printk(KERN_INFO "bttv: Host bridge needs VSFX enabled.\n");
5011 if (pcipci_fail) {
Mauro Carvalho Chehab9050d942006-03-10 16:46:50 -03005012 printk(KERN_INFO "bttv: bttv and your chipset may not work "
5013 "together.\n");
Mauro Carvalho Chehab4dcef522005-08-04 12:53:30 -07005014 if (!no_overlay) {
Mauro Carvalho Chehab9050d942006-03-10 16:46:50 -03005015 printk(KERN_INFO "bttv: overlay will be disabled.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005016 no_overlay = 1;
Mauro Carvalho Chehab4dcef522005-08-04 12:53:30 -07005017 } else {
Mauro Carvalho Chehab9050d942006-03-10 16:46:50 -03005018 printk(KERN_INFO "bttv: overlay forced. Use this "
5019 "option at your own risk.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020 }
5021 }
5022 if (UNSET != latency)
5023 printk(KERN_INFO "bttv: pci latency fixup [%d]\n",latency);
Mauro Carvalho Chehab2bfa1ac2005-11-08 21:36:51 -08005024 while ((dev = pci_get_device(PCI_VENDOR_ID_INTEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025 PCI_DEVICE_ID_INTEL_82441, dev))) {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08005026 unsigned char b;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005027 pci_read_config_byte(dev, 0x53, &b);
5028 if (bttv_debug)
5029 printk(KERN_INFO "bttv: Host bridge: 82441FX Natoma, "
5030 "bufcon=0x%02x\n",b);
5031 }
5032}
5033
5034int __devinit bttv_handle_chipset(struct bttv *btv)
5035{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08005036 unsigned char command;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005037
5038 if (!triton1 && !vsfx && UNSET == latency)
5039 return 0;
5040
5041 if (bttv_verbose) {
5042 if (triton1)
5043 printk(KERN_INFO "bttv%d: enabling ETBF (430FX/VP3 compatibilty)\n",btv->c.nr);
5044 if (vsfx && btv->id >= 878)
5045 printk(KERN_INFO "bttv%d: enabling VSFX\n",btv->c.nr);
5046 if (UNSET != latency)
5047 printk(KERN_INFO "bttv%d: setting pci timer to %d\n",
5048 btv->c.nr,latency);
5049 }
5050
5051 if (btv->id < 878) {
5052 /* bt848 (mis)uses a bit in the irq mask for etbf */
5053 if (triton1)
5054 btv->triton1 = BT848_INT_ETBF;
5055 } else {
5056 /* bt878 has a bit in the pci config space for it */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08005057 pci_read_config_byte(btv->c.pci, BT878_DEVCTRL, &command);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005058 if (triton1)
5059 command |= BT878_EN_TBFX;
5060 if (vsfx)
5061 command |= BT878_EN_VSFX;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08005062 pci_write_config_byte(btv->c.pci, BT878_DEVCTRL, command);
5063 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064 if (UNSET != latency)
5065 pci_write_config_byte(btv->c.pci, PCI_LATENCY_TIMER, latency);
5066 return 0;
5067}
5068
5069
5070/*
5071 * Local variables:
5072 * c-basic-offset: 8
5073 * End:
5074 */