Advertisement
Guest User

Untitled

a guest
Oct 31st, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. dai-link-3 {
  2. sound-dai = <&tdmif_b>;
  3. dai-format = "left_j";
  4. dai-tdm-slot-num = <2>;
  5. dai-tdm-slot-width = <24>;
  6. dai-tdm-slot-tx-mask-0 = <1 1>;
  7. mclk-fs = <192>;
  8.  
  9. codec {
  10. sound-dai = <&pcm5122>;
  11. };
  12. };
  13.  
  14. dai-link-4 {
  15. sound-dai = <&tdmif_a>;
  16. dai-format = "i2s";
  17. dai-tdm-slot-tx-mask-0 = <1 1>;
  18. dai-tdm-slot-tx-mask-1 = <1 1>;
  19. dai-tdm-slot-tx-mask-2 = <1 1>;
  20. dai-tdm-slot-tx-mask-3 = <1 1>;
  21. mclk-fs = <256>;
  22.  
  23. codec {
  24. sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>;
  25. };
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement