@@ -23,7 +23,7 @@ properties:
2323 headphone detect mode to HPDETL, ARIZONA_ACCDET_MODE_HPR/2 sets it
2424 to HPDETR. If this node is not included or if the value is unknown,
2525 then headphone detection mode is set to HPDETL.
26- $ref : " /schemas/types.yaml#/definitions/uint32"
26+ $ref : /schemas/types.yaml#/definitions/uint32
2727 minimum : 1
2828 maximum : 2
2929
@@ -51,7 +51,7 @@ properties:
5151 description :
5252 Additional software microphone detection debounce specified in
5353 milliseconds.
54- $ref : " /schemas/types.yaml#/definitions/uint32"
54+ $ref : /schemas/types.yaml#/definitions/uint32
5555
5656 wlf,micd-pol-gpio :
5757 description :
@@ -63,23 +63,23 @@ properties:
6363 description :
6464 Time allowed for MICBIAS to startup prior to performing microphone
6565 detection, specified as per the ARIZONA_MICD_TIME_XXX defines.
66- $ref : " /schemas/types.yaml#/definitions/uint32"
66+ $ref : /schemas/types.yaml#/definitions/uint32
6767 minimum : 0
6868 maximum : 12
6969
7070 wlf,micd-rate :
7171 description :
7272 Delay between successive microphone detection measurements, specified
7373 as per the ARIZONA_MICD_TIME_XXX defines.
74- $ref : " /schemas/types.yaml#/definitions/uint32"
74+ $ref : /schemas/types.yaml#/definitions/uint32
7575 minimum : 0
7676 maximum : 12
7777
7878 wlf,micd-dbtime :
7979 description :
8080 Microphone detection hardware debounces specified as the number of
8181 measurements to take.
82- $ref : " /schemas/types.yaml#/definitions/uint32"
82+ $ref : /schemas/types.yaml#/definitions/uint32
8383 enum : [2, 4]
8484
8585 wlf,micd-timeout-ms :
@@ -97,7 +97,7 @@ properties:
9797 CTIA / OMTP headsets), the field can be of variable length but
9898 should always be a multiple of 3 cells long, each three cell group
9999 represents one polarity configuration.
100- $ref : " /schemas/types.yaml#/definitions/uint32-matrix"
100+ $ref : /schemas/types.yaml#/definitions/uint32-matrix
101101 items :
102102 items :
103103 - description :
@@ -119,7 +119,7 @@ properties:
119119 description :
120120 Settings for the general purpose switch, set as one of the
121121 ARIZONA_GPSW_XXX defines.
122- $ref : " /schemas/types.yaml#/definitions/uint32"
122+ $ref : /schemas/types.yaml#/definitions/uint32
123123 minimum : 0
124124 maximum : 3
125125
0 commit comments