Lines Matching refs:dai
16 - dai-link: Container for dai-link level properties and the CODEC
20 Required dai-link properties:
22 - sound-dai: phandle and port of the CPU DAI.
24 Required TDM Backend dai-link properties:
25 - dai-format : CPU/CODEC common audio format
27 Optional TDM Backend dai-link properties:
28 - dai-tdm-slot-rx-mask-{0,1,2,3}: Receive direction slot masks
29 - dai-tdm-slot-tx-mask-{0,1,2,3}: Transmit direction slot masks
34 - dai-tdm-slot-num : Please refer to tdm-slot.txt.
37 - dai-tdm-slot-width : Please refer to tdm-slot.txt. default to 32 if omitted.
40 Backend dai-link subnodes:
42 - codec: dai-link representing backend links should have at least one subnode.
43 One subnode for each codec of the dai-link.
44 dai-link representing frontend links have no codec, therefore have no
49 - sound-dai: phandle and port of the CODEC DAI.
53 - dai-tdm-slot-tx-mask : Please refer to tdm-slot.txt.
54 - dai-tdm-slot-rx-mask : Please refer to tdm-slot.txt.
83 dai-link@0 {
84 sound-dai = <&frddr_a>;
87 dai-link@1 {
88 sound-dai = <&toddr_a>;
91 dai-link@2 {
92 sound-dai = <&tdmif_c>;
93 dai-format = "i2s";
94 dai-tdm-slot-tx-mask-2 = <1 1>;
95 dai-tdm-slot-tx-mask-3 = <1 1>;
96 dai-tdm-slot-rx-mask-1 = <1 1>;
100 sound-dai = <&lineout>;
104 sound-dai = <&speaker_amp1>;
108 sound-dai = <&speaker_amp2>;
112 sound-dai = <&linein>;
117 dai-link@3 {
118 sound-dai = <&spdifout>;
121 sound-dai = <&spdif_dit>;