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