asound.conf 466 B

12345678910111213
  1. ##### My (demuredemeanor) asound.conf
  2. # Uses tabstop=4; shiftwidth=4 tabs; foldmarker={{{,}}};
  3. # https://notabug.org/demure/dotfiles
  4. # legacy repo http://github.com/demure/dotfiles
  5. ## Enable software mixing. Even though it is supposed to be a default if hardware mixing is missing.
  6. # This fixes pianobar breaking gnash flash videos.
  7. # From: https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Dmix
  8. pcm.dsp {
  9. type plug
  10. slave.pcm "dmix"
  11. }