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

TOMOYO Linux Cross Reference
Linux/Documentation/userspace-api/media/v4l/ext-ctrls-fm-rx.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/userspace-api/media/v4l/ext-ctrls-fm-rx.rst (Architecture alpha) and /Documentation/userspace-api/media/v4l/ext-ctrls-fm-rx.rst (Architecture m68k)


  1 .. SPDX-License-Identifier: GFDL-1.1-no-invari      1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
  2                                                     2 
  3 .. _fm-rx-controls:                                 3 .. _fm-rx-controls:
  4                                                     4 
  5 *****************************                       5 *****************************
  6 FM Receiver Control Reference                       6 FM Receiver Control Reference
  7 *****************************                       7 *****************************
  8                                                     8 
  9 The FM Receiver (FM_RX) class includes control      9 The FM Receiver (FM_RX) class includes controls for common features of
 10 FM Reception capable devices.                      10 FM Reception capable devices.
 11                                                    11 
 12                                                    12 
 13 .. _fm-rx-control-id:                              13 .. _fm-rx-control-id:
 14                                                    14 
 15 FM_RX Control IDs                                  15 FM_RX Control IDs
 16 =================                                  16 =================
 17                                                    17 
 18 ``V4L2_CID_FM_RX_CLASS (class)``                   18 ``V4L2_CID_FM_RX_CLASS (class)``
 19     The FM_RX class descriptor. Calling            19     The FM_RX class descriptor. Calling
 20     :ref:`VIDIOC_QUERYCTRL` for this control w     20     :ref:`VIDIOC_QUERYCTRL` for this control will
 21     return a description of this control class     21     return a description of this control class.
 22                                                    22 
 23 ``V4L2_CID_RDS_RECEPTION (boolean)``               23 ``V4L2_CID_RDS_RECEPTION (boolean)``
 24     Enables/disables RDS reception by the radi     24     Enables/disables RDS reception by the radio tuner
 25                                                    25 
 26 ``V4L2_CID_RDS_RX_PTY (integer)``                  26 ``V4L2_CID_RDS_RX_PTY (integer)``
 27     Gets RDS Programme Type field. This encode     27     Gets RDS Programme Type field. This encodes up to 31 pre-defined
 28     programme types.                               28     programme types.
 29                                                    29 
 30 ``V4L2_CID_RDS_RX_PS_NAME (string)``               30 ``V4L2_CID_RDS_RX_PS_NAME (string)``
 31     Gets the Programme Service name (PS_NAME).     31     Gets the Programme Service name (PS_NAME). It is intended for
 32     static display on a receiver. It is the pr     32     static display on a receiver. It is the primary aid to listeners in
 33     programme service identification and selec     33     programme service identification and selection. In Annex E of
 34     :ref:`iec62106`, the RDS specification, th     34     :ref:`iec62106`, the RDS specification, there is a full
 35     description of the correct character encod     35     description of the correct character encoding for Programme Service
 36     name strings. Also from RDS specification,     36     name strings. Also from RDS specification, PS is usually a single
 37     eight character text. However, it is also      37     eight character text. However, it is also possible to find receivers
 38     which can scroll strings sized as 8 x N ch     38     which can scroll strings sized as 8 x N characters. So, this control
 39     must be configured with steps of 8 charact     39     must be configured with steps of 8 characters. The result is it must
 40     always contain a string with size multiple     40     always contain a string with size multiple of 8.
 41                                                    41 
 42 ``V4L2_CID_RDS_RX_RADIO_TEXT (string)``            42 ``V4L2_CID_RDS_RX_RADIO_TEXT (string)``
 43     Gets the Radio Text info. It is a textual      43     Gets the Radio Text info. It is a textual description of what is
 44     being broadcasted. RDS Radio Text can be a     44     being broadcasted. RDS Radio Text can be applied when broadcaster
 45     wishes to transmit longer PS names, progra     45     wishes to transmit longer PS names, programme-related information or
 46     any other text. In these cases, RadioText      46     any other text. In these cases, RadioText can be used in addition to
 47     ``V4L2_CID_RDS_RX_PS_NAME``. The encoding      47     ``V4L2_CID_RDS_RX_PS_NAME``. The encoding for Radio Text strings is
 48     also fully described in Annex E of :ref:`i     48     also fully described in Annex E of :ref:`iec62106`. The length of
 49     Radio Text strings depends on which RDS Bl     49     Radio Text strings depends on which RDS Block is being used to
 50     transmit it, either 32 (2A block) or 64 (2     50     transmit it, either 32 (2A block) or 64 (2B block). However, it is
 51     also possible to find receivers which can      51     also possible to find receivers which can scroll strings sized as 32
 52     x N or 64 x N characters. So, this control     52     x N or 64 x N characters. So, this control must be configured with
 53     steps of 32 or 64 characters. The result i     53     steps of 32 or 64 characters. The result is it must always contain a
 54     string with size multiple of 32 or 64.         54     string with size multiple of 32 or 64.
 55                                                    55 
 56 ``V4L2_CID_RDS_RX_TRAFFIC_ANNOUNCEMENT (boolea     56 ``V4L2_CID_RDS_RX_TRAFFIC_ANNOUNCEMENT (boolean)``
 57     If set, then a traffic announcement is in      57     If set, then a traffic announcement is in progress.
 58                                                    58 
 59 ``V4L2_CID_RDS_RX_TRAFFIC_PROGRAM (boolean)``      59 ``V4L2_CID_RDS_RX_TRAFFIC_PROGRAM (boolean)``
 60     If set, then the tuned programme carries t     60     If set, then the tuned programme carries traffic announcements.
 61                                                    61 
 62 ``V4L2_CID_RDS_RX_MUSIC_SPEECH (boolean)``         62 ``V4L2_CID_RDS_RX_MUSIC_SPEECH (boolean)``
 63     If set, then this channel broadcasts music     63     If set, then this channel broadcasts music. If cleared, then it
 64     broadcasts speech. If the transmitter does     64     broadcasts speech. If the transmitter doesn't make this distinction,
 65     then it will be set.                           65     then it will be set.
 66                                                    66 
 67 ``V4L2_CID_TUNE_DEEMPHASIS``                       67 ``V4L2_CID_TUNE_DEEMPHASIS``
 68     (enum)                                         68     (enum)
 69                                                    69 
 70 enum v4l2_deemphasis -                             70 enum v4l2_deemphasis -
 71     Configures the de-emphasis value for recep     71     Configures the de-emphasis value for reception. A de-emphasis filter
 72     is applied to the broadcast to accentuate      72     is applied to the broadcast to accentuate the high audio
 73     frequencies. Depending on the region, a ti     73     frequencies. Depending on the region, a time constant of either 50
 74     or 75 useconds is used. The enum v4l2_deem     74     or 75 useconds is used. The enum v4l2_deemphasis defines possible
 75     values for de-emphasis. Here they are:         75     values for de-emphasis. Here they are:
 76                                                    76 
 77                                                    77 
 78                                                    78 
 79 .. flat-table::                                    79 .. flat-table::
 80     :header-rows:  0                               80     :header-rows:  0
 81     :stub-columns: 0                               81     :stub-columns: 0
 82                                                    82 
 83     * - ``V4L2_DEEMPHASIS_DISABLED``               83     * - ``V4L2_DEEMPHASIS_DISABLED``
 84       - No de-emphasis is applied.                 84       - No de-emphasis is applied.
 85     * - ``V4L2_DEEMPHASIS_50_uS``                  85     * - ``V4L2_DEEMPHASIS_50_uS``
 86       - A de-emphasis of 50 uS is used.            86       - A de-emphasis of 50 uS is used.
 87     * - ``V4L2_DEEMPHASIS_75_uS``                  87     * - ``V4L2_DEEMPHASIS_75_uS``
 88       - A de-emphasis of 75 uS is used.            88       - A de-emphasis of 75 uS is used.
                                                      

~ [ 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