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/samsung,tm2-audio.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 Samsung Exynos5433 TM2(E) audio complex with WM5110 codec
    2 
    3 Required properties:
    4 
    5  - compatible            : "samsung,tm2-audio"
    6  - model                 : the user-visible name of this sound complex
    7  - audio-codec           : the first entry should be phandle of the wm5110 audio
    8                            codec node, as described in ../mfd/arizona.txt;
    9                            the second entry should be phandle of the HDMI
   10                            transmitter node
   11  - i2s-controller        : the list of phandle and argument tuples pointing to
   12                            I2S controllers, the first entry should be I2S0 and
   13                            the second one I2S1
   14  - audio-amplifier       : the phandle of the MAX98504 amplifier
   15  - samsung,audio-routing : a list of the connections between audio components;
   16                            each entry is a pair of strings, the first being the
   17                            connection's sink, the second being the connection's
   18                            source; valid names for sources and sinks are the
   19                            WM5110's and MAX98504's pins and the jacks on the
   20                            board: HP, SPK, Main Mic, Sub Mic, Third Mic,
   21                            Headset Mic
   22  - mic-bias-gpios        : GPIO pin that enables the Main Mic bias regulator
   23 
   24 
   25 Example:
   26 
   27 sound {
   28         compatible = "samsung,tm2-audio";
   29         audio-codec = <&wm5110>, <&hdmi>;
   30         i2s-controller = <&i2s0 0>, <&i2s1 0>;
   31         audio-amplifier = <&max98504>;
   32         mic-bias-gpios = <&gpr3 2 0>;
   33         model = "wm5110";
   34         samsung,audio-routing =
   35                 "HP", "HPOUT1L",
   36                 "HP", "HPOUT1R",
   37                 "SPK", "SPKOUT",
   38                 "SPKOUT", "HPOUT2L",
   39                 "SPKOUT", "HPOUT2R",
   40                 "Main Mic", "MICBIAS2",
   41                 "IN1R", "Main Mic";
   42 };

Cache object: 6dca578604266e15555e540a7bfa3dcb


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