diff options
author | Marek Vasut <marex@denx.de> | 2023-06-06 19:59:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-09 10:44:42 +0100 |
commit | 7077b1864ca8f0d616c497b3ee890d72d1da0a26 (patch) | |
tree | 41a8dca8fbf3550a1fb61f9fc98044937f964baa | |
parent | ca27441efe696a8990858156c6c332e786c30b4a (diff) | |
download | lwn-7077b1864ca8f0d616c497b3ee890d72d1da0a26.tar.gz lwn-7077b1864ca8f0d616c497b3ee890d72d1da0a26.zip |
ASoC: dt-bindings: audio-graph-card: Expand 'widgets' documentation
Document the encoding of 'widgets' property to avoid confusion.
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20230606175951.215740-1-marex@denx.de
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph.yaml b/Documentation/devicetree/bindings/sound/audio-graph.yaml index c87eb91de159..ed31e04ff6a6 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph.yaml @@ -24,7 +24,11 @@ properties: connection's sink, the second being the connection's source. $ref: /schemas/types.yaml#/definitions/non-unique-string-array widgets: - description: User specified audio sound widgets. + description: | + User specified audio sound widgets. + Each entry is a pair of strings, the first being the type of + widget ("Microphone", "Line", "Headphone", "Speaker"), the + second being the machine specific name for the widget. $ref: /schemas/types.yaml#/definitions/non-unique-string-array convert-rate: $ref: /schemas/sound/dai-params.yaml#/$defs/dai-sample-rate |