Lines Matching +full:bitclock +full:- +full:master

1 // SPDX-License-Identifier: GPL-2.0
12 * (A) CPU0 (2ch) <----> (2ch) (X) ak4613 (MIX-0)
13 * (B) CPU1 (2ch) --/ (MIX-1)
14 * (C) CPU3 (2ch) ----> (8ch) (Y) PCM3168A-p (TDM-0 : 0,1ch)
15 * (D) CPU2 (2ch) --/ (TDM-1 : 2,3ch)
16 * (E) CPU4 (2ch) --/ (TDM-2 : 4,5ch)
17 * (F) CPU5 (2ch) --/ (TDM-3 : 6,7ch)
18 * (G) CPU6 (6ch) <---- (6ch) (Z) PCM3168A-c
20 * (A) aplay -D plughw:0,0 xxx.wav (MIX-0)
21 * (B) aplay -D plughw:0,1 xxx.wav (MIX-1)
22 * (C) aplay -D plughw:1,0 xxx.wav (TDM-0)
23 * (D) aplay -D plughw:1,1 xxx.wav (TDM-1)
24 * (E) aplay -D plughw:1,2 xxx.wav (TDM-2)
25 * (F) aplay -D plughw:1,3 xxx.wav (TDM-3)
27 * (A) arecord -D plughw:0,0 xxx.wav
28 * (G) arecord -D plughw:1,4 xxx.wav
31 sound_card_kf: expand-sound {
32 compatible = "audio-graph-card2";
33 label = "snd-kf-split";
46 &be_y /* (Y) PCM3168A-p */
50 #address-cells = <1>;
51 #size-cells = <0>;
54 #address-cells = <1>;
55 #size-cells = <0>;
66 fe_c: port@2 { reg = <2>; fe_c_ep: endpoint { remote-endpoint = <&rsnd_c_ep>; }; };
67 fe_d: port@3 { reg = <3>; fe_d_ep: endpoint { remote-endpoint = <&rsnd_d_ep>; }; };
68 fe_e: port@4 { reg = <4>; fe_e_ep: endpoint { remote-endpoint = <&rsnd_e_ep>; }; };
69 fe_f: port@5 { reg = <5>; fe_f_ep: endpoint { remote-endpoint = <&rsnd_f_ep>; }; };
77 * (Y) PCM3168A-p
79 be_y: port { be_y_ep: endpoint { remote-endpoint = <&pcm3168a_y_ep>; }; };
87 #address-cells = <1>;
88 #size-cells = <0>;
90 mclk-fs = <512>;
94 * (Y) PCM3168A-p
98 convert-channels = <8>; /* to 8ch TDM */
100 remote-endpoint = <&be_y_ep>;
105 * (Z) PCM3168A-c
110 remote-endpoint = <&rsnd_g_ep>;
119 #address-cells = <1>;
120 #size-cells = <0>;
129 remote-endpoint = <&fe_c_ep>;
130 bitclock-master;
131 frame-master;
141 remote-endpoint = <&fe_d_ep>;
142 bitclock-master;
143 frame-master;
153 remote-endpoint = <&fe_e_ep>;
154 bitclock-master;
155 frame-master;
165 remote-endpoint = <&fe_f_ep>;
166 bitclock-master;
167 frame-master;
177 remote-endpoint = <&pcm3168a_z_ep>;
178 bitclock-master;
179 frame-master;