Lines Matching +full:off +full:- +full:codec
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/amlogic,gx-sound-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jerome Brunet <jbrunet@baylibre.com>
15 - const: amlogic,gx-sound-card
17 audio-aux-devs:
18 $ref: /schemas/types.yaml#/definitions/phandle-array
21 audio-routing:
22 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
24 description: |-
29 audio-widgets:
30 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
32 description: |-
33 A list off component DAPM widget. Each entry is a pair of strings,
41 "^dai-link-[0-9]+$":
43 description: |-
44 dai-link child nodes:
45 Container for dai-link level properties and the CODEC sub-nodes.
49 dai-format:
51 enum: [ i2s, left-j, dsp_a ]
53 mclk-fs:
55 description: |-
59 sound-dai:
64 "^codec-[0-9]+$":
66 description: |-
68 dai-link representing backend links should have at least one subnode.
69 One subnode for each codec of the dai-link. dai-link representing
70 frontend links have no codec, therefore have no subnodes
73 sound-dai:
75 description: phandle of the codec DAI
78 - sound-dai
81 - sound-dai
84 - model
85 - dai-link-0
90 - |
92 compatible = "amlogic,gx-sound-card";
93 model = "GXL-ACME-S905X-FOO";
94 audio-aux-devs = <&>;
95 audio-routing = "I2S ENCODER I2S IN", "I2S FIFO Playback";
97 dai-link-0 {
98 sound-dai = <&i2s_fifo>;
101 dai-link-1 {
102 sound-dai = <&i2s_encoder>;
103 dai-format = "i2s";
104 mclk-fs = <256>;
106 codec-0 {
107 sound-dai = <&codec0>;
110 codec-1 {
111 sound-dai = <&codec1>;