Advertisement
Guest User

Untitled

a guest
Oct 4th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. pcm.!default {
  2. @func refer
  3. name { @func concat
  4. strings [ "pcm."
  5. { @func getenv
  6. vars [ ALSA_DEFAULT_PCM ]
  7. default "pulse"
  8. }
  9. ]
  10. }
  11. }
  12.  
  13. ctl.!default {
  14. @func refer
  15. name { @func concat
  16. strings [ "ctl."
  17. { @func getenv
  18. vars [ ALSA_DEFAULT_CTL
  19. ALSA_DEFAULT_PCM
  20. ]
  21. default "pulse"
  22. }
  23. ]
  24. }
  25. }
  26.  
  27. pcm.duplex {
  28. type asym
  29. playback.pcm "dmix"
  30. capture.pcm "pulse"
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement