1*a06ce12eSKrzysztof Kozlowski# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*a06ce12eSKrzysztof Kozlowski%YAML 1.2
3*a06ce12eSKrzysztof Kozlowski---
4*a06ce12eSKrzysztof Kozlowski$id: http://devicetree.org/schemas/sound/sound-card-common.yaml#
5*a06ce12eSKrzysztof Kozlowski$schema: http://devicetree.org/meta-schemas/core.yaml#
6*a06ce12eSKrzysztof Kozlowski
7*a06ce12eSKrzysztof Kozlowskititle: Board Sound Card Common Properties
8*a06ce12eSKrzysztof Kozlowski
9*a06ce12eSKrzysztof Kozlowskimaintainers:
10*a06ce12eSKrzysztof Kozlowski  - Mark Brown <broonie@kernel.org>
11*a06ce12eSKrzysztof Kozlowski
12*a06ce12eSKrzysztof Kozlowskiproperties:
13*a06ce12eSKrzysztof Kozlowski  audio-routing:
14*a06ce12eSKrzysztof Kozlowski    $ref: /schemas/types.yaml#/definitions/non-unique-string-array
15*a06ce12eSKrzysztof Kozlowski    description: |
16*a06ce12eSKrzysztof Kozlowski      A list of the connections between audio components. Each entry is a
17*a06ce12eSKrzysztof Kozlowski      pair of strings, the first being the connection's sink, the second
18*a06ce12eSKrzysztof Kozlowski      being the connection's source.
19*a06ce12eSKrzysztof Kozlowski
20*a06ce12eSKrzysztof Kozlowski  model:
21*a06ce12eSKrzysztof Kozlowski    $ref: /schemas/types.yaml#/definitions/string
22*a06ce12eSKrzysztof Kozlowski    description: User specified audio sound card name
23*a06ce12eSKrzysztof Kozlowski
24*a06ce12eSKrzysztof Kozlowskirequired:
25*a06ce12eSKrzysztof Kozlowski  - model
26*a06ce12eSKrzysztof Kozlowski
27*a06ce12eSKrzysztof KozlowskiadditionalProperties: true
28