Lines Matching +full:frame +full:- +full:master
1 // SPDX-License-Identifier: GPL-2.0
9 * (A) CPU0 <-----> ak4613
10 * (B) CPU1 -----> HDMI
12 * (A) aplay -D plughw:0,0 xxx.wav
13 * (B) aplay -D plughw:0,1 xxx.wav
15 * (A) arecord -D plughw:0,0 xxx.wav
20 compatible = "audio-graph-card";
21 label = "snd-ulcb";
23 dais = <&snd_ulcb1 /* (A) CPU0 <-> ak4613 */
24 &snd_ulcb2 /* (B) CPU1 -> HDMI */
30 #sound-dai-cells = <0>;
34 * (A) CPU0 <-> ak4613
37 remote-endpoint = <&rsnd_for_ak4613>;
46 * (B) CPU1 -> HDMI
49 remote-endpoint = <&rsnd_for_hdmi>;
56 #address-cells = <1>;
57 #size-cells = <0>;
60 #address-cells = <1>;
61 #size-cells = <0>;
66 * (A) CPU0 <-> ak4613
70 remote-endpoint = <&ak4613_endpoint>;
71 bitclock-master;
72 frame-master;
79 * (B) CPU1 -> HDMI
83 remote-endpoint = <&dw_hdmi0_snd_in>;
84 bitclock-master;
85 frame-master;