Lines Matching +full:mix +full:-
1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree for ULCB + Kingfisher + Simple Audio Card (MIX + TDM Split)
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
32 sound_card_kf: expand-sound {
33 #address-cells = <1>;
34 #size-cells = <0>;
36 compatible = "simple-scu-audio-card";
37 label = "snd-kf-split";
39 simple-audio-card,routing = "pcm3168a Playback", "DAI2 Playback",
44 simple-audio-card,dai-link@0 {
45 #address-cells = <1>;
46 #size-cells = <0>;
48 convert-channels = <8>; /* to 8ch TDM */
55 bitclock-master;
56 frame-master;
57 sound-dai = <&rcar_sound 2>;
64 sound-dai = <&rcar_sound 3>;
71 sound-dai = <&rcar_sound 4>;
78 sound-dai = <&rcar_sound 5>;
81 * (Y) PCM3168A-p
85 mclk-fs = <512>;
86 sound-dai = <&pcm3168a 0>;
90 simple-audio-card,dai-link@1 {
96 bitclock-master;
97 frame-master;
98 sound-dai = <&rcar_sound 6>;
101 * (Z) PCM3168A-c
105 mclk-fs = <512>;
106 sound-dai = <&pcm3168a 1>;
114 * (Y) PCM3168A-p
115 * (Z) PCM3168A-c
117 #sound-dai-cells = <1>;
124 /* dai0-1 are defined in ulcb.dtsi */