Guest User

asoundrc

a guest
Sep 27th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. pcm.!default
  2. {
  3.   type oss
  4.   device /dev/dsp
  5. }
  6. mixer.!default
  7. {
  8.   type oss
  9.   device /dev/dsp
  10. }
  11.  
  12. pcm.oxygen {
  13.   type hw
  14.   card 0
  15. }
  16.  
  17. ctl.oxygen {
  18.   type hw
  19.   card 0
  20. }
  21.  
  22. # ALSA sound boost?
  23. #pcm.softvol {
  24. #  type softvol
  25. #  slave {
  26. #    pcm "dmix"
  27. #  }
  28. #  control {
  29. #    name "Pre-Amp"
  30. #    card 0
  31. #  }
  32. #  min_dB -5.0
  33. #  max_dB 20.0
  34. #  resolution 6
  35. #}
  36. #
  37. #pcm.!default {
  38. #  type hw
  39. #  slave.pcm "softvol"
  40. #}
Advertisement
Add Comment
Please, Sign In to add comment