Lines Matching +full:dai +full:- +full:format
4 - compatible: "amlogic,g12a-tohdmitx" or
5 "amlogic,sm1-tohdmitx"
6 - reg: physical base address of the controller and length of memory
8 - #sound-dai-cells: should be 1.
9 - resets: phandle to the dedicated reset line of the hdmitx glue.
13 tohdmitx: audio-controller@744 {
14 compatible = "amlogic,g12a-tohdmitx";
16 #sound-dai-cells = <1>;
20 Example of an 'amlogic,axg-sound-card':
23 compatible = "amlogic,axg-sound-card";
27 dai-link-x {
28 sound-dai = <&tdmif_a>;
29 dai-format = "i2s";
30 dai-tdm-slot-tx-mask-0 = <1 1>;
32 codec-0 {
33 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>;
36 codec-1 {
37 sound-dai = <&external_dac>;
41 dai-link-y {
42 sound-dai = <&tdmif_c>;
43 dai-format = "i2s";
44 dai-tdm-slot-tx-mask-0 = <1 1>;
47 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_C>;
51 dai-link-z {
52 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>;
55 sound-dai = <&hdmi_tx>;