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