Advertisement
Guest User

Untitled

a guest
Aug 15th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. pcm.dmixout {
  2. type plug
  3. slave {
  4. pcm "dmix"
  5. }
  6. }
  7.  
  8. pcm.!default {
  9. type plug
  10. slave.pcm "softvol"
  11. }
  12.  
  13. pcm.softvol {
  14. type softvol
  15. slave {
  16. pcm "dmix"
  17. }
  18. control {
  19. name "Pre-Amp"
  20. card 0
  21. }
  22. min_dB -5.0
  23. max_dB 20.0
  24. resolution 6
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement