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/snow.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 Binding for Snow boards
    2 
    3 Required properties:
    4 - compatible : Can be one of the following,
    5                         "google,snow-audio-max98090" or
    6                         "google,snow-audio-max98091" or
    7                         "google,snow-audio-max98095"
    8 - samsung,i2s-controller (deprecated): The phandle of the Samsung I2S controller
    9 - samsung,audio-codec (deprecated): The phandle of the audio codec
   10 
   11 Required sub-nodes:
   12 
   13  - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S
   14     controller
   15  - 'codec' subnode with a 'sound-dai' property containing list of phandles
   16     to the CODEC nodes, first entry must be the phandle of the MAX98090,
   17     MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
   18     string) and the second entry must be the phandle of the HDMI IP block node
   19 
   20 Optional:
   21 - samsung,model: The name of the sound-card
   22 
   23 Example:
   24 
   25 sound {
   26                 compatible = "google,snow-audio-max98095";
   27 
   28                 samsung,model = "Snow-I2S-MAX98095";
   29                 samsung,i2s-controller = <&i2s0>;
   30                 samsung,audio-codec = <&max98095>;
   31 };

Cache object: 8c90ffa487eb217ad09999f9c253950c


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