Guest User

Untitled

a guest
Dec 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ctl.!default {
  2. type hw
  3. card Intel
  4. }
  5.  
  6. pcm.!default {
  7. type plug
  8. slave.pcm "dmixer"
  9. hint {
  10. show on
  11. description "DMix'ed output"
  12. }
  13. }
  14.  
  15. pcm.dmixer {
  16. type dmix
  17. ipc_key 1024
  18. slave.pcm {
  19. type hw
  20. card Intel
  21. }
  22. hint.show off
  23. }
Add Comment
Please, Sign In to add comment