Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[pandora-kernel.git] / drivers / media / video / cx18 / cx18-cards.c
1 /*
2  *  cx18 functions to query card hardware
3  *
4  *  Derived from ivtv-cards.c
5  *
6  *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
7  *  Copyright (C) 2008  Andy Walls <awalls@md.metrocast.net>
8  *
9  *  This program is free software; you can redistribute it and/or modify
10  *  it under the terms of the GNU General Public License as published by
11  *  the Free Software Foundation; either version 2 of the License, or
12  *  (at your option) any later version.
13  *
14  *  This program is distributed in the hope that it will be useful,
15  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *  GNU General Public License for more details.
18  *
19  *  You should have received a copy of the GNU General Public License
20  *  along with this program; if not, write to the Free Software
21  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22  *  02111-1307  USA
23  */
24
25 #include "cx18-driver.h"
26 #include "cx18-cards.h"
27 #include "cx18-av-core.h"
28 #include "cx18-i2c.h"
29 #include <media/cs5345.h>
30
31 #define V4L2_STD_PAL_SECAM (V4L2_STD_PAL|V4L2_STD_SECAM)
32
33 /********************** card configuration *******************************/
34
35 /* usual i2c tuner addresses to probe */
36 static struct cx18_card_tuner_i2c cx18_i2c_std = {
37         .radio = { I2C_CLIENT_END },
38         .demod = { 0x43, I2C_CLIENT_END },
39         .tv    = { 0x61, 0x60, I2C_CLIENT_END },
40 };
41
42 /* Please add new PCI IDs to: http://pci-ids.ucw.cz/
43    This keeps the PCI ID database up to date. Note that the entries
44    must be added under vendor 0x4444 (Conexant) as subsystem IDs.
45    New vendor IDs should still be added to the vendor ID list. */
46
47 /* Hauppauge HVR-1600 cards */
48
49 /* Note: for Hauppauge cards the tveeprom information is used instead
50    of PCI IDs */
51 static const struct cx18_card cx18_card_hvr1600_esmt = {
52         .type = CX18_CARD_HVR_1600_ESMT,
53         .name = "Hauppauge HVR-1600",
54         .comment = "Simultaneous Digital and Analog TV capture supported\n",
55         .v4l2_capabilities = CX18_CAP_ENCODER,
56         .hw_audio_ctrl = CX18_HW_418_AV,
57         .hw_muxer = CX18_HW_CS5345,
58         .hw_all = CX18_HW_TVEEPROM | CX18_HW_418_AV | CX18_HW_TUNER |
59                   CX18_HW_CS5345 | CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL |
60                   CX18_HW_Z8F0811_IR_HAUP,
61         .video_inputs = {
62                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE7 },
63                 { CX18_CARD_INPUT_SVIDEO1,    1, CX18_AV_SVIDEO1    },
64                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE3 },
65                 { CX18_CARD_INPUT_SVIDEO2,    2, CX18_AV_SVIDEO2    },
66                 { CX18_CARD_INPUT_COMPOSITE2, 2, CX18_AV_COMPOSITE4 },
67         },
68         .audio_inputs = {
69                 { CX18_CARD_INPUT_AUD_TUNER,
70                   CX18_AV_AUDIO8, CS5345_IN_1 | CS5345_MCLK_1_5 },
71                 { CX18_CARD_INPUT_LINE_IN1,
72                   CX18_AV_AUDIO_SERIAL1, CS5345_IN_2 },
73                 { CX18_CARD_INPUT_LINE_IN2,
74                   CX18_AV_AUDIO_SERIAL1, CS5345_IN_3 },
75         },
76         .radio_input = { CX18_CARD_INPUT_AUD_TUNER,
77                          CX18_AV_AUDIO_SERIAL1, CS5345_IN_4 },
78         .ddr = {
79                 /* ESMT M13S128324A-5B memory */
80                 .chip_config = 0x003,
81                 .refresh = 0x30c,
82                 .timing1 = 0x44220e82,
83                 .timing2 = 0x08,
84                 .tune_lane = 0,
85                 .initial_emrs = 0,
86         },
87         .gpio_init.initial_value = 0x3001,
88         .gpio_init.direction = 0x3001,
89         .gpio_i2c_slave_reset = {
90                 .active_lo_mask = 0x3001,
91                 .msecs_asserted = 10,
92                 .msecs_recovery = 40,
93                 .ir_reset_mask  = 0x0001,
94         },
95         .i2c = &cx18_i2c_std,
96 };
97
98 static const struct cx18_card cx18_card_hvr1600_samsung = {
99         .type = CX18_CARD_HVR_1600_SAMSUNG,
100         .name = "Hauppauge HVR-1600 (Preproduction)",
101         .comment = "Simultaneous Digital and Analog TV capture supported\n",
102         .v4l2_capabilities = CX18_CAP_ENCODER,
103         .hw_audio_ctrl = CX18_HW_418_AV,
104         .hw_muxer = CX18_HW_CS5345,
105         .hw_all = CX18_HW_TVEEPROM | CX18_HW_418_AV | CX18_HW_TUNER |
106                   CX18_HW_CS5345 | CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL |
107                   CX18_HW_Z8F0811_IR_HAUP,
108         .video_inputs = {
109                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE7 },
110                 { CX18_CARD_INPUT_SVIDEO1,    1, CX18_AV_SVIDEO1    },
111                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE3 },
112                 { CX18_CARD_INPUT_SVIDEO2,    2, CX18_AV_SVIDEO2    },
113                 { CX18_CARD_INPUT_COMPOSITE2, 2, CX18_AV_COMPOSITE4 },
114         },
115         .audio_inputs = {
116                 { CX18_CARD_INPUT_AUD_TUNER,
117                   CX18_AV_AUDIO8, CS5345_IN_1 | CS5345_MCLK_1_5 },
118                 { CX18_CARD_INPUT_LINE_IN1,
119                   CX18_AV_AUDIO_SERIAL1, CS5345_IN_2 },
120                 { CX18_CARD_INPUT_LINE_IN2,
121                   CX18_AV_AUDIO_SERIAL1, CS5345_IN_3 },
122         },
123         .radio_input = { CX18_CARD_INPUT_AUD_TUNER,
124                          CX18_AV_AUDIO_SERIAL1, CS5345_IN_4 },
125         .ddr = {
126                 /* Samsung K4D263238G-VC33 memory */
127                 .chip_config = 0x003,
128                 .refresh = 0x30c,
129                 .timing1 = 0x23230b73,
130                 .timing2 = 0x08,
131                 .tune_lane = 0,
132                 .initial_emrs = 2,
133         },
134         .gpio_init.initial_value = 0x3001,
135         .gpio_init.direction = 0x3001,
136         .gpio_i2c_slave_reset = {
137                 .active_lo_mask = 0x3001,
138                 .msecs_asserted = 10,
139                 .msecs_recovery = 40,
140                 .ir_reset_mask  = 0x0001,
141         },
142         .i2c = &cx18_i2c_std,
143 };
144
145 /* ------------------------------------------------------------------------- */
146
147 /* Compro VideoMate H900: note that this card is analog only! */
148
149 static const struct cx18_card_pci_info cx18_pci_h900[] = {
150         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_COMPRO, 0xe100 },
151         { 0, 0, 0 }
152 };
153
154 static const struct cx18_card cx18_card_h900 = {
155         .type = CX18_CARD_COMPRO_H900,
156         .name = "Compro VideoMate H900",
157         .comment = "Analog TV capture supported\n",
158         .v4l2_capabilities = CX18_CAP_ENCODER,
159         .hw_audio_ctrl = CX18_HW_418_AV,
160         .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_RESET_CTRL,
161         .video_inputs = {
162                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
163                 { CX18_CARD_INPUT_SVIDEO1,    1,
164                         CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
165                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE1 },
166         },
167         .audio_inputs = {
168                 { CX18_CARD_INPUT_AUD_TUNER,
169                   CX18_AV_AUDIO5, 0 },
170                 { CX18_CARD_INPUT_LINE_IN1,
171                   CX18_AV_AUDIO_SERIAL1, 0 },
172         },
173         .radio_input = { CX18_CARD_INPUT_AUD_TUNER,
174                          CX18_AV_AUDIO_SERIAL1, 0 },
175         .tuners = {
176                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
177         },
178         .ddr = {
179                 /* EtronTech EM6A9160TS-5G memory */
180                 .chip_config = 0x50003,
181                 .refresh = 0x753,
182                 .timing1 = 0x24330e84,
183                 .timing2 = 0x1f,
184                 .tune_lane = 0,
185                 .initial_emrs = 0,
186         },
187         .xceive_pin = 15,
188         .pci_list = cx18_pci_h900,
189         .i2c = &cx18_i2c_std,
190 };
191
192 /* ------------------------------------------------------------------------- */
193
194 /* Yuan MPC718: not working at the moment! */
195
196 static const struct cx18_card_pci_info cx18_pci_mpc718[] = {
197         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_YUAN, 0x0718 },
198         { 0, 0, 0 }
199 };
200
201 static const struct cx18_card cx18_card_mpc718 = {
202         .type = CX18_CARD_YUAN_MPC718,
203         .name = "Yuan MPC718 MiniPCI DVB-T/Analog",
204         .comment = "Experimenters needed for device to work well.\n"
205                   "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
206         .v4l2_capabilities = CX18_CAP_ENCODER,
207         .hw_audio_ctrl = CX18_HW_418_AV,
208         .hw_muxer = CX18_HW_GPIO_MUX,
209         .hw_all = CX18_HW_TVEEPROM | CX18_HW_418_AV | CX18_HW_TUNER |
210                   CX18_HW_GPIO_MUX | CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL,
211         .video_inputs = {
212                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
213                 { CX18_CARD_INPUT_SVIDEO1,    1,
214                                 CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
215                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE1 },
216                 { CX18_CARD_INPUT_SVIDEO2,    2,
217                                 CX18_AV_SVIDEO_LUMA7 | CX18_AV_SVIDEO_CHROMA8 },
218                 { CX18_CARD_INPUT_COMPOSITE2, 2, CX18_AV_COMPOSITE6 },
219         },
220         .audio_inputs = {
221                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
222                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
223                 { CX18_CARD_INPUT_LINE_IN2,  CX18_AV_AUDIO_SERIAL2, 1 },
224         },
225         .tuners = {
226                 /* XC3028 tuner */
227                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
228         },
229         /* FIXME - the FM radio is just a guess and driver doesn't use SIF */
230         .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
231         .ddr = {
232                 /* Hynix HY5DU283222B DDR RAM */
233                 .chip_config = 0x303,
234                 .refresh = 0x3bd,
235                 .timing1 = 0x36320966,
236                 .timing2 = 0x1f,
237                 .tune_lane = 0,
238                 .initial_emrs = 2,
239         },
240         .gpio_init.initial_value = 0x1,
241         .gpio_init.direction = 0x3,
242         /* FIXME - these GPIO's are just guesses */
243         .gpio_audio_input = { .mask   = 0x3,
244                               .tuner  = 0x1,
245                               .linein = 0x3,
246                               .radio  = 0x1 },
247         .xceive_pin = 0,
248         .pci_list = cx18_pci_mpc718,
249         .i2c = &cx18_i2c_std,
250 };
251
252 /* ------------------------------------------------------------------------- */
253
254 /* GoTView PCI */
255
256 static const struct cx18_card_pci_info cx18_pci_gotview_dvd3[] = {
257         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_GOTVIEW, 0x3343 },
258         { 0, 0, 0 }
259 };
260
261 static const struct cx18_card cx18_card_gotview_dvd3 = {
262         .type = CX18_CARD_GOTVIEW_PCI_DVD3,
263         .name = "GoTView PCI DVD3 Hybrid",
264         .comment = "Experimenters needed for device to work well.\n"
265                   "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
266         .v4l2_capabilities = CX18_CAP_ENCODER,
267         .hw_audio_ctrl = CX18_HW_418_AV,
268         .hw_muxer = CX18_HW_GPIO_MUX,
269         .hw_all = CX18_HW_TVEEPROM | CX18_HW_418_AV | CX18_HW_TUNER |
270                   CX18_HW_GPIO_MUX | CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL,
271         .video_inputs = {
272                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
273                 { CX18_CARD_INPUT_SVIDEO1,    1,
274                                 CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
275                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE1 },
276                 { CX18_CARD_INPUT_SVIDEO2,    2,
277                                 CX18_AV_SVIDEO_LUMA7 | CX18_AV_SVIDEO_CHROMA8 },
278                 { CX18_CARD_INPUT_COMPOSITE2, 2, CX18_AV_COMPOSITE6 },
279         },
280         .audio_inputs = {
281                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
282                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
283                 { CX18_CARD_INPUT_LINE_IN2,  CX18_AV_AUDIO_SERIAL2, 1 },
284         },
285         .tuners = {
286                 /* XC3028 tuner */
287                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
288         },
289         /* FIXME - the FM radio is just a guess and driver doesn't use SIF */
290         .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
291         .ddr = {
292                 /* Hynix HY5DU283222B DDR RAM */
293                 .chip_config = 0x303,
294                 .refresh = 0x3bd,
295                 .timing1 = 0x36320966,
296                 .timing2 = 0x1f,
297                 .tune_lane = 0,
298                 .initial_emrs = 2,
299         },
300         .gpio_init.initial_value = 0x1,
301         .gpio_init.direction = 0x3,
302
303         .gpio_audio_input = { .mask   = 0x3,
304                               .tuner  = 0x1,
305                               .linein = 0x2,
306                               .radio  = 0x1 },
307         .xceive_pin = 0,
308         .pci_list = cx18_pci_gotview_dvd3,
309         .i2c = &cx18_i2c_std,
310 };
311
312 /* ------------------------------------------------------------------------- */
313
314 /* Conexant Raptor PAL/SECAM: note that this card is analog only! */
315
316 static const struct cx18_card_pci_info cx18_pci_cnxt_raptor_pal[] = {
317         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_CONEXANT, 0x0009 },
318         { 0, 0, 0 }
319 };
320
321 static const struct cx18_card cx18_card_cnxt_raptor_pal = {
322         .type = CX18_CARD_CNXT_RAPTOR_PAL,
323         .name = "Conexant Raptor PAL/SECAM",
324         .comment = "Analog TV capture supported\n",
325         .v4l2_capabilities = CX18_CAP_ENCODER,
326         .hw_audio_ctrl = CX18_HW_418_AV,
327         .hw_muxer = CX18_HW_GPIO_MUX,
328         .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_MUX,
329         .video_inputs = {
330                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
331                 { CX18_CARD_INPUT_SVIDEO1,    1,
332                         CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
333                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE1 },
334                 { CX18_CARD_INPUT_SVIDEO2,    2,
335                         CX18_AV_SVIDEO_LUMA7 | CX18_AV_SVIDEO_CHROMA8 },
336                 { CX18_CARD_INPUT_COMPOSITE2, 2, CX18_AV_COMPOSITE6 },
337         },
338         .audio_inputs = {
339                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
340                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
341                 { CX18_CARD_INPUT_LINE_IN2,  CX18_AV_AUDIO_SERIAL2, 1 },
342         },
343         .tuners = {
344                 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
345         },
346         .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO_SERIAL1, 2 },
347         .ddr = {
348                 /* MT 46V16M16 memory */
349                 .chip_config = 0x50306,
350                 .refresh = 0x753,
351                 .timing1 = 0x33220953,
352                 .timing2 = 0x09,
353                 .tune_lane = 0,
354                 .initial_emrs = 0,
355         },
356         .gpio_init.initial_value = 0x1002,
357         .gpio_init.direction = 0xf002,
358         .gpio_audio_input = { .mask   = 0xf002,
359                               .tuner  = 0x1002,   /* LED D1  Tuner AF  */
360                               .linein = 0x2000,   /* LED D2  Line In 1 */
361                               .radio  = 0x4002 }, /* LED D3  Tuner AF  */
362         .pci_list = cx18_pci_cnxt_raptor_pal,
363         .i2c = &cx18_i2c_std,
364 };
365
366 /* ------------------------------------------------------------------------- */
367
368 /* Toshiba Qosmio laptop internal DVB-T/Analog Hybrid Tuner */
369
370 static const struct cx18_card_pci_info cx18_pci_toshiba_qosmio_dvbt[] = {
371         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_TOSHIBA, 0x0110 },
372         { 0, 0, 0 }
373 };
374
375 static const struct cx18_card cx18_card_toshiba_qosmio_dvbt = {
376         .type = CX18_CARD_TOSHIBA_QOSMIO_DVBT,
377         .name = "Toshiba Qosmio DVB-T/Analog",
378         .comment = "Experimenters and photos needed for device to work well.\n"
379                   "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
380         .v4l2_capabilities = CX18_CAP_ENCODER,
381         .hw_audio_ctrl = CX18_HW_418_AV,
382         .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_RESET_CTRL,
383         .video_inputs = {
384                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE6 },
385                 { CX18_CARD_INPUT_SVIDEO1,    1,
386                         CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
387                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE1 },
388         },
389         .audio_inputs = {
390                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
391                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
392         },
393         .tuners = {
394                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
395         },
396         .ddr = {
397                 .chip_config = 0x202,
398                 .refresh = 0x3bb,
399                 .timing1 = 0x33320a63,
400                 .timing2 = 0x0a,
401                 .tune_lane = 0,
402                 .initial_emrs = 0x42,
403         },
404         .xceive_pin = 15,
405         .pci_list = cx18_pci_toshiba_qosmio_dvbt,
406         .i2c = &cx18_i2c_std,
407 };
408
409 /* ------------------------------------------------------------------------- */
410
411 /* Leadtek WinFast PVR2100 */
412
413 static const struct cx18_card_pci_info cx18_pci_leadtek_pvr2100[] = {
414         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_LEADTEK, 0x6f27 }, /* PVR2100   */
415         { 0, 0, 0 }
416 };
417
418 static const struct cx18_card cx18_card_leadtek_pvr2100 = {
419         .type = CX18_CARD_LEADTEK_PVR2100,
420         .name = "Leadtek WinFast PVR2100",
421         .comment = "Experimenters and photos needed for device to work well.\n"
422                   "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
423         .v4l2_capabilities = CX18_CAP_ENCODER,
424         .hw_audio_ctrl = CX18_HW_418_AV,
425         .hw_muxer = CX18_HW_GPIO_MUX,
426         .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_MUX |
427                   CX18_HW_GPIO_RESET_CTRL,
428         .video_inputs = {
429                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
430                 { CX18_CARD_INPUT_SVIDEO1,    1,
431                         CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
432                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 },
433                 { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 },
434         },
435         .audio_inputs = {
436                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
437                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
438         },
439         .tuners = {
440                 /* XC2028 tuner */
441                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
442         },
443         .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
444         .ddr = {
445                 /* Pointer to proper DDR config values provided by Terry Wu */
446                 .chip_config = 0x303,
447                 .refresh = 0x3bb,
448                 .timing1 = 0x24220e83,
449                 .timing2 = 0x1f,
450                 .tune_lane = 0,
451                 .initial_emrs = 0x2,
452         },
453         .gpio_init.initial_value = 0x6,
454         .gpio_init.direction = 0x7,
455         .gpio_audio_input = { .mask   = 0x7,
456                               .tuner  = 0x6, .linein = 0x2, .radio  = 0x2 },
457         .xceive_pin = 1,
458         .pci_list = cx18_pci_leadtek_pvr2100,
459         .i2c = &cx18_i2c_std,
460 };
461
462 /* ------------------------------------------------------------------------- */
463
464 /* Leadtek WinFast DVR3100 H */
465
466 static const struct cx18_card_pci_info cx18_pci_leadtek_dvr3100h[] = {
467         { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_LEADTEK, 0x6690 }, /* DVR3100 H */
468         { 0, 0, 0 }
469 };
470
471 static const struct cx18_card cx18_card_leadtek_dvr3100h = {
472         .type = CX18_CARD_LEADTEK_DVR3100H,
473         .name = "Leadtek WinFast DVR3100 H",
474         .comment = "Simultaneous DVB-T and Analog capture supported,\n"
475                   "\texcept when capturing Analog from the antenna input.\n",
476         .v4l2_capabilities = CX18_CAP_ENCODER,
477         .hw_audio_ctrl = CX18_HW_418_AV,
478         .hw_muxer = CX18_HW_GPIO_MUX,
479         .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_MUX |
480                   CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL,
481         .video_inputs = {
482                 { CX18_CARD_INPUT_VID_TUNER,  0, CX18_AV_COMPOSITE2 },
483                 { CX18_CARD_INPUT_SVIDEO1,    1,
484                         CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
485                 { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 },
486                 { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 },
487         },
488         .audio_inputs = {
489                 { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
490                 { CX18_CARD_INPUT_LINE_IN1,  CX18_AV_AUDIO_SERIAL1, 1 },
491         },
492         .tuners = {
493                 /* XC3028 tuner */
494                 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
495         },
496         .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
497         .ddr = {
498                 /* Pointer to proper DDR config values provided by Terry Wu */
499                 .chip_config = 0x303,
500                 .refresh = 0x3bb,
501                 .timing1 = 0x24220e83,
502                 .timing2 = 0x1f,
503                 .tune_lane = 0,
504                 .initial_emrs = 0x2,
505         },
506         .gpio_init.initial_value = 0x6,
507         .gpio_init.direction = 0x7,
508         .gpio_audio_input = { .mask   = 0x7,
509                               .tuner  = 0x6, .linein = 0x2, .radio  = 0x2 },
510         .xceive_pin = 1,
511         .pci_list = cx18_pci_leadtek_dvr3100h,
512         .i2c = &cx18_i2c_std,
513 };
514
515 /* ------------------------------------------------------------------------- */
516
517 static const struct cx18_card *cx18_card_list[] = {
518         &cx18_card_hvr1600_esmt,
519         &cx18_card_hvr1600_samsung,
520         &cx18_card_h900,
521         &cx18_card_mpc718,
522         &cx18_card_cnxt_raptor_pal,
523         &cx18_card_toshiba_qosmio_dvbt,
524         &cx18_card_leadtek_pvr2100,
525         &cx18_card_leadtek_dvr3100h,
526         &cx18_card_gotview_dvd3
527 };
528
529 const struct cx18_card *cx18_get_card(u16 index)
530 {
531         if (index >= ARRAY_SIZE(cx18_card_list))
532                 return NULL;
533         return cx18_card_list[index];
534 }
535
536 int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input)
537 {
538         const struct cx18_card_video_input *card_input =
539                 cx->card->video_inputs + index;
540         static const char * const input_strs[] = {
541                 "Tuner 1",
542                 "S-Video 1",
543                 "S-Video 2",
544                 "Composite 1",
545                 "Composite 2",
546                 "Component 1"
547         };
548
549         if (index >= cx->nof_inputs)
550                 return -EINVAL;
551         input->index = index;
552         strlcpy(input->name, input_strs[card_input->video_type - 1],
553                         sizeof(input->name));
554         input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ?
555                         V4L2_INPUT_TYPE_TUNER : V4L2_INPUT_TYPE_CAMERA);
556         input->audioset = (1 << cx->nof_audio_inputs) - 1;
557         input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ?
558                                 cx->tuner_std : V4L2_STD_ALL;
559         return 0;
560 }
561
562 int cx18_get_audio_input(struct cx18 *cx, u16 index, struct v4l2_audio *audio)
563 {
564         const struct cx18_card_audio_input *aud_input =
565                 cx->card->audio_inputs + index;
566         static const char * const input_strs[] = {
567                 "Tuner 1",
568                 "Line In 1",
569                 "Line In 2"
570         };
571
572         memset(audio, 0, sizeof(*audio));
573         if (index >= cx->nof_audio_inputs)
574                 return -EINVAL;
575         strlcpy(audio->name, input_strs[aud_input->audio_type - 1],
576                         sizeof(audio->name));
577         audio->index = index;
578         audio->capability = V4L2_AUDCAP_STEREO;
579         return 0;
580 }