wlf,arizona.yaml (ead5d1f4d877e92c051e1a1ade623d0d30e71619) | wlf,arizona.yaml (6a0e321ea735691e726d84ee29a1a3fd3fc3541a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/wlf,arizona.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Cirrus Logic/Wolfson Microelectronics Arizona class audio SoCs 8 --- 98 unchanged lines hidden (view full) --- 107 wlf,out-volume-limit: 108 description: 109 The volume limit value that should be applied to each output 110 channel. See the datasheet for exact values. Channels are specified 111 in the order OUT1L, OUT1R, OUT2L, OUT2R, etc. 112 $ref: /schemas/types.yaml#/definitions/uint32-array 113 minItems: 1 114 maxItems: 12 | 1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/wlf,arizona.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Cirrus Logic/Wolfson Microelectronics Arizona class audio SoCs 8 --- 98 unchanged lines hidden (view full) --- 107 wlf,out-volume-limit: 108 description: 109 The volume limit value that should be applied to each output 110 channel. See the datasheet for exact values. Channels are specified 111 in the order OUT1L, OUT1R, OUT2L, OUT2R, etc. 112 $ref: /schemas/types.yaml#/definitions/uint32-array 113 minItems: 1 114 maxItems: 12 |
115 116additionalProperties: true |
|