qcom,q6adm.txt 918 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Qualcomm Audio Device Manager (Q6ADM) binding
  2. Q6ADM is one of the APR audio service on Q6DSP.
  3. Please refer to qcom,apr.txt for details of the coommon apr service bindings
  4. used by the apr service device.
  5. - but must contain the following property:
  6. - compatible:
  7. Usage: required
  8. Value type: <stringlist>
  9. Definition: must be "qcom,q6adm-v<MAJOR-NUMBER>.<MINOR-NUMBER>".
  10. Or "qcom,q6adm" where the version number can be queried
  11. from DSP.
  12. example "qcom,q6adm-v2.0"
  13. = ADM routing
  14. "routing" subnode of the ADM node represents adm routing specific configuration
  15. - compatible:
  16. Usage: required
  17. Value type: <stringlist>
  18. Definition: must be "qcom,q6adm-routing".
  19. - #sound-dai-cells
  20. Usage: required
  21. Value type: <u32>
  22. Definition: Must be 0
  23. = EXAMPLE
  24. q6adm@8 {
  25. compatible = "qcom,q6adm";
  26. reg = <APR_SVC_ADM>;
  27. q6routing: routing {
  28. compatible = "qcom,q6adm-routing";
  29. #sound-dai-cells = <0>;
  30. };
  31. };