Guest User

Untitled

a guest
May 26th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. pcm_slave.DJ0 { pcm "hw:1,0,1" }
  2.  
  3.  
  4. pcm.usb {
  5. type plug
  6. slave DJ0
  7. }
  8.  
  9.  
  10. ctl.usb {
  11. type plug
  12. slave DJ0
  13. }
  14.  
  15. pcm.multi {
  16. type multi;
  17.  
  18. slaves.a.pcm "hw:1,0,0";
  19. slaves.a.channels 2;
  20.  
  21. slaves.b.pcm "hw:1,0,1";
  22. slaves.b.channels 2;
  23.  
  24. slaves.c.pcm "hw:1,0,2";
  25. slaves.c.channels 2;
  26.  
  27. slaves.d.pcm "hw:1,0,3";
  28. slaves.d.channels 2;
  29.  
  30. bindings.0.slave a;
  31. bindings.0.channel 0;
  32. bindings.1.slave a;
  33. bindings.1.channel 1;
  34.  
  35. bindings.2.slave b;
  36. bindings.2.channel 0;
  37. bindings.3.slave b;
  38. bindings.3.channel 1;
  39.  
  40. bindings.4.slave c;
  41. bindings.4.channel 0;
  42. bindings.5.slave c;
  43. bindings.5.channel 1;
  44.  
  45. bindings.6.slave d;
  46. bindings.6.channel 0;
  47. bindings.7.slave d;
  48. bindings.7.channel 1;
  49. }
  50.  
  51.  
  52. ctl.multi {
  53. type hw;
  54. card 0;
  55. }
  56.  
  57.  
  58. pcm.ttable {
  59. type route;
  60. slave.pcm "multi";
  61.  
  62. ttable.0.0 1;
  63. ttable.1.1 1;
  64.  
  65. ttable.2.2 1;
  66. ttable.3.3 1;
  67.  
  68. ttable.4.4 1;
  69. ttable.5.5 1;
  70.  
  71. ttable.6.6 1;
  72. ttable.7.7 1;
  73. }
  74.  
  75.  
  76. ctl.ttable {
  77. type hw;
  78. card 0;
  79. }
  80.  
  81.  
  82. pcm.pulse {
  83. type pulse
  84. }
  85.  
  86.  
  87. ctl.pulse {
  88. type pulse
  89. }
  90.  
  91.  
  92. pcm.!default {
  93. type pulse
  94. }
  95.  
  96.  
  97. ctl.!default {
  98. type pulse
  99. }
Add Comment
Please, Sign In to add comment