Lines Matching +full:spk +full:- +full:playback +full:- +full:dai +full:- +full:link
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mt8195-mt6359.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Trevor Wu <trevor.wu@mediatek.com>
16 - $ref: sound-card-common.yaml#
21 - mediatek,mt8195_mt6359_rt1019_rt5682
22 - mediatek,mt8195_mt6359_rt1011_rt5682
23 - mediatek,mt8195_mt6359_max98390_rt5682
24 - mediatek,mt8195_mt6359
30 audio-routing:
41 - Ext Spk
42 - Headphone
43 - IN1P
44 - Left Spk
45 - Right Spk
48 - Headphone L
49 - Headphone R
50 - Headset Mic
51 - HPOL
52 - HPOR
53 - Left BE_OUT
54 - Left SPO
55 - Right BE_OUT
56 - Right SPO
57 - Speaker
63 mediatek,dptx-codec:
68 mediatek,hdmi-codec:
77 mediatek,dai-link:
78 $ref: /schemas/types.yaml#/definitions/string-array
80 A list of the desired dai-links in the sound card. Each entry is a
84 ".*-dai-link$":
88 Container for dai-link level properties and CODEC sub-nodes.
91 link-name:
92 description: Indicates dai-link name and PCM stream name
94 - DL_SRC_BE
95 - DPTX_BE
96 - ETDM1_IN_BE
97 - ETDM2_IN_BE
98 - ETDM1_OUT_BE
99 - ETDM2_OUT_BE
100 - ETDM3_OUT_BE
101 - PCM1_BE
104 description: Holds subnode which indicates codec dai.
108 sound-dai:
112 - sound-dai
114 dai-format:
118 mediatek,clk-provider:
120 description: Indicates dai-link clock master.
124 - link-name
129 - compatible
130 - mediatek,platform
132 # Disallow legacy properties if xxx-dai-link nodes are specified
136 ".*-dai-link$": false
139 mediatek,dptx-codec: false
140 mediatek,hdmi-codec: false
143 - |
145 sound: mt8195-sound {
149 pinctrl-names = "default";
150 pinctrl-0 = <&aud_pins_default>;
152 audio-routing =
156 "Ext Spk", "Speaker";
158 mm-dai-link {
159 link-name = "ETDM1_IN_BE";
160 mediatek,clk-provider = "cpu";
163 hs-playback-dai-link {
164 link-name = "ETDM1_OUT_BE";
165 mediatek,clk-provider = "cpu";
167 sound-dai = <&headset_codec>;
171 hs-capture-dai-link {
172 link-name = "ETDM2_IN_BE";
173 mediatek,clk-provider = "cpu";
175 sound-dai = <&headset_codec>;
179 spk-playback-dai-link {
180 link-name = "ETDM2_OUT_BE";
181 mediatek,clk-provider = "cpu";
183 sound-dai = <&spk_amplifier>;
187 hdmi-dai-link {
188 link-name = "ETDM3_OUT_BE";
190 sound-dai = <&hdmi_tx>;
194 displayport-dai-link {
195 link-name = "DPTX_BE";
197 sound-dai = <&dp_tx>;