Lines Matching +full:frame +full:- +full:master
1 // SPDX-License-Identifier: GPL-2.0
9 * (A) CPU0 <----> ak4613
10 * (B) CPU1 ----> HDMI
11 * (C) CPU2 ----> PCM3168A-p
12 * (D) CPU3 <---- PCM3168A-c
14 * (A) aplay -D plughw:0,0 xxx.wav
15 * (B) aplay -D plughw:0,1 xxx.wav
16 * (C) aplay -D plughw:0,2 xxx.wav
18 * (A) arecord -D plughw:0,0 xxx.wav
19 * (D) arecord -D plughw:0,3 xxx.wav
23 /* dai-link@0/1 are defined in ulcb.dtsi */
26 * (C) CPU2 -> PCM3168A-p
28 simple-audio-card,dai-link@2 {
31 bitclock-master;
32 frame-master;
33 dai-tdm-slot-num = <8>;
34 sound-dai = <&rcar_sound 2>;
37 mclk-fs = <512>;
38 sound-dai = <&pcm3168a 0>;
42 * (D) CPU3 <- PCM3168A-c
44 simple-audio-card,dai-link@3 {
47 bitclock-master;
48 frame-master;
49 dai-tdm-slot-num = <6>;
50 sound-dai = <&rcar_sound 3>;
53 mclk-fs = <512>;
54 sound-dai = <&pcm3168a 1>;
61 * (C) CPU2 -> PCM3168A-p
62 * (D) CPU3 <- PCM3168A-c
64 #sound-dai-cells = <1>;
70 /* dai0-1 are defined in ulcb.dtsi */
73 * (C) CPU2 -> PCM3168A-p
79 * (D) CPU3 <- PCM3168A-c