1 .. SPDX-License-Identifier: GPL-2.0
6 Simple tuner Programming
7 ------------------------
9 There are some flavors of Tuner programming APIs.
10 These differ mainly by the bandswitch byte.
12 - L= LG_API (VHF_LO=0x01, VHF_HI=0x02, UHF=0x08, radio=0x04)
13 - P= PHILIPS_API (VHF_LO=0xA0, VHF_HI=0x90, UHF=0x30, radio=0x04)
14 - T= TEMIC_API (VHF_LO=0x02, VHF_HI=0x04, UHF=0x01)
15 - A= ALPS_API (VHF_LO=0x14, VHF_HI=0x12, UHF=0x11)
16 - M= PHILIPS_MK3 (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19)
21 - SAMSUNG Tuner identification: (e.g. TCPM9091PD27)
25 TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD]
47 3-wire/I2C tuning, 2-band/3-band
49 These Tuners are PHILIPS_API compatible.
51 Philips Tuner identification: (e.g. FM1216MF)
55 F[IRMQ]12[1345]6{MF|ME|MP}
58 FR12x6: Tuner + Radio IF
62 TD15xx: Digital Tuner ATSC
69 MF: BG LL w/ Secam (Multi France)
70 ME: BG DK I LL (Multi Europe)
71 MP: BG DK I (Multi PAL)
74 MK2 series PHILIPS_API, most tuners are compatible to this one !
75 MK3 series introduced in 2002 w/ PHILIPS_MK3_API
77 Temic Tuner identification: (.e.g 4006FH5)
81 4[01][0136][269]F[HYNR]5
82 40x2: Tuner (5V/33V), TEMIC_API.
85 40x9: Tuner+FM compact
88 xx1x: Pal DK, Secam LL
96 3X xxxx: order number with specific connector
97 Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API.
101 - TPI8NSR11 : NTSC J/M (TPI8NSR01 w/FM) (P,210/497)
102 - TPI8PSB11 : PAL B/G (TPI8PSB01 w/FM) (P,170/450)
103 - TAPC-I701 : PAL I (TAPC-I001 w/FM) (P,170/450)
104 - TPI8PSB12 : PAL D/K+B/G (TPI8PSB02 w/FM) (P,170/450)
105 - TAPC-H701P: NTSC_JP (TAPC-H001P w/FM) (L,170/450)
106 - TAPC-G701P: PAL B/G (TAPC-G001P w/FM) (L,170/450)
107 - TAPC-W701P: PAL I (TAPC-W001P w/FM) (L,170/450)
108 - TAPC-Q703P: PAL D/K (TAPC-Q001P w/FM) (L,170/450)
109 - TAPC-Q704P: PAL D/K+I (L,170/450)
110 - TAPC-G702P: PAL D/K+B/G (L,170/450)
112 - TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69)
113 - TADC-M201D: PAL D/K+B/G+I (L,143/425) (sound control at I2C address 0xc8)
114 - TADC-T003F: NTSC Taiwan (L,175/410?; 2-B, C-W+11, W+12-69)
117 - P= Standard phono female socket
118 - D= IEC female socket
123 - TCL2002MB-1 : PAL BG + DK =TUNER_LG_PAL_NEW_TAPC
124 - TCL2002MB-1F: PAL BG + DK w/FM =PHILIPS_PAL
125 - TCL2002MI-2 : PAL I = ??
129 - Most are LG_API compatible
130 - TSCH6 has ALPS_API (TSCH5 ?)
131 - TSBE1 has extra API 05,02,08 Control_byte=0xCB Source:[#f1]_
133 .. [#f1] conexant100029b-PCI-Decoder-ApplicationNote.pdf