V4L/DVB (3359): Redesign tuners struct for maximum flexibility
[linux-2.6/linux-loongson.git] / drivers / media / video / tuner-types.c
blobde9d4925d8e4a764d35e38383624419863701358
1 /*
3 * i2c tv tuner chip device type database.
5 */
7 #include <linux/i2c.h>
8 #include <media/tuner.h>
9 #include <media/tuner-types.h>
11 /* ---------------------------------------------------------------------- */
14 * The floats in the tuner struct are computed at compile time
15 * by gcc and cast back to integers. Thus we don't violate the
16 * "no float in kernel" rule.
18 * A tuner_range may be referenced by multiple tuner_params structs.
19 * There are many duplicates in here. Reusing tuner_range structs,
20 * rather than defining new ones for each tuner, will cut down on
21 * memory usage, and is preferred when possible.
23 * Each tuner_params array may contain one or more elements, one
24 * for each video standard.
26 * FIXME: Some tuner_range definitions are duplicated, and
27 * should be eliminated.
29 * FIXME: tunertype struct contains an element, has_tda988x.
30 * We must set this for all tunertypes that contain a tda988x
31 * chip, and then we can remove this setting from the various
32 * card structs.
35 /* 0-9 */
36 /* ------------ TUNER_TEMIC_PAL - TEMIC PAL ------------ */
38 static struct tuner_range tuner_temic_pal_ranges[] = {
39 { 16 * 140.25 /*MHz*/, 0x02, },
40 { 16 * 463.25 /*MHz*/, 0x04, },
41 { 16 * 999.99 , 0x01, },
44 static struct tuner_params tuner_temic_pal_params[] = {
46 .type = TUNER_PARAM_TYPE_PAL,
47 .ranges = tuner_temic_pal_ranges,
48 .count = ARRAY_SIZE(tuner_temic_pal_ranges),
49 .config = 0x8e,
53 /* ------------ TUNER_PHILIPS_PAL_I - Philips PAL_I ------------ */
55 static struct tuner_range tuner_philips_pal_i_ranges[] = {
56 { 16 * 140.25 /*MHz*/, 0xa0, },
57 { 16 * 463.25 /*MHz*/, 0x90, },
58 { 16 * 999.99 , 0x30, },
61 static struct tuner_params tuner_philips_pal_i_params[] = {
63 .type = TUNER_PARAM_TYPE_PAL,
64 .ranges = tuner_philips_pal_i_ranges,
65 .count = ARRAY_SIZE(tuner_philips_pal_i_ranges),
66 .config = 0x8e,
70 /* ------------ TUNER_PHILIPS_NTSC - Philips NTSC ------------ */
72 static struct tuner_range tuner_philips_ntsc_ranges[] = {
73 { 16 * 157.25 /*MHz*/, 0xa0, },
74 { 16 * 451.25 /*MHz*/, 0x90, },
75 { 16 * 999.99 , 0x30, },
78 static struct tuner_params tuner_philips_ntsc_params[] = {
80 .type = TUNER_PARAM_TYPE_NTSC,
81 .ranges = tuner_philips_ntsc_ranges,
82 .count = ARRAY_SIZE(tuner_philips_ntsc_ranges),
83 .config = 0x8e,
87 /* ------------ TUNER_PHILIPS_SECAM - Philips SECAM ------------ */
89 static struct tuner_range tuner_philips_secam_ranges[] = {
90 { 16 * 168.25 /*MHz*/, 0xa7, },
91 { 16 * 447.25 /*MHz*/, 0x97, },
92 { 16 * 999.99 , 0x37, },
95 static struct tuner_params tuner_philips_secam_params[] = {
97 .type = TUNER_PARAM_TYPE_SECAM,
98 .ranges = tuner_philips_secam_ranges,
99 .count = ARRAY_SIZE(tuner_philips_secam_ranges),
100 .config = 0x8e,
104 /* ------------ TUNER_PHILIPS_PAL - Philips PAL ------------ */
106 static struct tuner_range tuner_philips_pal_ranges[] = {
107 { 16 * 168.25 /*MHz*/, 0xa0, },
108 { 16 * 447.25 /*MHz*/, 0x90, },
109 { 16 * 999.99 , 0x30, },
112 static struct tuner_params tuner_philips_pal_params[] = {
114 .type = TUNER_PARAM_TYPE_PAL,
115 .ranges = tuner_philips_pal_ranges,
116 .count = ARRAY_SIZE(tuner_philips_pal_ranges),
117 .config = 0x8e,
121 /* ------------ TUNER_TEMIC_NTSC - TEMIC NTSC ------------ */
123 static struct tuner_range tuner_temic_ntsc_ranges[] = {
124 { 16 * 157.25 /*MHz*/, 0x02, },
125 { 16 * 463.25 /*MHz*/, 0x04, },
126 { 16 * 999.99 , 0x01, },
129 static struct tuner_params tuner_temic_ntsc_params[] = {
131 .type = TUNER_PARAM_TYPE_NTSC,
132 .ranges = tuner_temic_ntsc_ranges,
133 .count = ARRAY_SIZE(tuner_temic_ntsc_ranges),
134 .config = 0x8e,
138 /* ------------ TUNER_TEMIC_PAL_I - TEMIC PAL_I ------------ */
140 static struct tuner_range tuner_temic_pal_i_ranges[] = {
141 { 16 * 170.00 /*MHz*/, 0x02, },
142 { 16 * 450.00 /*MHz*/, 0x04, },
143 { 16 * 999.99 , 0x01, },
146 static struct tuner_params tuner_temic_pal_i_params[] = {
148 .type = TUNER_PARAM_TYPE_PAL,
149 .ranges = tuner_temic_pal_i_ranges,
150 .count = ARRAY_SIZE(tuner_temic_pal_i_ranges),
151 .config = 0x8e,
155 /* ------------ TUNER_TEMIC_4036FY5_NTSC - TEMIC NTSC ------------ */
157 static struct tuner_range tuner_temic_4036fy5_ntsc_ranges[] = {
158 { 16 * 157.25 /*MHz*/, 0xa0, },
159 { 16 * 463.25 /*MHz*/, 0x90, },
160 { 16 * 999.99 , 0x30, },
163 static struct tuner_params tuner_temic_4036fy5_ntsc_params[] = {
165 .type = TUNER_PARAM_TYPE_NTSC,
166 .ranges = tuner_temic_4036fy5_ntsc_ranges,
167 .count = ARRAY_SIZE(tuner_temic_4036fy5_ntsc_ranges),
168 .config = 0x8e,
172 /* ------------ TUNER_ALPS_TSBH1_NTSC - TEMIC NTSC ------------ */
174 static struct tuner_range tuner_alps_tsb_1_ranges[] = {
175 { 16 * 137.25 /*MHz*/, 0x01, },
176 { 16 * 385.25 /*MHz*/, 0x02, },
177 { 16 * 999.99 , 0x08, },
180 static struct tuner_params tuner_alps_tsbh1_ntsc_params[] = {
182 .type = TUNER_PARAM_TYPE_NTSC,
183 .ranges = tuner_alps_tsb_1_ranges,
184 .count = ARRAY_SIZE(tuner_alps_tsb_1_ranges),
185 .config = 0x8e,
189 /* 10-19 */
190 /* ------------ TUNER_ALPS_TSBE1_PAL - TEMIC PAL ------------ */
192 static struct tuner_params tuner_alps_tsb_1_params[] = {
194 .type = TUNER_PARAM_TYPE_PAL,
195 .ranges = tuner_alps_tsb_1_ranges,
196 .count = ARRAY_SIZE(tuner_alps_tsb_1_ranges),
197 .config = 0x8e,
201 /* ------------ TUNER_ALPS_TSBB5_PAL_I - Alps PAL_I ------------ */
203 static struct tuner_range tuner_alps_tsb_5_pal_ranges[] = {
204 { 16 * 133.25 /*MHz*/, 0x01, },
205 { 16 * 351.25 /*MHz*/, 0x02, },
206 { 16 * 999.99 , 0x08, },
209 static struct tuner_params tuner_alps_tsbb5_params[] = {
211 .type = TUNER_PARAM_TYPE_PAL,
212 .ranges = tuner_alps_tsb_5_pal_ranges,
213 .count = ARRAY_SIZE(tuner_alps_tsb_5_pal_ranges),
214 .config = 0x8e,
218 /* ------------ TUNER_ALPS_TSBE5_PAL - Alps PAL ------------ */
220 static struct tuner_params tuner_alps_tsbe5_params[] = {
222 .type = TUNER_PARAM_TYPE_PAL,
223 .ranges = tuner_alps_tsb_5_pal_ranges,
224 .count = ARRAY_SIZE(tuner_alps_tsb_5_pal_ranges),
225 .config = 0x8e,
229 /* ------------ TUNER_ALPS_TSBC5_PAL - Alps PAL ------------ */
231 static struct tuner_params tuner_alps_tsbc5_params[] = {
233 .type = TUNER_PARAM_TYPE_PAL,
234 .ranges = tuner_alps_tsb_5_pal_ranges,
235 .count = ARRAY_SIZE(tuner_alps_tsb_5_pal_ranges),
236 .config = 0x8e,
240 /* ------------ TUNER_TEMIC_4006FH5_PAL - TEMIC PAL ------------ */
242 static struct tuner_range tuner_temic_4006fh5_pal_ranges[] = {
243 { 16 * 170.00 /*MHz*/, 0xa0, },
244 { 16 * 450.00 /*MHz*/, 0x90, },
245 { 16 * 999.99 , 0x30, },
248 static struct tuner_params tuner_temic_4006fh5_params[] = {
250 .type = TUNER_PARAM_TYPE_PAL,
251 .ranges = tuner_temic_4006fh5_pal_ranges,
252 .count = ARRAY_SIZE(tuner_temic_4006fh5_pal_ranges),
253 .config = 0x8e,
257 /* ------------ TUNER_ALPS_TSHC6_NTSC - Alps NTSC ------------ */
259 static struct tuner_range tuner_alps_tshc6_ntsc_ranges[] = {
260 { 16 * 137.25 /*MHz*/, 0x14, },
261 { 16 * 385.25 /*MHz*/, 0x12, },
262 { 16 * 999.99 , 0x11, },
265 static struct tuner_params tuner_alps_tshc6_params[] = {
267 .type = TUNER_PARAM_TYPE_NTSC,
268 .ranges = tuner_alps_tshc6_ntsc_ranges,
269 .count = ARRAY_SIZE(tuner_alps_tshc6_ntsc_ranges),
270 .config = 0x8e,
274 /* ------------ TUNER_TEMIC_PAL_DK - TEMIC PAL ------------ */
276 static struct tuner_range tuner_temic_pal_dk_ranges[] = {
277 { 16 * 168.25 /*MHz*/, 0xa0, },
278 { 16 * 456.25 /*MHz*/, 0x90, },
279 { 16 * 999.99 , 0x30, },
282 static struct tuner_params tuner_temic_pal_dk_params[] = {
284 .type = TUNER_PARAM_TYPE_PAL,
285 .ranges = tuner_temic_pal_dk_ranges,
286 .count = ARRAY_SIZE(tuner_temic_pal_dk_ranges),
287 .config = 0x8e,
291 /* ------------ TUNER_PHILIPS_NTSC_M - Philips NTSC ------------ */
293 static struct tuner_range tuner_philips_ntsc_m_ranges[] = {
294 { 16 * 160.00 /*MHz*/, 0xa0, },
295 { 16 * 454.00 /*MHz*/, 0x90, },
296 { 16 * 999.99 , 0x30, },
299 static struct tuner_params tuner_philips_ntsc_m_params[] = {
301 .type = TUNER_PARAM_TYPE_NTSC,
302 .ranges = tuner_philips_ntsc_m_ranges,
303 .count = ARRAY_SIZE(tuner_philips_ntsc_m_ranges),
304 .config = 0x8e,
308 /* ------------ TUNER_TEMIC_4066FY5_PAL_I - TEMIC PAL_I ------------ */
310 static struct tuner_range tuner_temic_40x6f_5_pal_ranges[] = {
311 { 16 * 169.00 /*MHz*/, 0xa0, },
312 { 16 * 454.00 /*MHz*/, 0x90, },
313 { 16 * 999.99 , 0x30, },
316 static struct tuner_params tuner_temic_4066fy5_pal_i_params[] = {
318 .type = TUNER_PARAM_TYPE_PAL,
319 .ranges = tuner_temic_40x6f_5_pal_ranges,
320 .count = ARRAY_SIZE(tuner_temic_40x6f_5_pal_ranges),
321 .config = 0x8e,
325 /* ------------ TUNER_TEMIC_4006FN5_MULTI_PAL - TEMIC PAL ------------ */
327 static struct tuner_params tuner_temic_4006fn5_multi_params[] = {
329 .type = TUNER_PARAM_TYPE_PAL,
330 .ranges = tuner_temic_40x6f_5_pal_ranges,
331 .count = ARRAY_SIZE(tuner_temic_40x6f_5_pal_ranges),
332 .config = 0x8e,
336 /* 20-29 */
337 /* ------------ TUNER_TEMIC_4009FR5_PAL - TEMIC PAL ------------ */
339 static struct tuner_range tuner_temic_4009f_5_pal_ranges[] = {
340 { 16 * 141.00 /*MHz*/, 0xa0, },
341 { 16 * 464.00 /*MHz*/, 0x90, },
342 { 16 * 999.99 , 0x30, },
345 static struct tuner_params tuner_temic_4009f_5_params[] = {
347 .type = TUNER_PARAM_TYPE_PAL,
348 .ranges = tuner_temic_4009f_5_pal_ranges,
349 .count = ARRAY_SIZE(tuner_temic_4009f_5_pal_ranges),
350 .config = 0x8e,
354 /* ------------ TUNER_TEMIC_4039FR5_NTSC - TEMIC NTSC ------------ */
356 static struct tuner_range tuner_temic_4039fr5_ntsc_ranges[] = {
357 { 16 * 158.00 /*MHz*/, 0xa0, },
358 { 16 * 453.00 /*MHz*/, 0x90, },
359 { 16 * 999.99 , 0x30, },
362 static struct tuner_params tuner_temic_4039fr5_params[] = {
364 .type = TUNER_PARAM_TYPE_NTSC,
365 .ranges = tuner_temic_4039fr5_ntsc_ranges,
366 .count = ARRAY_SIZE(tuner_temic_4039fr5_ntsc_ranges),
367 .config = 0x8e,
371 /* ------------ TUNER_TEMIC_4046FM5 - TEMIC PAL ------------ */
373 static struct tuner_range tuner_temic_4046fm5_pal_ranges[] = {
374 { 16 * 169.00 /*MHz*/, 0xa0, },
375 { 16 * 454.00 /*MHz*/, 0x90, },
376 { 16 * 999.99 , 0x30, },
379 static struct tuner_params tuner_temic_4046fm5_params[] = {
381 .type = TUNER_PARAM_TYPE_PAL,
382 .ranges = tuner_temic_4046fm5_pal_ranges,
383 .count = ARRAY_SIZE(tuner_temic_4046fm5_pal_ranges),
384 .config = 0x8e,
388 /* ------------ TUNER_PHILIPS_PAL_DK - Philips PAL ------------ */
390 static struct tuner_range tuner_lg_pal_ranges[] = {
391 { 16 * 170.00 /*MHz*/, 0xa0, },
392 { 16 * 450.00 /*MHz*/, 0x90, },
393 { 16 * 999.99 , 0x30, },
396 static struct tuner_params tuner_philips_pal_dk_params[] = {
398 .type = TUNER_PARAM_TYPE_PAL,
399 .ranges = tuner_lg_pal_ranges,
400 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
401 .config = 0x8e,
405 /* ------------ TUNER_PHILIPS_FQ1216ME - Philips PAL ------------ */
407 static struct tuner_params tuner_philips_fq1216me_params[] = {
409 .type = TUNER_PARAM_TYPE_PAL,
410 .ranges = tuner_lg_pal_ranges,
411 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
412 .config = 0x8e,
416 /* ------------ TUNER_LG_PAL_I_FM - LGINNOTEK PAL_I ------------ */
418 static struct tuner_params tuner_lg_pal_i_fm_params[] = {
420 .type = TUNER_PARAM_TYPE_PAL,
421 .ranges = tuner_lg_pal_ranges,
422 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
423 .config = 0x8e,
427 /* ------------ TUNER_LG_PAL_I - LGINNOTEK PAL_I ------------ */
429 static struct tuner_params tuner_lg_pal_i_params[] = {
431 .type = TUNER_PARAM_TYPE_PAL,
432 .ranges = tuner_lg_pal_ranges,
433 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
434 .config = 0x8e,
438 /* ------------ TUNER_LG_NTSC_FM - LGINNOTEK NTSC ------------ */
440 static struct tuner_range tuner_lg_ntsc_fm_ranges[] = {
441 { 16 * 210.00 /*MHz*/, 0xa0, },
442 { 16 * 497.00 /*MHz*/, 0x90, },
443 { 16 * 999.99 , 0x30, },
446 static struct tuner_params tuner_lg_ntsc_fm_params[] = {
448 .type = TUNER_PARAM_TYPE_NTSC,
449 .ranges = tuner_lg_ntsc_fm_ranges,
450 .count = ARRAY_SIZE(tuner_lg_ntsc_fm_ranges),
451 .config = 0x8e,
455 /* ------------ TUNER_LG_PAL_FM - LGINNOTEK PAL ------------ */
457 static struct tuner_params tuner_lg_pal_fm_params[] = {
459 .type = TUNER_PARAM_TYPE_PAL,
460 .ranges = tuner_lg_pal_ranges,
461 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
462 .config = 0x8e,
466 /* ------------ TUNER_LG_PAL - LGINNOTEK PAL ------------ */
468 static struct tuner_params tuner_lg_pal_params[] = {
470 .type = TUNER_PARAM_TYPE_PAL,
471 .ranges = tuner_lg_pal_ranges,
472 .count = ARRAY_SIZE(tuner_lg_pal_ranges),
473 .config = 0x8e,
477 /* 30-39 */
478 /* ------------ TUNER_TEMIC_4009FN5_MULTI_PAL_FM - TEMIC PAL ------------ */
480 static struct tuner_params tuner_temic_4009_fn5_multi_pal_fm_params[] = {
482 .type = TUNER_PARAM_TYPE_PAL,
483 .ranges = tuner_temic_4009f_5_pal_ranges,
484 .count = ARRAY_SIZE(tuner_temic_4009f_5_pal_ranges),
485 .config = 0x8e,
489 /* ------------ TUNER_SHARP_2U5JF5540_NTSC - SHARP NTSC ------------ */
491 static struct tuner_range tuner_sharp_2u5jf5540_ntsc_ranges[] = {
492 { 16 * 137.25 /*MHz*/, 0x01, },
493 { 16 * 317.25 /*MHz*/, 0x02, },
494 { 16 * 999.99 , 0x08, },
497 static struct tuner_params tuner_sharp_2u5jf5540_params[] = {
499 .type = TUNER_PARAM_TYPE_NTSC,
500 .ranges = tuner_sharp_2u5jf5540_ntsc_ranges,
501 .count = ARRAY_SIZE(tuner_sharp_2u5jf5540_ntsc_ranges),
502 .config = 0x8e,
506 /* ------------ TUNER_Samsung_PAL_TCPM9091PD27 - Samsung PAL ------------ */
508 static struct tuner_range tuner_samsung_pal_tcpm9091pd27_ranges[] = {
509 { 16 * 169 /*MHz*/, 0xa0, },
510 { 16 * 464 /*MHz*/, 0x90, },
511 { 16 * 999.99 , 0x30, },
514 static struct tuner_params tuner_samsung_pal_tcpm9091pd27_params[] = {
516 .type = TUNER_PARAM_TYPE_PAL,
517 .ranges = tuner_samsung_pal_tcpm9091pd27_ranges,
518 .count = ARRAY_SIZE(tuner_samsung_pal_tcpm9091pd27_ranges),
519 .config = 0x8e,
523 /* ------------ TUNER_TEMIC_4106FH5 - TEMIC PAL ------------ */
525 static struct tuner_params tuner_temic_4106fh5_params[] = {
527 .type = TUNER_PARAM_TYPE_PAL,
528 .ranges = tuner_temic_4009f_5_pal_ranges,
529 .count = ARRAY_SIZE(tuner_temic_4009f_5_pal_ranges),
530 .config = 0x8e,
534 /* ------------ TUNER_TEMIC_4012FY5 - TEMIC PAL ------------ */
536 static struct tuner_range tuner_temic_4012fy5_pal_ranges[] = {
537 { 16 * 140.25 /*MHz*/, 0x02, },
538 { 16 * 463.25 /*MHz*/, 0x04, },
539 { 16 * 999.99 , 0x01, },
542 static struct tuner_params tuner_temic_4012fy5_params[] = {
544 .type = TUNER_PARAM_TYPE_PAL,
545 .ranges = tuner_temic_4012fy5_pal_ranges,
546 .count = ARRAY_SIZE(tuner_temic_4012fy5_pal_ranges),
547 .config = 0x8e,
551 /* ------------ TUNER_TEMIC_4136FY5 - TEMIC NTSC ------------ */
553 static struct tuner_range tuner_temic_4136_fy5_ntsc_ranges[] = {
554 { 16 * 158.00 /*MHz*/, 0xa0, },
555 { 16 * 453.00 /*MHz*/, 0x90, },
556 { 16 * 999.99 , 0x30, },
559 static struct tuner_params tuner_temic_4136_fy5_params[] = {
561 .type = TUNER_PARAM_TYPE_NTSC,
562 .ranges = tuner_temic_4136_fy5_ntsc_ranges,
563 .count = ARRAY_SIZE(tuner_temic_4136_fy5_ntsc_ranges),
564 .config = 0x8e,
568 /* ------------ TUNER_LG_PAL_NEW_TAPC - LGINNOTEK PAL ------------ */
570 static struct tuner_range tuner_lg_new_tapc_ranges[] = {
571 { 16 * 170.00 /*MHz*/, 0x01, },
572 { 16 * 450.00 /*MHz*/, 0x02, },
573 { 16 * 999.99 , 0x08, },
576 static struct tuner_params tuner_lg_pal_new_tapc_params[] = {
578 .type = TUNER_PARAM_TYPE_PAL,
579 .ranges = tuner_lg_new_tapc_ranges,
580 .count = ARRAY_SIZE(tuner_lg_new_tapc_ranges),
581 .config = 0x8e,
585 /* ------------ TUNER_PHILIPS_FM1216ME_MK3 - Philips PAL ------------ */
587 static struct tuner_range tuner_fm1216me_mk3_pal_ranges[] = {
588 { 16 * 158.00 /*MHz*/, 0x01, },
589 { 16 * 442.00 /*MHz*/, 0x02, },
590 { 16 * 999.99 , 0x04, },
593 static struct tuner_params tuner_fm1216me_mk3_params[] = {
595 .type = TUNER_PARAM_TYPE_PAL,
596 .ranges = tuner_fm1216me_mk3_pal_ranges,
597 .count = ARRAY_SIZE(tuner_fm1216me_mk3_pal_ranges),
598 .config = 0x8e,
602 /* ------------ TUNER_LG_NTSC_NEW_TAPC - LGINNOTEK NTSC ------------ */
604 static struct tuner_params tuner_lg_ntsc_new_tapc_params[] = {
606 .type = TUNER_PARAM_TYPE_NTSC,
607 .ranges = tuner_lg_new_tapc_ranges,
608 .count = ARRAY_SIZE(tuner_lg_new_tapc_ranges),
609 .config = 0x8e,
613 /* 40-49 */
614 /* ------------ TUNER_HITACHI_NTSC - HITACHI NTSC ------------ */
616 static struct tuner_params tuner_hitachi_ntsc_params[] = {
618 .type = TUNER_PARAM_TYPE_NTSC,
619 .ranges = tuner_lg_new_tapc_ranges,
620 .count = ARRAY_SIZE(tuner_lg_new_tapc_ranges),
621 .config = 0x8e,
625 /* ------------ TUNER_PHILIPS_PAL_MK - Philips PAL ------------ */
627 static struct tuner_range tuner_philips_pal_mk_pal_ranges[] = {
628 { 16 * 140.25 /*MHz*/, 0x01, },
629 { 16 * 463.25 /*MHz*/, 0xc2, },
630 { 16 * 999.99 , 0xcf, },
633 static struct tuner_params tuner_philips_pal_mk_params[] = {
635 .type = TUNER_PARAM_TYPE_PAL,
636 .ranges = tuner_philips_pal_mk_pal_ranges,
637 .count = ARRAY_SIZE(tuner_philips_pal_mk_pal_ranges),
638 .config = 0x8e,
642 /* ------------ TUNER_PHILIPS_ATSC - Philips ATSC ------------ */
644 static struct tuner_range tuner_philips_atsc_ranges[] = {
645 { 16 * 157.25 /*MHz*/, 0xa0, },
646 { 16 * 454.00 /*MHz*/, 0x90, },
647 { 16 * 999.99 , 0x30, },
650 static struct tuner_params tuner_philips_atsc_params[] = {
652 .type = TUNER_PARAM_TYPE_NTSC,
653 .ranges = tuner_philips_atsc_ranges,
654 .count = ARRAY_SIZE(tuner_philips_atsc_ranges),
655 .config = 0x8e,
659 /* ------------ TUNER_PHILIPS_FM1236_MK3 - Philips NTSC ------------ */
661 static struct tuner_range tuner_fm1236_mk3_ntsc_ranges[] = {
662 { 16 * 160.00 /*MHz*/, 0x01, },
663 { 16 * 442.00 /*MHz*/, 0x02, },
664 { 16 * 999.99 , 0x04, },
667 static struct tuner_params tuner_fm1236_mk3_params[] = {
669 .type = TUNER_PARAM_TYPE_NTSC,
670 .ranges = tuner_fm1236_mk3_ntsc_ranges,
671 .count = ARRAY_SIZE(tuner_fm1236_mk3_ntsc_ranges),
672 .config = 0x8e,
676 /* ------------ TUNER_PHILIPS_4IN1 - Philips NTSC ------------ */
678 static struct tuner_range tuner_philips_4in1_ntsc_ranges[] = {
679 { 16 * 160.00 /*MHz*/, 0x01, },
680 { 16 * 442.00 /*MHz*/, 0x02, },
681 { 16 * 999.99 , 0x04, },
684 static struct tuner_params tuner_philips_4in1_params[] = {
686 .type = TUNER_PARAM_TYPE_NTSC,
687 .ranges = tuner_philips_4in1_ntsc_ranges,
688 .count = ARRAY_SIZE(tuner_philips_4in1_ntsc_ranges),
689 .config = 0x8e,
693 /* ------------ TUNER_MICROTUNE_4049FM5 - Microtune PAL ------------ */
695 static struct tuner_params tuner_microtune_4049_fm5_params[] = {
697 .type = TUNER_PARAM_TYPE_PAL,
698 .ranges = tuner_temic_4009f_5_pal_ranges,
699 .count = ARRAY_SIZE(tuner_temic_4009f_5_pal_ranges),
700 .config = 0x8e,
704 /* ------------ TUNER_PANASONIC_VP27 - Panasonic NTSC ------------ */
706 static struct tuner_range tuner_panasonic_vp27_ntsc_ranges[] = {
707 { 16 * 160.00 /*MHz*/, 0x01, },
708 { 16 * 454.00 /*MHz*/, 0x02, },
709 { 16 * 999.99 , 0x08, },
712 static struct tuner_params tuner_panasonic_vp27_params[] = {
714 .type = TUNER_PARAM_TYPE_NTSC,
715 .ranges = tuner_panasonic_vp27_ntsc_ranges,
716 .count = ARRAY_SIZE(tuner_panasonic_vp27_ntsc_ranges),
717 .config = 0xce,
721 /* ------------ TUNER_LG_NTSC_TAPE - LGINNOTEK NTSC ------------ */
723 static struct tuner_range tuner_lg_ntsc_tape_ranges[] = {
724 { 16 * 160.00 /*MHz*/, 0x01, },
725 { 16 * 442.00 /*MHz*/, 0x02, },
726 { 16 * 999.99 , 0x04, },
729 static struct tuner_params tuner_lg_ntsc_tape_params[] = {
731 .type = TUNER_PARAM_TYPE_NTSC,
732 .ranges = tuner_lg_ntsc_tape_ranges,
733 .count = ARRAY_SIZE(tuner_lg_ntsc_tape_ranges),
734 .config = 0x8e,
738 /* ------------ TUNER_TNF_8831BGFF - Philips PAL ------------ */
740 static struct tuner_range tuner_tnf_8831bgff_pal_ranges[] = {
741 { 16 * 161.25 /*MHz*/, 0xa0, },
742 { 16 * 463.25 /*MHz*/, 0x90, },
743 { 16 * 999.99 , 0x30, },
746 static struct tuner_params tuner_tnf_8831bgff_params[] = {
748 .type = TUNER_PARAM_TYPE_PAL,
749 .ranges = tuner_tnf_8831bgff_pal_ranges,
750 .count = ARRAY_SIZE(tuner_tnf_8831bgff_pal_ranges),
751 .config = 0x8e,
755 /* ------------ TUNER_MICROTUNE_4042FI5 - Microtune NTSC ------------ */
757 static struct tuner_range tuner_microtune_4042fi5_ntsc_ranges[] = {
758 { 16 * 162.00 /*MHz*/, 0xa2, },
759 { 16 * 457.00 /*MHz*/, 0x94, },
760 { 16 * 999.99 , 0x31, },
763 static struct tuner_params tuner_microtune_4042fi5_params[] = {
765 .type = TUNER_PARAM_TYPE_NTSC,
766 .ranges = tuner_microtune_4042fi5_ntsc_ranges,
767 .count = ARRAY_SIZE(tuner_microtune_4042fi5_ntsc_ranges),
768 .config = 0x8e,
772 /* 50-59 */
773 /* ------------ TUNER_TCL_2002N - TCL NTSC ------------ */
775 static struct tuner_range tuner_tcl_2002n_ntsc_ranges[] = {
776 { 16 * 172.00 /*MHz*/, 0x01, },
777 { 16 * 448.00 /*MHz*/, 0x02, },
778 { 16 * 999.99 , 0x08, },
781 static struct tuner_params tuner_tcl_2002n_params[] = {
783 .type = TUNER_PARAM_TYPE_NTSC,
784 .ranges = tuner_tcl_2002n_ntsc_ranges,
785 .count = ARRAY_SIZE(tuner_tcl_2002n_ntsc_ranges),
786 .config = 0x8e,
790 /* ------------ TUNER_PHILIPS_FM1256_IH3 - Philips PAL ------------ */
792 static struct tuner_range tuner_philips_fm1256_ih3_pal_ranges[] = {
793 { 16 * 160.00 /*MHz*/, 0x01, },
794 { 16 * 442.00 /*MHz*/, 0x02, },
795 { 16 * 999.99 , 0x04, },
798 static struct tuner_params tuner_philips_fm1256_ih3_params[] = {
800 .type = TUNER_PARAM_TYPE_PAL,
801 .ranges = tuner_philips_fm1256_ih3_pal_ranges,
802 .count = ARRAY_SIZE(tuner_philips_fm1256_ih3_pal_ranges),
803 .config = 0x8e,
807 /* ------------ TUNER_THOMSON_DTT7610 - THOMSON ATSC ------------ */
809 static struct tuner_range tuner_thomson_dtt7610_ntsc_ranges[] = {
810 { 16 * 157.25 /*MHz*/, 0x39, },
811 { 16 * 454.00 /*MHz*/, 0x3a, },
812 { 16 * 999.99 , 0x3c, },
815 static struct tuner_params tuner_thomson_dtt7610_params[] = {
817 .type = TUNER_PARAM_TYPE_NTSC,
818 .ranges = tuner_thomson_dtt7610_ntsc_ranges,
819 .count = ARRAY_SIZE(tuner_thomson_dtt7610_ntsc_ranges),
820 .config = 0x8e,
824 /* ------------ TUNER_PHILIPS_FQ1286 - Philips NTSC ------------ */
826 static struct tuner_range tuner_philips_fq1286_ntsc_ranges[] = {
827 { 16 * 160.00 /*MHz*/, 0x41, },
828 { 16 * 454.00 /*MHz*/, 0x42, },
829 { 16 * 999.99 , 0x04, },
832 static struct tuner_params tuner_philips_fq1286_params[] = {
834 .type = TUNER_PARAM_TYPE_NTSC,
835 .ranges = tuner_philips_fq1286_ntsc_ranges,
836 .count = ARRAY_SIZE(tuner_philips_fq1286_ntsc_ranges),
837 .config = 0x8e,
841 /* ------------ TUNER_TCL_2002MB - TCL PAL ------------ */
843 static struct tuner_range tuner_tcl_2002mb_pal_ranges[] = {
844 { 16 * 170.00 /*MHz*/, 0x01, },
845 { 16 * 450.00 /*MHz*/, 0x02, },
846 { 16 * 999.99 , 0x08, },
849 static struct tuner_params tuner_tcl_2002mb_params[] = {
851 .type = TUNER_PARAM_TYPE_PAL,
852 .ranges = tuner_tcl_2002mb_pal_ranges,
853 .count = ARRAY_SIZE(tuner_tcl_2002mb_pal_ranges),
854 .config = 0xce,
858 /* ------------ TUNER_PHILIPS_FQ1216AME_MK4 - Philips PAL ------------ */
860 static struct tuner_range tuner_philips_fq12_6a___mk4_ranges[] = {
861 { 16 * 160.00 /*MHz*/, 0x01, },
862 { 16 * 442.00 /*MHz*/, 0x02, },
863 { 16 * 999.99 , 0x04, },
866 static struct tuner_params tuner_philips_fq1216ame_mk4_params[] = {
868 .type = TUNER_PARAM_TYPE_PAL,
869 .ranges = tuner_philips_fq12_6a___mk4_ranges,
870 .count = ARRAY_SIZE(tuner_philips_fq12_6a___mk4_ranges),
871 .config = 0xce,
875 /* ------------ TUNER_PHILIPS_FQ1236A_MK4 - Philips NTSC ------------ */
877 static struct tuner_params tuner_philips_fq1236a_mk4_params[] = {
879 .type = TUNER_PARAM_TYPE_NTSC,
880 .ranges = tuner_philips_fq12_6a___mk4_ranges,
881 .count = ARRAY_SIZE(tuner_philips_fq12_6a___mk4_ranges),
882 .config = 0x8e,
886 /* ------------ TUNER_YMEC_TVF_8531MF - Philips NTSC ------------ */
888 static struct tuner_range tuner_ymec_tvf_8531mf_ntsc_ranges[] = {
889 { 16 * 160.00 /*MHz*/, 0xa0, },
890 { 16 * 454.00 /*MHz*/, 0x90, },
891 { 16 * 999.99 , 0x30, },
894 static struct tuner_params tuner_ymec_tvf_8531mf_params[] = {
896 .type = TUNER_PARAM_TYPE_NTSC,
897 .ranges = tuner_ymec_tvf_8531mf_ntsc_ranges,
898 .count = ARRAY_SIZE(tuner_ymec_tvf_8531mf_ntsc_ranges),
899 .config = 0x8e,
903 /* ------------ TUNER_YMEC_TVF_5533MF - Philips NTSC ------------ */
905 static struct tuner_range tuner_ymec_tvf_5533mf_ntsc_ranges[] = {
906 { 16 * 160.00 /*MHz*/, 0x01, },
907 { 16 * 454.00 /*MHz*/, 0x02, },
908 { 16 * 999.99 , 0x04, },
911 static struct tuner_params tuner_ymec_tvf_5533mf_params[] = {
913 .type = TUNER_PARAM_TYPE_NTSC,
914 .ranges = tuner_ymec_tvf_5533mf_ntsc_ranges,
915 .count = ARRAY_SIZE(tuner_ymec_tvf_5533mf_ntsc_ranges),
916 .config = 0x8e,
920 /* 60-69 */
921 /* ------------ TUNER_THOMSON_DTT761X - THOMSON ATSC ------------ */
922 /* DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A */
924 static struct tuner_range tuner_thomson_dtt761x_ntsc_ranges[] = {
925 { 16 * 145.25 /*MHz*/, 0x39, },
926 { 16 * 415.25 /*MHz*/, 0x3a, },
927 { 16 * 999.99 , 0x3c, },
931 static struct tuner_params tuner_thomson_dtt761x_params[] = {
933 .type = TUNER_PARAM_TYPE_NTSC,
934 .ranges = tuner_thomson_dtt761x_ntsc_ranges,
935 .count = ARRAY_SIZE(tuner_thomson_dtt761x_ntsc_ranges),
936 .config = 0x8e,
940 /* ------------ TUNER_TENA_9533_DI - Philips PAL ------------ */
942 static struct tuner_range tuner_tuner_tena_9533_di_pal_ranges[] = {
943 { 16 * 160.25 /*MHz*/, 0x01, },
944 { 16 * 464.25 /*MHz*/, 0x02, },
945 { 16 * 999.99 , 0x04, },
948 static struct tuner_params tuner_tena_9533_di_params[] = {
950 .type = TUNER_PARAM_TYPE_PAL,
951 .ranges = tuner_tuner_tena_9533_di_pal_ranges,
952 .count = ARRAY_SIZE(tuner_tuner_tena_9533_di_pal_ranges),
953 .config = 0x8e,
957 /* ------------ TUNER_PHILIPS_FMD1216ME_MK3 - Philips PAL ------------ */
959 static struct tuner_range tuner_philips_fmd1216me_mk3_pal_ranges[] = {
960 { 16 * 160.00 /*MHz*/, 0x51, },
961 { 16 * 442.00 /*MHz*/, 0x52, },
962 { 16 * 999.99 , 0x54, },
966 static struct tuner_params tuner_tuner_philips_fmd1216me_mk3_params[] = {
968 .type = TUNER_PARAM_TYPE_PAL,
969 .ranges = tuner_philips_fmd1216me_mk3_pal_ranges,
970 .count = ARRAY_SIZE(tuner_philips_fmd1216me_mk3_pal_ranges),
971 .config = 0x86,
976 /* ------------ TUNER_LG_TDVS_H062F - INFINEON ATSC ------------ */
978 static struct tuner_range tuner_tua6034_ntsc_ranges[] = {
979 { 16 * 160.00 /*MHz*/, 0x01 },
980 { 16 * 455.00 /*MHz*/, 0x02 },
981 { 16 * 999.99 , 0x04 },
985 static struct tuner_params tuner_tua6034_params[] = {
987 .type = TUNER_PARAM_TYPE_NTSC,
988 .ranges = tuner_tua6034_ntsc_ranges,
989 .count = ARRAY_SIZE(tuner_tua6034_ntsc_ranges),
990 .config = 0x8e,
994 /* ------------ TUNER_YMEC_TVF66T5_B_DFF - Philips PAL ------------ */
996 static struct tuner_range tuner_ymec_tvf66t5_b_dff_pal_ranges[] = {
997 { 16 * 160.25 /*MHz*/, 0x01, },
998 { 16 * 464.25 /*MHz*/, 0x02, },
999 { 16 * 999.99 , 0x08, },
1002 static struct tuner_params tuner_ymec_tvf66t5_b_dff_params[] = {
1004 .type = TUNER_PARAM_TYPE_PAL,
1005 .ranges = tuner_ymec_tvf66t5_b_dff_pal_ranges,
1006 .count = ARRAY_SIZE(tuner_ymec_tvf66t5_b_dff_pal_ranges),
1007 .config = 0x8e,
1011 /* ------------ TUNER_LG_NTSC_TALN_MINI - LGINNOTEK NTSC ------------ */
1013 static struct tuner_range tuner_lg_taln_mini_ntsc_ranges[] = {
1014 { 16 * 137.25 /*MHz*/, 0x01, },
1015 { 16 * 373.25 /*MHz*/, 0x02, },
1016 { 16 * 999.99 , 0x08, },
1019 static struct tuner_params tuner_lg_taln_mini_params[] = {
1021 .type = TUNER_PARAM_TYPE_NTSC,
1022 .ranges = tuner_lg_taln_mini_ntsc_ranges,
1023 .count = ARRAY_SIZE(tuner_lg_taln_mini_ntsc_ranges),
1024 .config = 0x8e,
1028 /* ------------ TUNER_PHILIPS_TD1316 - Philips PAL ------------ */
1030 static struct tuner_range tuner_philips_td1316_pal_ranges[] = {
1031 { 16 * 160.00 /*MHz*/, 0xa1, },
1032 { 16 * 442.00 /*MHz*/, 0xa2, },
1033 { 16 * 999.99 , 0xa4, },
1036 static struct tuner_params tuner_philips_td1316_params[] = {
1038 .type = TUNER_PARAM_TYPE_PAL,
1039 .ranges = tuner_philips_td1316_pal_ranges,
1040 .count = ARRAY_SIZE(tuner_philips_td1316_pal_ranges),
1041 .config = 0xc8,
1045 /* ------------ TUNER_PHILIPS_TUV1236D - Philips ATSC ------------ */
1047 static struct tuner_range tuner_tuv1236d_ntsc_ranges[] = {
1048 { 16 * 157.25 /*MHz*/, 0x01, },
1049 { 16 * 454.00 /*MHz*/, 0x02, },
1050 { 16 * 999.99 , 0x04, },
1054 static struct tuner_params tuner_tuner_tuv1236d_params[] = {
1056 .type = TUNER_PARAM_TYPE_NTSC,
1057 .ranges = tuner_tuv1236d_ntsc_ranges,
1058 .count = ARRAY_SIZE(tuner_tuv1236d_ntsc_ranges),
1059 .config = 0xce,
1063 /* ------------ TUNER_TNF_5335MF - Philips NTSC ------------ */
1065 static struct tuner_range tuner_tnf_5335mf_ntsc_ranges[] = {
1066 { 16 * 157.25 /*MHz*/, 0x01, },
1067 { 16 * 454.00 /*MHz*/, 0x02, },
1068 { 16 * 999.99 , 0x04, },
1071 static struct tuner_params tuner_tnf_5335mf_params[] = {
1073 .type = TUNER_PARAM_TYPE_NTSC,
1074 .ranges = tuner_tnf_5335mf_ntsc_ranges,
1075 .count = ARRAY_SIZE(tuner_tnf_5335mf_ntsc_ranges),
1076 .config = 0x8e,
1080 /* --------------------------------------------------------------------- */
1082 struct tunertype tuners[] = {
1083 /* 0-9 */
1084 [TUNER_TEMIC_PAL] = { /* TEMIC PAL */
1085 .name = "Temic PAL (4002 FH5)",
1086 .params = tuner_temic_pal_params,
1088 [TUNER_PHILIPS_PAL_I] = { /* Philips PAL_I */
1089 .name = "Philips PAL_I (FI1246 and compatibles)",
1090 .params = tuner_philips_pal_i_params,
1092 [TUNER_PHILIPS_NTSC] = { /* Philips NTSC */
1093 .name = "Philips NTSC (FI1236,FM1236 and compatibles)",
1094 .params = tuner_philips_ntsc_params,
1096 [TUNER_PHILIPS_SECAM] = { /* Philips SECAM */
1097 .name = "Philips (SECAM+PAL_BG) (FI1216MF, FM1216MF, FR1216MF)",
1098 .params = tuner_philips_secam_params,
1100 [TUNER_ABSENT] = { /* Tuner Absent */
1101 .name = "NoTuner",
1103 [TUNER_PHILIPS_PAL] = { /* Philips PAL */
1104 .name = "Philips PAL_BG (FI1216 and compatibles)",
1105 .params = tuner_philips_pal_params,
1107 [TUNER_TEMIC_NTSC] = { /* TEMIC NTSC */
1108 .name = "Temic NTSC (4032 FY5)",
1109 .params = tuner_temic_ntsc_params,
1111 [TUNER_TEMIC_PAL_I] = { /* TEMIC PAL_I */
1112 .name = "Temic PAL_I (4062 FY5)",
1113 .params = tuner_temic_pal_i_params,
1115 [TUNER_TEMIC_4036FY5_NTSC] = { /* TEMIC NTSC */
1116 .name = "Temic NTSC (4036 FY5)",
1117 .params = tuner_temic_4036fy5_ntsc_params,
1119 [TUNER_ALPS_TSBH1_NTSC] = { /* TEMIC NTSC */
1120 .name = "Alps HSBH1",
1121 .params = tuner_alps_tsbh1_ntsc_params,
1124 /* 10-19 */
1125 [TUNER_ALPS_TSBE1_PAL] = { /* TEMIC PAL */
1126 .name = "Alps TSBE1",
1127 .params = tuner_alps_tsb_1_params,
1129 [TUNER_ALPS_TSBB5_PAL_I] = { /* Alps PAL_I */
1130 .name = "Alps TSBB5",
1131 .params = tuner_alps_tsbb5_params,
1133 [TUNER_ALPS_TSBE5_PAL] = { /* Alps PAL */
1134 .name = "Alps TSBE5",
1135 .params = tuner_alps_tsbe5_params,
1137 [TUNER_ALPS_TSBC5_PAL] = { /* Alps PAL */
1138 .name = "Alps TSBC5",
1139 .params = tuner_alps_tsbc5_params,
1141 [TUNER_TEMIC_4006FH5_PAL] = { /* TEMIC PAL */
1142 .name = "Temic PAL_BG (4006FH5)",
1143 .params = tuner_temic_4006fh5_params,
1145 [TUNER_ALPS_TSHC6_NTSC] = { /* Alps NTSC */
1146 .name = "Alps TSCH6",
1147 .params = tuner_alps_tshc6_params,
1149 [TUNER_TEMIC_PAL_DK] = { /* TEMIC PAL */
1150 .name = "Temic PAL_DK (4016 FY5)",
1151 .params = tuner_temic_pal_dk_params,
1153 [TUNER_PHILIPS_NTSC_M] = { /* Philips NTSC */
1154 .name = "Philips NTSC_M (MK2)",
1155 .params = tuner_philips_ntsc_m_params,
1157 [TUNER_TEMIC_4066FY5_PAL_I] = { /* TEMIC PAL_I */
1158 .name = "Temic PAL_I (4066 FY5)",
1159 .params = tuner_temic_4066fy5_pal_i_params,
1161 [TUNER_TEMIC_4006FN5_MULTI_PAL] = { /* TEMIC PAL */
1162 .name = "Temic PAL* auto (4006 FN5)",
1163 .params = tuner_temic_4006fn5_multi_params,
1166 /* 20-29 */
1167 [TUNER_TEMIC_4009FR5_PAL] = { /* TEMIC PAL */
1168 .name = "Temic PAL_BG (4009 FR5) or PAL_I (4069 FR5)",
1169 .params = tuner_temic_4009f_5_params,
1171 [TUNER_TEMIC_4039FR5_NTSC] = { /* TEMIC NTSC */
1172 .name = "Temic NTSC (4039 FR5)",
1173 .params = tuner_temic_4039fr5_params,
1175 [TUNER_TEMIC_4046FM5] = { /* TEMIC PAL */
1176 .name = "Temic PAL/SECAM multi (4046 FM5)",
1177 .params = tuner_temic_4046fm5_params,
1179 [TUNER_PHILIPS_PAL_DK] = { /* Philips PAL */
1180 .name = "Philips PAL_DK (FI1256 and compatibles)",
1181 .params = tuner_philips_pal_dk_params,
1183 [TUNER_PHILIPS_FQ1216ME] = { /* Philips PAL */
1184 .name = "Philips PAL/SECAM multi (FQ1216ME)",
1185 .params = tuner_philips_fq1216me_params,
1187 [TUNER_LG_PAL_I_FM] = { /* LGINNOTEK PAL_I */
1188 .name = "LG PAL_I+FM (TAPC-I001D)",
1189 .params = tuner_lg_pal_i_fm_params,
1191 [TUNER_LG_PAL_I] = { /* LGINNOTEK PAL_I */
1192 .name = "LG PAL_I (TAPC-I701D)",
1193 .params = tuner_lg_pal_i_params,
1195 [TUNER_LG_NTSC_FM] = { /* LGINNOTEK NTSC */
1196 .name = "LG NTSC+FM (TPI8NSR01F)",
1197 .params = tuner_lg_ntsc_fm_params,
1199 [TUNER_LG_PAL_FM] = { /* LGINNOTEK PAL */
1200 .name = "LG PAL_BG+FM (TPI8PSB01D)",
1201 .params = tuner_lg_pal_fm_params,
1203 [TUNER_LG_PAL] = { /* LGINNOTEK PAL */
1204 .name = "LG PAL_BG (TPI8PSB11D)",
1205 .params = tuner_lg_pal_params,
1208 /* 30-39 */
1209 [TUNER_TEMIC_4009FN5_MULTI_PAL_FM] = { /* TEMIC PAL */
1210 .name = "Temic PAL* auto + FM (4009 FN5)",
1211 .params = tuner_temic_4009_fn5_multi_pal_fm_params,
1213 [TUNER_SHARP_2U5JF5540_NTSC] = { /* SHARP NTSC */
1214 .name = "SHARP NTSC_JP (2U5JF5540)",
1215 .params = tuner_sharp_2u5jf5540_params,
1217 [TUNER_Samsung_PAL_TCPM9091PD27] = { /* Samsung PAL */
1218 .name = "Samsung PAL TCPM9091PD27",
1219 .params = tuner_samsung_pal_tcpm9091pd27_params,
1221 [TUNER_MT2032] = { /* Microtune PAL|NTSC */
1222 .name = "MT20xx universal",
1223 /* see mt20xx.c for details */ },
1224 [TUNER_TEMIC_4106FH5] = { /* TEMIC PAL */
1225 .name = "Temic PAL_BG (4106 FH5)",
1226 .params = tuner_temic_4106fh5_params,
1228 [TUNER_TEMIC_4012FY5] = { /* TEMIC PAL */
1229 .name = "Temic PAL_DK/SECAM_L (4012 FY5)",
1230 .params = tuner_temic_4012fy5_params,
1232 [TUNER_TEMIC_4136FY5] = { /* TEMIC NTSC */
1233 .name = "Temic NTSC (4136 FY5)",
1234 .params = tuner_temic_4136_fy5_params,
1236 [TUNER_LG_PAL_NEW_TAPC] = { /* LGINNOTEK PAL */
1237 .name = "LG PAL (newer TAPC series)",
1238 .params = tuner_lg_pal_new_tapc_params,
1240 [TUNER_PHILIPS_FM1216ME_MK3] = { /* Philips PAL */
1241 .name = "Philips PAL/SECAM multi (FM1216ME MK3)",
1242 .params = tuner_fm1216me_mk3_params,
1244 [TUNER_LG_NTSC_NEW_TAPC] = { /* LGINNOTEK NTSC */
1245 .name = "LG NTSC (newer TAPC series)",
1246 .params = tuner_lg_ntsc_new_tapc_params,
1249 /* 40-49 */
1250 [TUNER_HITACHI_NTSC] = { /* HITACHI NTSC */
1251 .name = "HITACHI V7-J180AT",
1252 .params = tuner_hitachi_ntsc_params,
1254 [TUNER_PHILIPS_PAL_MK] = { /* Philips PAL */
1255 .name = "Philips PAL_MK (FI1216 MK)",
1256 .params = tuner_philips_pal_mk_params,
1258 [TUNER_PHILIPS_ATSC] = { /* Philips ATSC */
1259 .name = "Philips 1236D ATSC/NTSC dual in",
1260 .params = tuner_philips_atsc_params,
1262 [TUNER_PHILIPS_FM1236_MK3] = { /* Philips NTSC */
1263 .name = "Philips NTSC MK3 (FM1236MK3 or FM1236/F)",
1264 .params = tuner_fm1236_mk3_params,
1266 [TUNER_PHILIPS_4IN1] = { /* Philips NTSC */
1267 .name = "Philips 4 in 1 (ATI TV Wonder Pro/Conexant)",
1268 .params = tuner_philips_4in1_params,
1270 [TUNER_MICROTUNE_4049FM5] = { /* Microtune PAL */
1271 .name = "Microtune 4049 FM5",
1272 .params = tuner_microtune_4049_fm5_params,
1274 [TUNER_PANASONIC_VP27] = { /* Panasonic NTSC */
1275 .name = "Panasonic VP27s/ENGE4324D",
1276 .params = tuner_panasonic_vp27_params,
1278 [TUNER_LG_NTSC_TAPE] = { /* LGINNOTEK NTSC */
1279 .name = "LG NTSC (TAPE series)",
1280 .params = tuner_lg_ntsc_tape_params,
1282 [TUNER_TNF_8831BGFF] = { /* Philips PAL */
1283 .name = "Tenna TNF 8831 BGFF)",
1284 .params = tuner_tnf_8831bgff_params,
1286 [TUNER_MICROTUNE_4042FI5] = { /* Microtune NTSC */
1287 .name = "Microtune 4042 FI5 ATSC/NTSC dual in",
1288 .params = tuner_microtune_4042fi5_params,
1291 /* 50-59 */
1292 [TUNER_TCL_2002N] = { /* TCL NTSC */
1293 .name = "TCL 2002N",
1294 .params = tuner_tcl_2002n_params,
1296 [TUNER_PHILIPS_FM1256_IH3] = { /* Philips PAL */
1297 .name = "Philips PAL/SECAM_D (FM 1256 I-H3)",
1298 .params = tuner_philips_fm1256_ih3_params,
1300 [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */
1301 .name = "Thomson DTT 7610 (ATSC/NTSC)",
1302 .params = tuner_thomson_dtt7610_params,
1304 [TUNER_PHILIPS_FQ1286] = { /* Philips NTSC */
1305 .name = "Philips FQ1286",
1306 .params = tuner_philips_fq1286_params,
1308 [TUNER_PHILIPS_TDA8290] = { /* Philips PAL|NTSC */
1309 .name = "tda8290+75",
1310 /* see tda8290.c for details */ },
1311 [TUNER_TCL_2002MB] = { /* TCL PAL */
1312 .name = "TCL 2002MB",
1313 .params = tuner_tcl_2002mb_params,
1315 [TUNER_PHILIPS_FQ1216AME_MK4] = { /* Philips PAL */
1316 .name = "Philips PAL/SECAM multi (FQ1216AME MK4)",
1317 .params = tuner_philips_fq1216ame_mk4_params,
1319 [TUNER_PHILIPS_FQ1236A_MK4] = { /* Philips NTSC */
1320 .name = "Philips FQ1236A MK4",
1321 .params = tuner_philips_fq1236a_mk4_params,
1323 [TUNER_YMEC_TVF_8531MF] = { /* Philips NTSC */
1324 .name = "Ymec TVision TVF-8531MF/8831MF/8731MF",
1325 .params = tuner_ymec_tvf_8531mf_params,
1327 [TUNER_YMEC_TVF_5533MF] = { /* Philips NTSC */
1328 .name = "Ymec TVision TVF-5533MF",
1329 .params = tuner_ymec_tvf_5533mf_params,
1332 /* 60-69 */
1333 [TUNER_THOMSON_DTT761X] = { /* THOMSON ATSC */
1334 /* DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A */
1335 .name = "Thomson DTT 761X (ATSC/NTSC)",
1336 .params = tuner_thomson_dtt761x_params,
1338 [TUNER_TENA_9533_DI] = { /* Philips PAL */
1339 .name = "Tena TNF9533-D/IF/TNF9533-B/DF",
1340 .params = tuner_tena_9533_di_params,
1342 [TUNER_TEA5767] = { /* Philips RADIO */
1343 .name = "Philips TEA5767HN FM Radio",
1344 /* see tea5767.c for details */
1346 [TUNER_PHILIPS_FMD1216ME_MK3] = { /* Philips PAL */
1347 .name = "Philips FMD1216ME MK3 Hybrid Tuner",
1348 .params = tuner_tuner_philips_fmd1216me_mk3_params,
1350 [TUNER_LG_TDVS_H062F] = { /* LGINNOTEK ATSC */
1351 .name = "LG TDVS-H062F/TUA6034",
1352 .params = tuner_tua6034_params,
1354 [TUNER_YMEC_TVF66T5_B_DFF] = { /* Philips PAL */
1355 .name = "Ymec TVF66T5-B/DFF",
1356 .params = tuner_ymec_tvf66t5_b_dff_params,
1358 [TUNER_LG_NTSC_TALN_MINI] = { /* LGINNOTEK NTSC */
1359 .name = "LG NTSC (TALN mini series)",
1360 .params = tuner_lg_taln_mini_params,
1362 [TUNER_PHILIPS_TD1316] = { /* Philips PAL */
1363 .name = "Philips TD1316 Hybrid Tuner",
1364 .params = tuner_philips_td1316_params,
1366 [TUNER_PHILIPS_TUV1236D] = { /* Philips ATSC */
1367 .name = "Philips TUV1236D ATSC/NTSC dual in",
1368 .params = tuner_tuner_tuv1236d_params,
1370 [TUNER_TNF_5335MF] = { /* Philips NTSC */
1371 .name = "Tena TNF 5335 MF",
1372 .params = tuner_tnf_5335mf_params,
1376 unsigned const int tuner_count = ARRAY_SIZE(tuners);