Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / media / video / cx23885 / cx23885-cards.c
1 /*
2  *  Driver for the Conexant CX23885 PCIe bridge
3  *
4  *  Copyright (c) 2006 Steven Toth <stoth@hauppauge.com>
5  *
6  *  This program is free software; you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation; either version 2 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with this program; if not, write to the Free Software
19  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  */
21
22 #include <linux/init.h>
23 #include <linux/module.h>
24 #include <linux/pci.h>
25 #include <linux/delay.h>
26 #include <media/cx25840.h>
27
28 #include "cx23885.h"
29
30 /* ------------------------------------------------------------------ */
31 /* board config info                                                  */
32
33 struct cx23885_board cx23885_boards[] = {
34         [CX23885_BOARD_UNKNOWN] = {
35                 .name           = "UNKNOWN/GENERIC",
36                 /* Ensure safe default for unknown boards */
37                 .clk_freq       = 0,
38                 .input          = {{
39                         .type   = CX23885_VMUX_COMPOSITE1,
40                         .vmux   = 0,
41                 },{
42                         .type   = CX23885_VMUX_COMPOSITE2,
43                         .vmux   = 1,
44                 },{
45                         .type   = CX23885_VMUX_COMPOSITE3,
46                         .vmux   = 2,
47                 },{
48                         .type   = CX23885_VMUX_COMPOSITE4,
49                         .vmux   = 3,
50                 }},
51         },
52         [CX23885_BOARD_HAUPPAUGE_HVR1800lp] = {
53                 .name           = "Hauppauge WinTV-HVR1800lp",
54                 .portc          = CX23885_MPEG_DVB,
55                 .input          = {{
56                         .type   = CX23885_VMUX_TELEVISION,
57                         .vmux   = 0,
58                         .gpio0  = 0xff00,
59                 },{
60                         .type   = CX23885_VMUX_DEBUG,
61                         .vmux   = 0,
62                         .gpio0  = 0xff01,
63                 },{
64                         .type   = CX23885_VMUX_COMPOSITE1,
65                         .vmux   = 1,
66                         .gpio0  = 0xff02,
67                 },{
68                         .type   = CX23885_VMUX_SVIDEO,
69                         .vmux   = 2,
70                         .gpio0  = 0xff02,
71                 }},
72         },
73         [CX23885_BOARD_HAUPPAUGE_HVR1800] = {
74                 .name           = "Hauppauge WinTV-HVR1800",
75                 .porta          = CX23885_ANALOG_VIDEO,
76                 .portb          = CX23885_MPEG_ENCODER,
77                 .portc          = CX23885_MPEG_DVB,
78                 .tuner_type     = TUNER_PHILIPS_TDA8290,
79                 .tuner_addr     = 0x42, /* 0x84 >> 1 */
80                 .input          = {{
81                         .type   = CX23885_VMUX_TELEVISION,
82                         .vmux   =       CX25840_VIN7_CH3 |
83                                         CX25840_VIN5_CH2 |
84                                         CX25840_VIN2_CH1,
85                         .gpio0  = 0,
86                 },{
87                         .type   = CX23885_VMUX_COMPOSITE1,
88                         .vmux   =       CX25840_VIN7_CH3 |
89                                         CX25840_VIN4_CH2 |
90                                         CX25840_VIN6_CH1,
91                         .gpio0  = 0,
92                 },{
93                         .type   = CX23885_VMUX_SVIDEO,
94                         .vmux   =       CX25840_VIN7_CH3 |
95                                         CX25840_VIN4_CH2 |
96                                         CX25840_VIN8_CH1 |
97                                         CX25840_SVIDEO_ON,
98                         .gpio0  = 0,
99                 }},
100         },
101         [CX23885_BOARD_HAUPPAUGE_HVR1250] = {
102                 .name           = "Hauppauge WinTV-HVR1250",
103                 .portc          = CX23885_MPEG_DVB,
104                 .input          = {{
105                         .type   = CX23885_VMUX_TELEVISION,
106                         .vmux   = 0,
107                         .gpio0  = 0xff00,
108                 },{
109                         .type   = CX23885_VMUX_DEBUG,
110                         .vmux   = 0,
111                         .gpio0  = 0xff01,
112                 },{
113                         .type   = CX23885_VMUX_COMPOSITE1,
114                         .vmux   = 1,
115                         .gpio0  = 0xff02,
116                 },{
117                         .type   = CX23885_VMUX_SVIDEO,
118                         .vmux   = 2,
119                         .gpio0  = 0xff02,
120                 }},
121         },
122         [CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP] = {
123                 .name           = "DViCO FusionHDTV5 Express",
124                 .portb          = CX23885_MPEG_DVB,
125         },
126         [CX23885_BOARD_HAUPPAUGE_HVR1500Q] = {
127                 .name           = "Hauppauge WinTV-HVR1500Q",
128                 .portc          = CX23885_MPEG_DVB,
129         },
130         [CX23885_BOARD_HAUPPAUGE_HVR1500] = {
131                 .name           = "Hauppauge WinTV-HVR1500",
132                 .portc          = CX23885_MPEG_DVB,
133         },
134         [CX23885_BOARD_HAUPPAUGE_HVR1200] = {
135                 .name           = "Hauppauge WinTV-HVR1200",
136                 .portc          = CX23885_MPEG_DVB,
137         },
138         [CX23885_BOARD_HAUPPAUGE_HVR1700] = {
139                 .name           = "Hauppauge WinTV-HVR1700",
140                 .portc          = CX23885_MPEG_DVB,
141         },
142         [CX23885_BOARD_HAUPPAUGE_HVR1400] = {
143                 .name           = "Hauppauge WinTV-HVR1400",
144                 .portc          = CX23885_MPEG_DVB,
145         },
146         [CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP] = {
147                 .name           = "DViCO FusionHDTV7 Dual Express",
148                 .portc          = CX23885_MPEG_DVB,
149         },
150 };
151 const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
152
153 /* ------------------------------------------------------------------ */
154 /* PCI subsystem IDs                                                  */
155
156 struct cx23885_subid cx23885_subids[] = {
157         {
158                 .subvendor = 0x0070,
159                 .subdevice = 0x3400,
160                 .card      = CX23885_BOARD_UNKNOWN,
161         },{
162                 .subvendor = 0x0070,
163                 .subdevice = 0x7600,
164                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800lp,
165         },{
166                 .subvendor = 0x0070,
167                 .subdevice = 0x7800,
168                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
169         },{
170                 .subvendor = 0x0070,
171                 .subdevice = 0x7801,
172                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
173         },{
174                 .subvendor = 0x0070,
175                 .subdevice = 0x7809,
176                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
177         },{
178                 .subvendor = 0x0070,
179                 .subdevice = 0x7911,
180                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1250,
181         },{
182                 .subvendor = 0x18ac,
183                 .subdevice = 0xd500,
184                 .card      = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
185         },{
186                 .subvendor = 0x0070,
187                 .subdevice = 0x7790,
188                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
189         },{
190                 .subvendor = 0x0070,
191                 .subdevice = 0x7797,
192                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
193         },{
194                 .subvendor = 0x0070,
195                 .subdevice = 0x7710,
196                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500,
197         },{
198                 .subvendor = 0x0070,
199                 .subdevice = 0x7717,
200                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500,
201         }, {
202                 .subvendor = 0x0070,
203                 .subdevice = 0x71d1,
204                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1200,
205         }, {
206                 .subvendor = 0x0070,
207                 .subdevice = 0x71d3,
208                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1200,
209         }, {
210                 .subvendor = 0x0070,
211                 .subdevice = 0x8101,
212                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1700,
213         }, {
214                 .subvendor = 0x0070,
215                 .subdevice = 0x8010,
216                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1400,
217         },{
218                 .subvendor = 0x18ac,
219                 .subdevice = 0xd618,
220                 .card      = CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP,
221         },
222 };
223 const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);
224
225 void cx23885_card_list(struct cx23885_dev *dev)
226 {
227         int i;
228
229         if (0 == dev->pci->subsystem_vendor &&
230             0 == dev->pci->subsystem_device) {
231                 printk("%s: Your board has no valid PCIe Subsystem ID and thus can't\n"
232                        "%s: be autodetected.  Please pass card=<n> insmod option to\n"
233                        "%s: workaround that.  Redirect complaints to the vendor of\n"
234                        "%s: the TV card.  Best regards,\n"
235                        "%s:         -- tux\n",
236                        dev->name, dev->name, dev->name, dev->name, dev->name);
237         } else {
238                 printk("%s: Your board isn't known (yet) to the driver.  You can\n"
239                        "%s: try to pick one of the existing card configs via\n"
240                        "%s: card=<n> insmod option.  Updating to the latest\n"
241                        "%s: version might help as well.\n",
242                        dev->name, dev->name, dev->name, dev->name);
243         }
244         printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
245                dev->name);
246         for (i = 0; i < cx23885_bcount; i++)
247                 printk("%s:    card=%d -> %s\n",
248                        dev->name, i, cx23885_boards[i].name);
249 }
250
251 static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
252 {
253         struct tveeprom tv;
254
255         tveeprom_hauppauge_analog(&dev->i2c_bus[0].i2c_client, &tv, eeprom_data);
256
257         /* Make sure we support the board model */
258         switch (tv.model)
259         {
260         case 71009:
261                 /* WinTV-HVR1200 (PCIe, Retail, full height)
262                  * DVB-T and basic analog */
263         case 71359:
264                 /* WinTV-HVR1200 (PCIe, OEM, half height)
265                  * DVB-T and basic analog */
266         case 71439:
267                 /* WinTV-HVR1200 (PCIe, OEM, half height)
268                  * DVB-T and basic analog */
269         case 71449:
270                 /* WinTV-HVR1200 (PCIe, OEM, full height)
271                  * DVB-T and basic analog */
272         case 71939:
273                 /* WinTV-HVR1200 (PCIe, OEM, half height)
274                  * DVB-T and basic analog */
275         case 71949:
276                 /* WinTV-HVR1200 (PCIe, OEM, full height)
277                  * DVB-T and basic analog */
278         case 71959:
279                 /* WinTV-HVR1200 (PCIe, OEM, full height)
280                  * DVB-T and basic analog */
281         case 71979:
282                 /* WinTV-HVR1200 (PCIe, OEM, half height)
283                  * DVB-T and basic analog */
284         case 71999:
285                 /* WinTV-HVR1200 (PCIe, OEM, full height)
286                  * DVB-T and basic analog */
287         case 76601: /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual channel ATSC and MPEG2 HW Encoder */
288         case 77001: /* WinTV-HVR1500 (Express Card, OEM, No IR, ATSC and Basic analog */
289         case 77011: /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC and Basic analog */
290         case 77041: /* WinTV-HVR1500Q (Express Card, OEM, No IR, ATSC/QAM and Basic analog */
291         case 77051: /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM and Basic analog */
292         case 78011: /* WinTV-HVR1800 (PCIe, Retail, 3.5mm in, IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
293         case 78501: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
294         case 78521: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
295         case 78531: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
296         case 78631: /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
297         case 79001: /* WinTV-HVR1250 (PCIe, Retail, IR, full height, ATSC and Basic analog */
298         case 79101: /* WinTV-HVR1250 (PCIe, Retail, IR, half height, ATSC and Basic analog */
299         case 79561: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */
300         case 79571: /* WinTV-HVR1250 (PCIe, OEM, No IR, full height, ATSC and Basic analog */
301         case 79671: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */
302         case 80019:
303                 /* WinTV-HVR1400 (Express Card, Retail, IR,
304                  * DVB-T and Basic analog */
305         case 81509:
306                 /* WinTV-HVR1700 (PCIe, OEM, No IR, half height)
307                  * DVB-T and MPEG2 HW Encoder */
308         case 81519:
309                 /* WinTV-HVR1700 (PCIe, OEM, No IR, full height)
310                  * DVB-T and MPEG2 HW Encoder */
311                 break;
312         default:
313                 printk("%s: warning: unknown hauppauge model #%d\n", dev->name, tv.model);
314                 break;
315         }
316
317         printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
318                         dev->name, tv.model);
319 }
320
321 /* Tuner callback function for cx23885 boards. Currently only needed
322  * for HVR1500Q, which has an xc5000 tuner.
323  */
324 int cx23885_tuner_callback(void *priv, int command, int arg)
325 {
326         struct cx23885_i2c *bus = priv;
327         struct cx23885_dev *dev = bus->dev;
328
329         switch(dev->board) {
330         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
331                 if(command == 0) {      /* Tuner Reset Command from xc5000 */
332                         /* Drive the tuner into reset and out */
333                         cx_clear(GP0_IO, 0x00000004);
334                         mdelay(200);
335                         cx_set(GP0_IO, 0x00000004);
336                         return 0;
337                 }
338                 else {
339                         printk(KERN_ERR
340                                 "%s(): Unknow command.\n", __func__);
341                         return -EINVAL;
342                 }
343                 break;
344         }
345
346         return 0; /* Should never be here */
347 }
348
349 void cx23885_gpio_setup(struct cx23885_dev *dev)
350 {
351         switch(dev->board) {
352         case CX23885_BOARD_HAUPPAUGE_HVR1250:
353                 /* GPIO-0 cx24227 demodulator reset */
354                 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
355                 break;
356         case CX23885_BOARD_HAUPPAUGE_HVR1500:
357                 /* GPIO-0 cx24227 demodulator */
358                 /* GPIO-2 xc3028 tuner */
359
360                 /* Put the parts into reset */
361                 cx_set(GP0_IO, 0x00050000);
362                 cx_clear(GP0_IO, 0x00000005);
363                 msleep(5);
364
365                 /* Bring the parts out of reset */
366                 cx_set(GP0_IO, 0x00050005);
367                 break;
368         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
369                 /* GPIO-0 cx24227 demodulator reset */
370                 /* GPIO-2 xc5000 tuner reset */
371                 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
372                 break;
373         case CX23885_BOARD_HAUPPAUGE_HVR1800:
374                 /* GPIO-0 656_CLK */
375                 /* GPIO-1 656_D0 */
376                 /* GPIO-2 8295A Reset */
377                 /* GPIO-3-10 cx23417 data0-7 */
378                 /* GPIO-11-14 cx23417 addr0-3 */
379                 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
380                 /* GPIO-19 IR_RX */
381
382                 /* CX23417 GPIO's */
383                 /* EIO15 Zilog Reset */
384                 /* EIO14 S5H1409/CX24227 Reset */
385
386                 /* Force the TDA8295A into reset and back */
387                 cx_set(GP0_IO, 0x00040004);
388                 mdelay(20);
389                 cx_clear(GP0_IO, 0x00000004);
390                 mdelay(20);
391                 cx_set(GP0_IO, 0x00040004);
392                 mdelay(20);
393                 break;
394         case CX23885_BOARD_HAUPPAUGE_HVR1200:
395                 /* GPIO-0 tda10048 demodulator reset */
396                 /* GPIO-2 tda18271 tuner reset */
397
398                 /* Put the parts into reset and back */
399                 cx_set(GP0_IO, 0x00050000);
400                 mdelay(20);
401                 cx_clear(GP0_IO, 0x00000005);
402                 mdelay(20);
403                 cx_set(GP0_IO, 0x00050005);
404                 break;
405         case CX23885_BOARD_HAUPPAUGE_HVR1700:
406                 /* GPIO-0 TDA10048 demodulator reset */
407                 /* GPIO-2 TDA8295A Reset */
408                 /* GPIO-3-10 cx23417 data0-7 */
409                 /* GPIO-11-14 cx23417 addr0-3 */
410                 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
411
412                 /* The following GPIO's are on the interna AVCore (cx25840) */
413                 /* GPIO-19 IR_RX */
414                 /* GPIO-20 IR_TX 416/DVBT Select */
415                 /* GPIO-21 IIS DAT */
416                 /* GPIO-22 IIS WCLK */
417                 /* GPIO-23 IIS BCLK */
418
419                 /* Put the parts into reset and back */
420                 cx_set(GP0_IO, 0x00050000);
421                 mdelay(20);
422                 cx_clear(GP0_IO, 0x00000005);
423                 mdelay(20);
424                 cx_set(GP0_IO, 0x00050005);
425                 break;
426         case CX23885_BOARD_HAUPPAUGE_HVR1400:
427                 /* GPIO-0  Dibcom7000p demodulator reset */
428                 /* GPIO-2  xc3028L tuner reset */
429                 /* GPIO-13 LED */
430
431                 /* Put the parts into reset and back */
432                 cx_set(GP0_IO, 0x00050000);
433                 mdelay(20);
434                 cx_clear(GP0_IO, 0x00000005);
435                 mdelay(20);
436                 cx_set(GP0_IO, 0x00050005);
437                 break;
438         }
439 }
440
441 int cx23885_ir_init(struct cx23885_dev *dev)
442 {
443         switch (dev->board) {
444         case CX23885_BOARD_HAUPPAUGE_HVR1250:
445         case CX23885_BOARD_HAUPPAUGE_HVR1500:
446         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
447         case CX23885_BOARD_HAUPPAUGE_HVR1800:
448         case CX23885_BOARD_HAUPPAUGE_HVR1200:
449         case CX23885_BOARD_HAUPPAUGE_HVR1400:
450                 /* FIXME: Implement me */
451                 break;
452         }
453
454         return 0;
455 }
456
457 void cx23885_card_setup(struct cx23885_dev *dev)
458 {
459         struct cx23885_tsport *ts1 = &dev->ts1;
460         struct cx23885_tsport *ts2 = &dev->ts2;
461
462         static u8 eeprom[256];
463
464         if (dev->i2c_bus[0].i2c_rc == 0) {
465                 dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
466                 tveeprom_read(&dev->i2c_bus[0].i2c_client,
467                               eeprom, sizeof(eeprom));
468         }
469
470         switch (dev->board) {
471         case CX23885_BOARD_HAUPPAUGE_HVR1250:
472         case CX23885_BOARD_HAUPPAUGE_HVR1500:
473         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
474         case CX23885_BOARD_HAUPPAUGE_HVR1400:
475                 if (dev->i2c_bus[0].i2c_rc == 0)
476                         hauppauge_eeprom(dev, eeprom+0x80);
477                 break;
478         case CX23885_BOARD_HAUPPAUGE_HVR1800:
479         case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
480         case CX23885_BOARD_HAUPPAUGE_HVR1200:
481         case CX23885_BOARD_HAUPPAUGE_HVR1700:
482                 if (dev->i2c_bus[0].i2c_rc == 0)
483                         hauppauge_eeprom(dev, eeprom+0xc0);
484                 break;
485         }
486
487         switch (dev->board) {
488         case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
489                 ts2->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
490                 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
491                 ts2->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
492                 /* break omitted intentionally */
493         case CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP:
494                 ts1->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
495                 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
496                 ts1->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
497                 break;
498         case CX23885_BOARD_HAUPPAUGE_HVR1800:
499                 /* Defaults for VID B - Analog encoder */
500                 /* DREQ_POL, SMODE, PUNC_CLK, MCLK_POL Serial bus + punc clk */
501                 ts1->gen_ctrl_val    = 0x10e;
502                 ts1->ts_clk_en_val   = 0x1; /* Enable TS_CLK */
503                 ts1->src_sel_val     = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
504
505                 /* APB_TSVALERR_POL (active low)*/
506                 ts1->vld_misc_val    = 0x2000;
507                 ts1->hw_sop_ctrl_val = (0x47 << 16 | 188 << 4 | 0xc);
508
509                 /* Defaults for VID C */
510                 ts2->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
511                 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
512                 ts2->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
513                 break;
514         case CX23885_BOARD_HAUPPAUGE_HVR1250:
515         case CX23885_BOARD_HAUPPAUGE_HVR1500:
516         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
517         case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
518         case CX23885_BOARD_HAUPPAUGE_HVR1200:
519         case CX23885_BOARD_HAUPPAUGE_HVR1700:
520         case CX23885_BOARD_HAUPPAUGE_HVR1400:
521         default:
522                 ts2->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
523                 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
524                 ts2->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
525         }
526
527         /* Certain boards support analog, or require the avcore to be
528          * loaded, ensure this happens.
529          */
530         switch (dev->board) {
531         case CX23885_BOARD_HAUPPAUGE_HVR1800:
532         case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
533         case CX23885_BOARD_HAUPPAUGE_HVR1700:
534                 request_module("cx25840");
535                 break;
536         }
537 }
538
539 /* ------------------------------------------------------------------ */
540
541 /*
542  * Local variables:
543  * c-basic-offset: 8
544  * End:
545  * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off
546  */