Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. pcm.dsp0 {
  2. type plug
  3. slave.pcm "dmix" # <-- this line has been altered!
  4. }
  5.  
  6. # mixer0 can stay unchanged, because it isn't used anyway, I guess ;)
  7. ctl.mixer0 {
  8. type hw
  9. card 0
  10. }
  11.  
  12. # I also had to add/alter the following, making ALSA use dmix by default
  13. pcm.!default {
  14. type plug
  15. slave.pcm "dmix"
  16. }
Add Comment
Please, Sign In to add comment