Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. pcm.!default {
  2. type route;
  3. slave.pcm {
  4. type dmix;
  5. ipc_key 1024;
  6. slave {
  7. #pcm "hw:1,7";
  8. pcm "hw:0,0";
  9. #pcm "plughw:0";
  10. }
  11. }
  12. ttable.0.0 0.5; #left -> hdmi-left
  13. ttable.0.1 0; #left -> hdmi-right
  14. ttable.1.0 0.5; #right -> hdmi-left
  15. ttable.1.1 0; #right -> hdmi-right
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement