Lines Matching +full:frame +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 (2ch) <---- (6ch) (Z) PCM3168A-c (TDM-a: 0,1ch)
19 * (H) CPU7 (2ch) <--/ (TDM-b: 2,3ch)
20 * (I) CPU8 (2ch) <--/ (TDM-c: 4,5ch)
22 * (A) aplay -D plughw:0,0 xxx.wav (MIX-0)
23 * (B) aplay -D plughw:0,1 xxx.wav (MIX-1)
24 * (C) aplay -D plughw:1,0 xxx.wav (TDM-0)
25 * (D) aplay -D plughw:1,1 xxx.wav (TDM-1)
26 * (E) aplay -D plughw:1,2 xxx.wav (TDM-2)
27 * (F) aplay -D plughw:1,3 xxx.wav (TDM-3)
29 * (A) arecord -D plughw:0,0 xxx.wav
30 * (G) arecord -D plughw:1,4 xxx.wav (TDM-a)
31 * (H) arecord -D plughw:1,5 xxx.wav (TDM-b)
32 * (I) arecord -D plughw:1,6 xxx.wav (TDM-c)
36 sound_card_kf: expand-sound {
37 #address-cells = <1>;
38 #size-cells = <0>;
40 compatible = "simple-scu-audio-card";
41 label = "snd-kf-split";
43 simple-audio-card,routing = "pcm3168a Playback", "DAI2 Playback",
51 simple-audio-card,dai-link@0 {
52 #address-cells = <1>;
53 #size-cells = <0>;
55 convert-channels = <8>; /* to 8ch TDM */
62 bitclock-master;
63 frame-master;
64 sound-dai = <&rcar_sound 2>;
71 sound-dai = <&rcar_sound 3>;
78 sound-dai = <&rcar_sound 4>;
85 sound-dai = <&rcar_sound 5>;
88 * (Y) PCM3168A-p
92 mclk-fs = <512>;
93 sound-dai = <&pcm3168a 0>;
97 simple-audio-card,dai-link@1 {
98 #address-cells = <1>;
99 #size-cells = <0>;
101 convert-channels = <6>; /* to 6ch TDM */
108 bitclock-master;
109 frame-master;
110 sound-dai = <&rcar_sound 6>;
117 bitclock-master;
118 frame-master;
119 sound-dai = <&rcar_sound 7>;
126 bitclock-master;
127 frame-master;
128 sound-dai = <&rcar_sound 8>;
132 * (Z) PCM3168A-c
136 mclk-fs = <512>;
137 sound-dai = <&pcm3168a 1>;
145 * (Y) PCM3168A-p
146 * (Z) PCM3168A-c
148 #sound-dai-cells = <1>;
155 /* dai0-1 are defined in ulcb.dtsi */