xref: /freebsd/sys/contrib/device-tree/Bindings/sound/name-prefix.yaml (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1*8cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*8cc087a1SEmmanuel Vadot%YAML 1.2
3*8cc087a1SEmmanuel Vadot---
4*8cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/sound/name-prefix.yaml#
5*8cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*8cc087a1SEmmanuel Vadot
7*8cc087a1SEmmanuel Vadottitle: Component sound name prefix
8*8cc087a1SEmmanuel Vadot
9*8cc087a1SEmmanuel Vadotmaintainers:
10*8cc087a1SEmmanuel Vadot  - Jerome Brunet <jbrunet@baylibre.com>
11*8cc087a1SEmmanuel Vadot
12*8cc087a1SEmmanuel Vadotproperties:
13*8cc087a1SEmmanuel Vadot  sound-name-prefix:
14*8cc087a1SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/string
15*8cc087a1SEmmanuel Vadot    description: |
16*8cc087a1SEmmanuel Vadot      Card implementing the routing property define the connection between
17*8cc087a1SEmmanuel Vadot      audio components as list of string pair. Component using the same
18*8cc087a1SEmmanuel Vadot      sink/source names may use this property to prepend the name of their
19*8cc087a1SEmmanuel Vadot      sinks/sources with the provided string.
20*8cc087a1SEmmanuel Vadot
21*8cc087a1SEmmanuel VadotadditionalProperties: true
22