The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/imx-audio-spdif.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Freescale i.MX audio complex with S/PDIF transceiver
    2 
    3 Required properties:
    4 
    5   - compatible          : "fsl,imx-audio-spdif"
    6 
    7   - model               : The user-visible name of this sound complex
    8 
    9   - spdif-controller    : The phandle of the i.MX S/PDIF controller
   10 
   11 
   12 Optional properties:
   13 
   14   - spdif-out           : This is a boolean property. If present, the
   15                           transmitting function of S/PDIF will be enabled,
   16                           indicating there's a physical S/PDIF out connector
   17                           or jack on the board or it's connecting to some
   18                           other IP block, such as an HDMI encoder or
   19                           display-controller.
   20 
   21   - spdif-in            : This is a boolean property. If present, the receiving
   22                           function of S/PDIF will be enabled, indicating there
   23                           is a physical S/PDIF in connector/jack on the board.
   24 
   25 * Note: At least one of these two properties should be set in the DT binding.
   26 
   27 
   28 Example:
   29 
   30 sound-spdif {
   31         compatible = "fsl,imx-audio-spdif";
   32         model = "imx-spdif";
   33         spdif-controller = <&spdif>;
   34         spdif-out;
   35         spdif-in;
   36 };

Cache object: 8bc9f76a0f6d7ab63581a1ab661f4f66


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.