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 8 8 9 maintainers: 9 maintainers: 10 - Mark Brown <broonie@kernel.org> 10 - Mark Brown <broonie@kernel.org> 11 11 12 allOf: 12 allOf: 13 - $ref: dai-common.yaml# 13 - $ref: dai-common.yaml# 14 14 15 properties: 15 properties: 16 '#sound-dai-cells': 16 '#sound-dai-cells': 17 enum: 17 enum: 18 - 0 18 - 0 19 19 20 # For Wideband PCM 20 # For Wideband PCM 21 - 1 21 - 1 22 22 23 compatible: 23 compatible: 24 enum: 24 enum: 25 - delta,dfbmcs320 25 - delta,dfbmcs320 26 - linux,bt-sco 26 - linux,bt-sco 27 27 28 required: 28 required: 29 - '#sound-dai-cells' 29 - '#sound-dai-cells' 30 - compatible 30 - compatible 31 31 32 unevaluatedProperties: false 32 unevaluatedProperties: false 33 33 34 examples: 34 examples: 35 - | 35 - | 36 codec { 36 codec { 37 #sound-dai-cells = <0>; 37 #sound-dai-cells = <0>; 38 compatible = "linux,bt-sco"; 38 compatible = "linux,bt-sco"; 39 }; 39 }; 40 40 41 ... 41 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.