Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. sound {
  2. compatible = "simple-audio-card";
  3. simple-audio-card,format = "i2s";
  4.  
  5. simple-audio-card,dai-link@1 {
  6. format = "i2s";
  7. cpu {
  8. sound-dai = <&i2s>;
  9. };
  10.  
  11. codec {
  12. sound-dai = <&hdmi>;
  13. };
  14. };
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement