max2175.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Maxim Integrated MAX2175 RF to bits tuner driver
  2. ================================================
  3. The MAX2175 driver implements the following driver-specific controls:
  4. ``V4L2_CID_MAX2175_I2S_ENABLE``
  5. -------------------------------
  6. Enable/Disable I2S output of the tuner. This is a private control
  7. that can be accessed only using the subdev interface.
  8. Refer to Documentation/media/kapi/v4l2-controls.rst for more details.
  9. .. flat-table::
  10. :header-rows: 0
  11. :stub-columns: 0
  12. :widths: 1 4
  13. * - ``(0)``
  14. - I2S output is disabled.
  15. * - ``(1)``
  16. - I2S output is enabled.
  17. ``V4L2_CID_MAX2175_HSLS``
  18. -------------------------
  19. The high-side/low-side (HSLS) control of the tuner for a given band.
  20. .. flat-table::
  21. :header-rows: 0
  22. :stub-columns: 0
  23. :widths: 1 4
  24. * - ``(0)``
  25. - The LO frequency position is below the desired frequency.
  26. * - ``(1)``
  27. - The LO frequency position is above the desired frequency.
  28. ``V4L2_CID_MAX2175_RX_MODE (menu)``
  29. -----------------------------------
  30. The Rx mode controls a number of preset parameters of the tuner like
  31. sample clock (sck), sampling rate etc. These multiple settings are
  32. provided under one single label called Rx mode in the datasheet. The
  33. list below shows the supported modes with a brief description.
  34. .. flat-table::
  35. :header-rows: 0
  36. :stub-columns: 0
  37. :widths: 1 4
  38. * - ``"Europe modes"``
  39. * - ``"FM 1.2" (0)``
  40. - This configures FM band with a sample rate of 0.512 million
  41. samples/sec with a 10.24 MHz sck.
  42. * - ``"DAB 1.2" (1)``
  43. - This configures VHF band with a sample rate of 2.048 million
  44. samples/sec with a 32.768 MHz sck.
  45. * - ``"North America modes"``
  46. * - ``"FM 1.0" (0)``
  47. - This configures FM band with a sample rate of 0.7441875 million
  48. samples/sec with a 14.88375 MHz sck.
  49. * - ``"DAB 1.2" (1)``
  50. - This configures FM band with a sample rate of 0.372 million
  51. samples/sec with a 7.441875 MHz sck.