Lines Matching +full:sub +full:- +full:components
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jiaxin Yu <jiaxin.yu@mediatek.com>
11 - Shane Chien <shane.chien@mediatek.com>
17 - $ref: sound-card-common.yaml#
22 - mediatek,mt8192_mt6359_rt1015_rt5682
23 - mediatek,mt8192_mt6359_rt1015p_rt5682
24 - mediatek,mt8192_mt6359_rt1015p_rt5682s
26 audio-routing:
28 A list of the connections between audio components. Each entry is a
31 Valid names could be the input or output widgets of audio components,
37 - Speakers
38 - Headphone Jack
39 - IN1P
40 - Left Spk
41 - Right Spk
44 - Headset Mic
45 - HPOL
46 - HPOR
47 - Left SPO
48 - Right SPO
49 - Speaker
55 mediatek,hdmi-codec:
60 headset-codec:
66 sound-dai:
69 - sound-dai
71 speaker-codecs:
77 sound-dai:
83 - sound-dai
86 ".*-dai-link$":
91 Container for dai-link level properties and CODEC sub-nodes.
94 link-name:
95 description: Indicates dai-link name and PCM stream name
97 - I2S0
98 - I2S1
99 - I2S2
100 - I2S3
101 - I2S4
102 - I2S5
103 - I2S6
104 - I2S7
105 - I2S8
106 - I2S9
107 - TDM
114 sound-dai:
118 - sound-dai
120 dai-format:
124 mediatek,clk-provider:
126 description: Indicates dai-link clock master.
130 - link-name
135 - compatible
136 - mediatek,platform
138 # Disallow legacy properties if xxx-dai-link nodes are specified
142 ".*-dai-link$": false
145 headset-codec: false
146 speaker-codecs: false
147 mediatek,hdmi-codec: false
150 - |
152 sound: mt8192-sound {
155 pinctrl-names = "aud_clk_mosi_off",
157 pinctrl-0 = <&aud_clk_mosi_off>;
158 pinctrl-1 = <&aud_clk_mosi_on>;
161 audio-routing =
167 spk-playback-dai-link {
168 link-name = "I2S3";
169 dai-format = "i2s";
170 mediatek,clk-provider = "cpu";
172 sound-dai = <&rt1015p>;
176 hs-playback-dai-link {
177 link-name = "I2S8";
178 dai-format = "i2s";
179 mediatek,clk-provider = "cpu";
181 sound-dai = <&rt5682 0>;
185 hs-capture-dai-link {
186 link-name = "I2S9";
187 dai-format = "i2s";
188 mediatek,clk-provider = "cpu";
190 sound-dai = <&rt5682 0>;
194 displayport-dai-link {
195 link-name = "TDM";
196 dai-format = "dsp_a";
198 sound-dai = <&anx_bridge_dp>;