Lines Matching +full:imx +full:- +full:audio +full:- +full:card
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/imx-audio-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX audio sound card.
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
13 - $ref: sound-card-common.yaml#
18 - fsl,imx-audio-card
21 ".*-dai-link$":
29 link-name:
30 description: Indicates dai-link name and PCM stream name.
35 description: audio format.
38 - i2s
39 - dsp_b
41 dai-tdm-slot-num:
42 description: see tdm-slot.txt.
45 dai-tdm-slot-width:
46 description: see tdm-slot.txt.
49 playback-only:
53 capture-only:
62 sound-dai:
70 sound-dai:
74 fsl,mclk-equal-bclk:
79 - link-name
80 - cpu
83 - not:
85 - playback-only
86 - capture-only
91 - compatible
96 - |
97 sound-ak4458 {
98 compatible = "fsl,imx-audio-card";
99 model = "ak4458-audio";
100 pri-dai-link {
101 link-name = "akcodec";
103 fsl,mclk-equal-bclk;
105 sound-dai = <&sai1>;
108 sound-dai = <&ak4458_1>, <&ak4458_2>;
111 fe-dai-link {
112 link-name = "HiFi-ASRC-FE";
115 sound-dai = <&easrc>;
118 be-dai-link {
119 link-name = "HiFi-ASRC-BE";
121 dai-tdm-slot-num = <8>;
122 dai-tdm-slot-width = <32>;
123 fsl,mclk-equal-bclk;
125 sound-dai = <&sai1>;
128 sound-dai = <&ak4458_1>, <&ak4458_2>;