xref: /linux/Documentation/devicetree/bindings/sound/dai-common.yaml (revision 780f6a9afe8b0e303406a39f6968cf1daa6c3d51)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/dai-common.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Digital Audio Interface Common Properties
8
9maintainers:
10  - Jerome Brunet <jbrunet@baylibre.com>
11
12properties:
13  sound-name-prefix:
14    $ref: /schemas/types.yaml#/definitions/string
15    description: |
16      Card implementing the routing property define the connection between
17      audio components as list of string pair. Component using the same
18      sink/source names may use this property to prepend the name of their
19      sinks/sources with the provided string.
20
21  '#sound-dai-cells': true
22
23additionalProperties: true
24