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/eukrea-tlv320.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 Audio complex for Eukrea boards with tlv320aic23 codec.
    2 
    3 Required properties:
    4 
    5   - compatible          : "eukrea,asoc-tlv320"
    6 
    7   - eukrea,model        : The user-visible name of this sound complex.
    8 
    9   - ssi-controller      : The phandle of the SSI controller.
   10 
   11   - fsl,mux-int-port    : The internal port of the i.MX audio muxer (AUDMUX).
   12 
   13   - fsl,mux-ext-port    : The external port of the i.MX audio muxer.
   14 
   15 Note: The AUDMUX port numbering should start at 1, which is consistent with
   16 hardware manual.
   17 
   18 Example:
   19 
   20         sound {
   21                 compatible = "eukrea,asoc-tlv320";
   22                 eukrea,model = "imx51-eukrea-tlv320aic23";
   23                 ssi-controller = <&ssi2>;
   24                 fsl,mux-int-port = <2>;
   25                 fsl,mux-ext-port = <3>;
   26         };

Cache object: e58206717f48951397f1ca75abb8c380


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