1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/sound/sound 4 $id: http://devicetree.org/schemas/sound/sound-card-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Board Sound Card Common Properties 7 title: Board Sound Card Common Properties 8 8 9 maintainers: 9 maintainers: 10 - Mark Brown <broonie@kernel.org> 10 - Mark Brown <broonie@kernel.org> 11 11 12 properties: 12 properties: 13 audio-routing: 13 audio-routing: 14 $ref: /schemas/types.yaml#/definitions/non 14 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 15 description: | 15 description: | 16 A list of the connections between audio 16 A list of the connections between audio components. Each entry is a 17 pair of strings, the first being the con 17 pair of strings, the first being the connection's sink, the second 18 being the connection's source. 18 being the connection's source. 19 19 20 ignore-suspend-widgets: << 21 $ref: /schemas/types.yaml#/definitions/non << 22 description: | << 23 A list of audio sound widgets which are << 24 Paths between these endpoints are still << 25 application processor that the current o << 26 << 27 model: 20 model: 28 $ref: /schemas/types.yaml#/definitions/str 21 $ref: /schemas/types.yaml#/definitions/string 29 description: User specified audio sound ca 22 description: User specified audio sound card name 30 23 31 required: 24 required: 32 - model 25 - model 33 26 34 additionalProperties: true 27 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.