1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 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-dai.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Digital Audio Interface consumer 7 title: Digital Audio Interface consumer 8 8 9 maintainers: 9 maintainers: 10 - Rob Herring <robh@kernel.org> 10 - Rob Herring <robh@kernel.org> 11 11 12 select: true 12 select: true 13 13 14 properties: 14 properties: 15 sound-dai: 15 sound-dai: 16 $ref: /schemas/types.yaml#/definitions/pha 16 $ref: /schemas/types.yaml#/definitions/phandle-array 17 description: A phandle plus args to digita 17 description: A phandle plus args to digital audio interface provider(s) 18 18 19 additionalProperties: true 19 additionalProperties: true 20 ... 20 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.