1a06ce12eSKrzysztof Kozlowski# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2a06ce12eSKrzysztof Kozlowski%YAML 1.2 3a06ce12eSKrzysztof Kozlowski--- 4a06ce12eSKrzysztof Kozlowski$id: http://devicetree.org/schemas/sound/sound-card-common.yaml# 5a06ce12eSKrzysztof Kozlowski$schema: http://devicetree.org/meta-schemas/core.yaml# 6a06ce12eSKrzysztof Kozlowski 7a06ce12eSKrzysztof Kozlowskititle: Board Sound Card Common Properties 8a06ce12eSKrzysztof Kozlowski 9a06ce12eSKrzysztof Kozlowskimaintainers: 10a06ce12eSKrzysztof Kozlowski - Mark Brown <broonie@kernel.org> 11a06ce12eSKrzysztof Kozlowski 12a06ce12eSKrzysztof Kozlowskiproperties: 13a06ce12eSKrzysztof Kozlowski audio-routing: 14a06ce12eSKrzysztof Kozlowski $ref: /schemas/types.yaml#/definitions/non-unique-string-array 15a06ce12eSKrzysztof Kozlowski description: | 16a06ce12eSKrzysztof Kozlowski A list of the connections between audio components. Each entry is a 17a06ce12eSKrzysztof Kozlowski pair of strings, the first being the connection's sink, the second 18a06ce12eSKrzysztof Kozlowski being the connection's source. 19a06ce12eSKrzysztof Kozlowski 20*27c69d7dSChancel Liu ignore-suspend-widgets: 21*27c69d7dSChancel Liu $ref: /schemas/types.yaml#/definitions/non-unique-string-array 22*27c69d7dSChancel Liu description: | 23*27c69d7dSChancel Liu A list of audio sound widgets which are marked ignoring system suspend. 24*27c69d7dSChancel Liu Paths between these endpoints are still active over suspend of the main 25*27c69d7dSChancel Liu application processor that the current operating system is running. 26*27c69d7dSChancel Liu 27a06ce12eSKrzysztof Kozlowski model: 28a06ce12eSKrzysztof Kozlowski $ref: /schemas/types.yaml#/definitions/string 29a06ce12eSKrzysztof Kozlowski description: User specified audio sound card name 30a06ce12eSKrzysztof Kozlowski 31a06ce12eSKrzysztof Kozlowskirequired: 32a06ce12eSKrzysztof Kozlowski - model 33a06ce12eSKrzysztof Kozlowski 34a06ce12eSKrzysztof KozlowskiadditionalProperties: true 35