Lines Matching full:dai
15 It provides as many DAI as the number of QMC channel used.
18 - $ref: dai-common.yaml#
28 '#sound-dai-cells':
32 '^dai@([0-9]|[1-5][0-9]|6[0-3])$':
34 A DAI managed by this controller
42 The DAI number
52 channel to use for this DAI.
62 - '#sound-dai-cells'
72 #sound-dai-cells = <1>;
73 dai@16 {
77 dai@17 {
87 simple-audio-card,dai-link@0 {
91 sound-dai = <&audio_controller 16>;
94 sound-dai = <&codec1>;
95 dai-tdm-slot-num = <4>;
96 dai-tdm-slot-width = <8>;
98 dai-tdm-slot-tx-mask = <0 0 0 1 0 1 0 1 0 1>;
99 dai-tdm-slot-rx-mask = <0 0 0 1 0 1 0 1 0 1>;
102 simple-audio-card,dai-link@1 {
106 sound-dai = <&audio_controller 17>;
109 sound-dai = <&codec2>;
110 dai-tdm-slot-num = <4>;
111 dai-tdm-slot-width = <8>;
113 dai-tdm-slot-tx-mask = <0 0 1 0 1 0 1 0 1>;
114 dai-tdm-slot-rx-mask = <0 0 1 0 1 0 1 0 1>;