Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. pcm.!default
  2. {
  3. type asym
  4. playback.pcm {
  5. type plug
  6. slave.pcm "orouter"
  7. }
  8. capture.pcm {
  9. type plug
  10. slave.pcm "hw:Loopback,1,0"
  11. }
  12. }
  13.  
  14. pcm.orouter
  15. {
  16. type route
  17. slave.pcm {
  18. type multi
  19. slaves.a.pcm "dmix:0,0"
  20. slaves.b.pcm "dmix:Loopback,0,0"
  21. slaves.a.channels 2
  22. slaves.b.channels 2
  23. bindings.0.slave a
  24. bindings.0.channel 0
  25. bindings.1.slave a
  26. bindings.1.channel 1
  27. bindings.2.slave b
  28. bindings.2.channel 0
  29. bindings.3.slave b
  30. bindings.3.channel 1
  31. }
  32. ttable.0.0 1
  33. ttable.1.1 1
  34. ttable.0.2 1
  35. ttable.1.3 1
  36. }
  37.  
  38. ctl.!default
  39. {
  40. type hw
  41. card 0
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement