Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [andrew@gardiner ~]$ cat /etc/asound.conf
  2. ctl.equal {
  3. type equal;
  4. }
  5.  
  6. pcm.plugequal {
  7. type equal;
  8. # Modify the line below if you don't
  9. # want to use sound card 0.
  10. #slave.pcm "plughw:0,0";
  11. #by default we want to play from more sources at time:
  12. slave.pcm "plug:dmix";
  13. }
  14.  
  15. #pcm.equal {
  16. # Or if you want the equalizer to be your
  17. # default soundcard uncomment the following
  18. # line and comment the above line.
  19. pcm.!default {
  20. type plug;
  21. slave.pcm plugequal;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement