~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/driver-api/media/drivers/tuners.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/driver-api/media/drivers/tuners.rst (Architecture m68k) and /Documentation/driver-api/media/drivers/tuners.rst (Architecture sparc64)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Tuner drivers                                       3 Tuner drivers
  4 =============                                       4 =============
  5                                                     5 
  6 Simple tuner Programming                            6 Simple tuner Programming
  7 ------------------------                            7 ------------------------
  8                                                     8 
  9 There are some flavors of Tuner programming AP      9 There are some flavors of Tuner programming APIs.
 10 These differ mainly by the bandswitch byte.        10 These differ mainly by the bandswitch byte.
 11                                                    11 
 12 - L= LG_API       (VHF_LO=0x01, VHF_HI=0x02, U     12 - L= LG_API       (VHF_LO=0x01, VHF_HI=0x02, UHF=0x08, radio=0x04)
 13 - P= PHILIPS_API  (VHF_LO=0xA0, VHF_HI=0x90, U     13 - P= PHILIPS_API  (VHF_LO=0xA0, VHF_HI=0x90, UHF=0x30, radio=0x04)
 14 - T= TEMIC_API    (VHF_LO=0x02, VHF_HI=0x04, U     14 - T= TEMIC_API    (VHF_LO=0x02, VHF_HI=0x04, UHF=0x01)
 15 - A= ALPS_API     (VHF_LO=0x14, VHF_HI=0x12, U     15 - A= ALPS_API     (VHF_LO=0x14, VHF_HI=0x12, UHF=0x11)
 16 - M= PHILIPS_MK3  (VHF_LO=0x01, VHF_HI=0x02, U     16 - M= PHILIPS_MK3  (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19)
 17                                                    17 
 18 Tuner Manufacturers                                18 Tuner Manufacturers
 19 -------------------                                19 -------------------
 20                                                    20 
 21 - Samsung Tuner identification: (e.g. TCPM9091     21 - Samsung Tuner identification: (e.g. TCPM9091PD27)
 22                                                    22 
 23 .. code-block:: none                               23 .. code-block:: none
 24                                                    24 
 25  TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABC     25  TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD]
 26  [ABCJLMNQ]:                                       26  [ABCJLMNQ]:
 27    A= BG+DK                                        27    A= BG+DK
 28    B= BG                                           28    B= BG
 29    C= I+DK                                         29    C= I+DK
 30    J= NTSC-Japan                                   30    J= NTSC-Japan
 31    L= Secam LL                                     31    L= Secam LL
 32    M= BG+I+DK                                      32    M= BG+I+DK
 33    N= NTSC                                         33    N= NTSC
 34    Q= BG+I+DK+LL                                   34    Q= BG+I+DK+LL
 35  [89]: ?                                           35  [89]: ?
 36  [125]:                                            36  [125]:
 37    2: No FM                                        37    2: No FM
 38    5: With FM                                      38    5: With FM
 39  [DP]:                                             39  [DP]:
 40    D= NTSC                                         40    D= NTSC
 41    P= PAL                                          41    P= PAL
 42  [ACD]:                                            42  [ACD]:
 43    A= F-connector                                  43    A= F-connector
 44    C= Phono connector                              44    C= Phono connector
 45    D= Din Jack                                     45    D= Din Jack
 46  [ABCD]:                                           46  [ABCD]:
 47    3-wire/I2C tuning, 2-band/3-band                47    3-wire/I2C tuning, 2-band/3-band
 48                                                    48 
 49 These Tuners are PHILIPS_API compatible.           49 These Tuners are PHILIPS_API compatible.
 50                                                    50 
 51 Philips Tuner identification: (e.g. FM1216MF)      51 Philips Tuner identification: (e.g. FM1216MF)
 52                                                    52 
 53 .. code-block:: none                               53 .. code-block:: none
 54                                                    54 
 55   F[IRMQ]12[1345]6{MF|ME|MP}                       55   F[IRMQ]12[1345]6{MF|ME|MP}
 56   F[IRMQ]:                                         56   F[IRMQ]:
 57    FI12x6: Tuner Series                            57    FI12x6: Tuner Series
 58    FR12x6: Tuner + Radio IF                        58    FR12x6: Tuner + Radio IF
 59    FM12x6: Tuner + FM                              59    FM12x6: Tuner + FM
 60    FQ12x6: special                                 60    FQ12x6: special
 61    FMR12x6: special                                61    FMR12x6: special
 62    TD15xx: Digital Tuner ATSC                      62    TD15xx: Digital Tuner ATSC
 63   12[1345]6:                                       63   12[1345]6:
 64    1216: PAL BG                                    64    1216: PAL BG
 65    1236: NTSC                                      65    1236: NTSC
 66    1246: PAL I                                     66    1246: PAL I
 67    1256: Pal DK                                    67    1256: Pal DK
 68   {MF|ME|MP}                                       68   {MF|ME|MP}
 69    MF: BG LL w/ Secam (Multi France)               69    MF: BG LL w/ Secam (Multi France)
 70    ME: BG DK I LL   (Multi Europe)                 70    ME: BG DK I LL   (Multi Europe)
 71    MP: BG DK I      (Multi PAL)                    71    MP: BG DK I      (Multi PAL)
 72    MR: BG DK M (?)                                 72    MR: BG DK M (?)
 73    MG: BG DKI M (?)                                73    MG: BG DKI M (?)
 74   MK2 series PHILIPS_API, most tuners are comp     74   MK2 series PHILIPS_API, most tuners are compatible to this one !
 75   MK3 series introduced in 2002 w/ PHILIPS_MK3     75   MK3 series introduced in 2002 w/ PHILIPS_MK3_API
 76                                                    76 
 77 Temic Tuner identification: (.e.g 4006FH5)         77 Temic Tuner identification: (.e.g 4006FH5)
 78                                                    78 
 79 .. code-block:: none                               79 .. code-block:: none
 80                                                    80 
 81    4[01][0136][269]F[HYNR]5                        81    4[01][0136][269]F[HYNR]5
 82     40x2: Tuner (5V/33V), TEMIC_API.               82     40x2: Tuner (5V/33V), TEMIC_API.
 83     40x6: Tuner 5V                                 83     40x6: Tuner 5V
 84     41xx: Tuner compact                            84     41xx: Tuner compact
 85     40x9: Tuner+FM compact                         85     40x9: Tuner+FM compact
 86    [0136]                                          86    [0136]
 87     xx0x: PAL BG                                   87     xx0x: PAL BG
 88     xx1x: Pal DK, Secam LL                         88     xx1x: Pal DK, Secam LL
 89     xx3x: NTSC                                     89     xx3x: NTSC
 90     xx6x: PAL I                                    90     xx6x: PAL I
 91    F[HYNR]5                                        91    F[HYNR]5
 92     FH5: Pal BG                                    92     FH5: Pal BG
 93     FY5: others                                    93     FY5: others
 94     FN5: multistandard                             94     FN5: multistandard
 95     FR5: w/ FM radio                               95     FR5: w/ FM radio
 96    3X xxxx: order number with specific connect     96    3X xxxx: order number with specific connector
 97   Note: Only 40x2 series has TEMIC_API, all ne     97   Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API.
 98                                                    98 
 99 LG Innotek Tuner:                                  99 LG Innotek Tuner:
100                                                   100 
101 - TPI8NSR11 : NTSC J/M    (TPI8NSR01 w/FM)  (P    101 - TPI8NSR11 : NTSC J/M    (TPI8NSR01 w/FM)  (P,210/497)
102 - TPI8PSB11 : PAL B/G     (TPI8PSB01 w/FM)  (P    102 - TPI8PSB11 : PAL B/G     (TPI8PSB01 w/FM)  (P,170/450)
103 - TAPC-I701 : PAL I       (TAPC-I001 w/FM)  (P    103 - TAPC-I701 : PAL I       (TAPC-I001 w/FM)  (P,170/450)
104 - TPI8PSB12 : PAL D/K+B/G (TPI8PSB02 w/FM)  (P    104 - TPI8PSB12 : PAL D/K+B/G (TPI8PSB02 w/FM)  (P,170/450)
105 - TAPC-H701P: NTSC_JP     (TAPC-H001P w/FM) (L    105 - TAPC-H701P: NTSC_JP     (TAPC-H001P w/FM) (L,170/450)
106 - TAPC-G701P: PAL B/G     (TAPC-G001P w/FM) (L    106 - TAPC-G701P: PAL B/G     (TAPC-G001P w/FM) (L,170/450)
107 - TAPC-W701P: PAL I       (TAPC-W001P w/FM) (L    107 - TAPC-W701P: PAL I       (TAPC-W001P w/FM) (L,170/450)
108 - TAPC-Q703P: PAL D/K     (TAPC-Q001P w/FM) (L    108 - TAPC-Q703P: PAL D/K     (TAPC-Q001P w/FM) (L,170/450)
109 - TAPC-Q704P: PAL D/K+I   (L,170/450)             109 - TAPC-Q704P: PAL D/K+I   (L,170/450)
110 - TAPC-G702P: PAL D/K+B/G (L,170/450)             110 - TAPC-G702P: PAL D/K+B/G (L,170/450)
111                                                   111 
112 - TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W    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)  (soun    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    114 - TADC-T003F: NTSC Taiwan  (L,175/410?; 2-B, C-W+11, W+12-69)
115                                                   115 
116 Suffix:                                           116 Suffix:
117   - P= Standard phono female socket               117   - P= Standard phono female socket
118   - D= IEC female socket                          118   - D= IEC female socket
119   - F= F-connector                                119   - F= F-connector
120                                                   120 
121 Other Tuners:                                     121 Other Tuners:
122                                                   122 
123 - TCL2002MB-1 : PAL BG + DK       =TUNER_LG_PA    123 - TCL2002MB-1 : PAL BG + DK       =TUNER_LG_PAL_NEW_TAPC
124 - TCL2002MB-1F: PAL BG + DK w/FM  =PHILIPS_PAL    124 - TCL2002MB-1F: PAL BG + DK w/FM  =PHILIPS_PAL
125 - TCL2002MI-2 : PAL I           = ??              125 - TCL2002MI-2 : PAL I           = ??
126                                                   126 
127 ALPS Tuners:                                      127 ALPS Tuners:
128                                                   128 
129 - Most are LG_API compatible                      129 - Most are LG_API compatible
130 - TSCH6 has ALPS_API (TSCH5 ?)                    130 - TSCH6 has ALPS_API (TSCH5 ?)
131 - TSBE1 has extra API 05,02,08 Control_byte=0x    131 - TSBE1 has extra API 05,02,08 Control_byte=0xCB Source:[#f1]_
132                                                   132 
133 .. [#f1] conexant100029b-PCI-Decoder-Applicati    133 .. [#f1] conexant100029b-PCI-Decoder-ApplicationNote.pdf
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php