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/sirf-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 * SiRF atlas6 and prima2 internal audio codec and port based audio setups
    2 
    3 Required properties:
    4 - compatible: "sirf,sirf-audio-card"
    5 - sirf,audio-platform: phandle for the platform node
    6 - sirf,audio-codec: phandle for the SiRF internal codec node
    7 
    8 Optional properties:
    9 - hp-pa-gpios: Need to be present if the board need control external
   10   headphone amplifier.
   11 - spk-pa-gpios: Need to be present if the board need control external
   12   speaker amplifier.
   13 - hp-switch-gpios: Need to be present if the board capable to detect jack
   14   insertion, removal.
   15 
   16 Available audio endpoints for the audio-routing table:
   17 
   18 Board connectors:
   19  * Headset Stereophone
   20  * Ext Spk
   21  * Line In
   22  * Mic
   23 
   24 SiRF internal audio codec pins:
   25  * HPOUTL
   26  * HPOUTR
   27  * SPKOUT
   28  * Ext Mic
   29  * Mic Bias
   30 
   31 Example:
   32 
   33 sound {
   34                 compatible = "sirf,sirf-audio-card";
   35                 sirf,audio-codec = <&audiocodec>;
   36                 sirf,audio-platform = <&audioport>;
   37                 hp-pa-gpios = <&gpio 44 0>;
   38                 spk-pa-gpios = <&gpio 46 0>;
   39                 hp-switch-gpios = <&gpio 45 0>;
   40 };
   41 

Cache object: f673b37284cee458815a23f8e5a74daf


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