cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom,q6afe.txt (531B)


      1Qualcomm Audio Front End (Q6AFE) binding
      2
      3AFE is one of the APR audio service on Q6DSP
      4Please refer to qcom,apr.txt for details of the common apr service bindings
      5used by all apr services. Must contain the following properties.
      6
      7- compatible:
      8	Usage: required
      9	Value type: <stringlist>
     10	Definition: must be "qcom,q6afe-v<MAJOR-NUMBER>.<MINOR-NUMBER>"
     11		  Or "qcom,q6afe" where the version number can be queried
     12		  from DSP.
     13		  example "qcom,q6afe"
     14
     15= EXAMPLE
     16
     17apr-service@4 {
     18	compatible = "qcom,q6afe";
     19	reg = <APR_SVC_AFE>;
     20};