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/name-prefix.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 Name prefix:
    2 
    3 Card implementing the routing property define the connection between
    4 audio components as list of string pair. Component using the same
    5 sink/source names may use the name prefix property to prepend the
    6 name of their sinks/sources with the provided string.
    7 
    8 Optional name prefix property:
    9 - sound-name-prefix : string using as prefix for the sink/source names of
   10                       the component.
   11 
   12 Example: Two instances of the same component.
   13 
   14 amp0: analog-amplifier@0 {
   15         compatible = "simple-audio-amplifier";
   16         enable-gpios = <&gpio GPIOH_3 0>;
   17         sound-name-prefix = "FRONT";
   18 };
   19 
   20 amp1: analog-amplifier@1 {
   21         compatible = "simple-audio-amplifier";
   22         enable-gpios = <&gpio GPIOH_4 0>;
   23         sound-name-prefix = "BACK";
   24 };

Cache object: f71ef7a85e9023af155ad2b8ceb1350d


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