Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 
0003 Maxim Integrated MAX2175 RF to bits tuner driver
0004 ================================================
0005 
0006 The MAX2175 driver implements the following driver-specific controls:
0007 
0008 ``V4L2_CID_MAX2175_I2S_ENABLE``
0009 -------------------------------
0010     Enable/Disable I2S output of the tuner. This is a private control
0011     that can be accessed only using the subdev interface.
0012     Refer to Documentation/driver-api/media/v4l2-controls.rst for more details.
0013 
0014 .. flat-table::
0015     :header-rows:  0
0016     :stub-columns: 0
0017     :widths:       1 4
0018 
0019     * - ``(0)``
0020       - I2S output is disabled.
0021     * - ``(1)``
0022       - I2S output is enabled.
0023 
0024 ``V4L2_CID_MAX2175_HSLS``
0025 -------------------------
0026     The high-side/low-side (HSLS) control of the tuner for a given band.
0027 
0028 .. flat-table::
0029     :header-rows:  0
0030     :stub-columns: 0
0031     :widths:       1 4
0032 
0033     * - ``(0)``
0034       - The LO frequency position is below the desired frequency.
0035     * - ``(1)``
0036       - The LO frequency position is above the desired frequency.
0037 
0038 ``V4L2_CID_MAX2175_RX_MODE (menu)``
0039 -----------------------------------
0040     The Rx mode controls a number of preset parameters of the tuner like
0041     sample clock (sck), sampling rate etc. These multiple settings are
0042     provided under one single label called Rx mode in the datasheet. The
0043     list below shows the supported modes with a brief description.
0044 
0045 .. flat-table::
0046     :header-rows:  0
0047     :stub-columns: 0
0048     :widths:       1 4
0049 
0050     * - ``"Europe modes"``
0051     * - ``"FM 1.2" (0)``
0052       - This configures FM band with a sample rate of 0.512 million
0053         samples/sec with a 10.24 MHz sck.
0054     * - ``"DAB 1.2" (1)``
0055       - This configures VHF band with a sample rate of 2.048 million
0056         samples/sec with a 32.768 MHz sck.
0057 
0058     * - ``"North America modes"``
0059     * - ``"FM 1.0" (0)``
0060       - This configures FM band with a sample rate of 0.7441875 million
0061         samples/sec with a 14.88375 MHz sck.
0062     * - ``"DAB 1.2" (1)``
0063       - This configures FM band with a sample rate of 0.372 million
0064         samples/sec with a 7.441875 MHz sck.