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/qcom,q6core.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 Qualcomm ADSP Core service binding
    2 
    3 Q6CORE is one of the APR audio service on Q6DSP.
    4 Please refer to qcom,apr.txt for details of the common apr service bindings
    5 used by the apr service device.
    6 
    7 - but must contain the following property:
    8 
    9 - compatible:
   10         Usage: required
   11         Value type: <stringlist>
   12         Definition: must be "qcom,q6core-v<MAJOR-NUMBER>.<MINOR-NUMBER>".
   13                    Or "qcom,q6core" where the version number can be queried
   14                    from DSP.
   15                    example "qcom,q6core-v2.0"
   16 
   17 = EXAMPLE
   18 apr-service@3 {
   19         compatible = "qcom,q6core";
   20         reg = <APR_SVC_ADSP_CORE>;
   21 };

Cache object: 94d43b220393dfc3c83b613b4a1a2ae9


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