Lines Matching +full:audio +full:- +full:graph +full:- +full:card
1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree for ULCB + Kingfisher + Audio Graph Card
9 * (A) CPU0 <----> ak4613
10 * (B) CPU1 ----> HDMI
11 * (C) CPU2 ----> PCM3168A-p (8ch)
12 * (D) CPU3 <---- PCM3168A-c (6ch)
14 * (A) aplay -D plughw:0,0 xxx.wav
15 * (B) aplay -D plughw:0,1 xxx.wav
16 * (C) aplay -D plughw:1,0 xxx.wav
18 * (A) arecord -D plughw:0,0 xxx.wav
19 * (D) arecord -D plughw:1,1 xxx.wav
22 sound_card_kf: expand-sound {
23 compatible = "audio-graph-card";
24 label = "snd-kf";
26 dais = <&snd_kf1 /* (C) CPU2 -> PCM3168A-p */
27 &snd_kf2 /* (D) CPU3 <- PCM3168A-c */
34 #address-cells = <1>;
35 #size-cells = <0>;
36 mclk-fs = <512>;
38 * (C) CPU2 -> PCM3168A-p
43 remote-endpoint = <&rsnd_for_pcm3168a_play>;
48 * (D) CPU3 <- PCM3168A-c
53 remote-endpoint = <&rsnd_for_pcm3168a_capture>;
62 #address-cells = <1>;
63 #size-cells = <0>;
67 * (C) CPU2 -> PCM3168A-p
72 remote-endpoint = <&pcm3168a_endpoint_p>;
73 bitclock-master;
74 frame-master;
75 dai-tdm-slot-num = <8>;
80 * (D) CPU3 <- PCM3168A-c
85 remote-endpoint = <&pcm3168a_endpoint_c>;
86 bitclock-master;
87 frame-master;
88 dai-tdm-slot-num = <6>;