Skip to content

Commit 8531109

Browse files
Marek Vasutbroonie
authored andcommitted
ASoC: dt-bindings: Document audio OF graph dai-tdm-slot-num dai-tdm-slot-width props
Document dai-tdm-slot-num and dai-tdm-slot-width props as those are parsed by simple graph card and may therefore appear in audio OF graph node. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7bc0835 commit 8531109

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/sound/audio-graph-port.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ patternProperties:
7474
convert-sample-format:
7575
$ref: "/schemas/sound/dai-params.yaml#/$defs/dai-sample-format"
7676

77+
dai-tdm-slot-num:
78+
description: Number of slots in use.
79+
$ref: /schemas/types.yaml#/definitions/uint32
80+
dai-tdm-slot-width:
81+
description: Width in bits for each slot.
82+
$ref: /schemas/types.yaml#/definitions/uint32
7783
dai-tdm-slot-width-map:
7884
description: Mapping of sample widths to slot widths. For hardware
7985
that cannot support a fixed slot width or a slot width always

0 commit comments

Comments
 (0)