diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-05-13 23:40:20 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-22 10:46:13 +0100 |
| commit | 396639299e95fbb915c6ff12cb42391f04741ab3 (patch) | |
| tree | bdbe9de58245927947d58b4e5ec09538e18a02cb | |
| parent | 0d2992d30af6a9d4e38e8471e02e0e1d205e10a7 (diff) | |
ASoC: dt-bindings: audio-graph-card2: reference audio-graph routing property
audio-graph.yaml already has "routing" property, let's reference it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/875xi4axln.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph-card2.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-card2.yaml b/Documentation/devicetree/bindings/sound/audio-graph-card2.yaml index bbc7513b3206..40eb1d7d6cf1 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph-card2.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph-card2.yaml @@ -18,11 +18,7 @@ properties: label: maxItems: 1 routing: - description: | - A list of the connections between audio components. - Each entry is a pair of strings, the first being the - connection's sink, the second being the connection's source. - $ref: /schemas/types.yaml#/definitions/non-unique-string-array + $ref: audio-graph.yaml#/properties/routing aux-devs: description: | List of phandles pointing to auxiliary devices, such |
