brintos

brintos / linux-shallow public Read only

0
0
Text · 633 B · a67b79c Raw
42 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/sound/linux,bt-sco.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Bluetooth SCO Audio Codec8 9maintainers:10  - Mark Brown <broonie@kernel.org>11 12allOf:13  - $ref: dai-common.yaml#14 15properties:16  '#sound-dai-cells':17    enum:18      - 019 20      # For Wideband PCM21      - 122 23  compatible:24    enum:25      - delta,dfbmcs32026      - linux,bt-sco27 28required:29  - '#sound-dai-cells'30  - compatible31 32unevaluatedProperties: false33 34examples:35  - |36    codec {37        #sound-dai-cells = <0>;38        compatible = "linux,bt-sco";39    };40 41...42