We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246570c commit b102c9dCopy full SHA for b102c9d
Documentation/devicetree/bindings/sound/qcom,q6afe.yaml
@@ -29,6 +29,12 @@ properties:
29
unevaluatedProperties: false
30
description: Qualcomm DSP audio ports
31
32
+ usbd:
33
+ type: object
34
+ $ref: /schemas/sound/qcom,q6usb.yaml#
35
+ unevaluatedProperties: false
36
+ description: Qualcomm DSP USB audio ports
37
+
38
required:
39
- compatible
40
- dais
@@ -64,5 +70,12 @@ examples:
64
70
qcom,sd-lines = <0 1 2 3>;
65
71
};
66
72
73
74
+ usbd {
75
+ compatible = "qcom,q6usb";
76
+ #sound-dai-cells = <1>;
77
+ iommus = <&apps_smmu 0x180f 0x0>;
78
+ qcom,usb-audio-intr-idx = /bits/ 16 <2>;
79
+ };
67
80
68
81
0 commit comments