1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/sound/linux 4 $id: http://devicetree.org/schemas/sound/linux,bt-sco.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Bluetooth SCO Audio Codec !! 7 title: Bluetooth SCO Audio Codec Device Tree Bindings 8 8 9 maintainers: 9 maintainers: 10 - Mark Brown <broonie@kernel.org> 10 - Mark Brown <broonie@kernel.org> 11 11 12 allOf: << 13 - $ref: dai-common.yaml# << 14 << 15 properties: 12 properties: 16 '#sound-dai-cells': 13 '#sound-dai-cells': 17 enum: 14 enum: 18 - 0 15 - 0 19 16 20 # For Wideband PCM 17 # For Wideband PCM 21 - 1 18 - 1 22 19 23 compatible: 20 compatible: 24 enum: 21 enum: 25 - delta,dfbmcs320 22 - delta,dfbmcs320 26 - linux,bt-sco 23 - linux,bt-sco 27 24 28 required: 25 required: 29 - '#sound-dai-cells' 26 - '#sound-dai-cells' 30 - compatible 27 - compatible 31 28 32 unevaluatedProperties: false !! 29 additionalProperties: false 33 30 34 examples: 31 examples: 35 - | 32 - | 36 codec { 33 codec { 37 #sound-dai-cells = <0>; 34 #sound-dai-cells = <0>; 38 compatible = "linux,bt-sco"; 35 compatible = "linux,bt-sco"; 39 }; 36 }; 40 37 41 ... 38 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.