Advertisement
sovietotaku

/etc/asound.conf for dual mono

Nov 28th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /etc/asound.conf fix for situation when only one channel from stereo is available (and another is broken).
  2. TL;DR dual mono
  3.  
  4.  
  5. pcm.!default{
  6. type plug
  7. slave.pcm dmix
  8. ttable{
  9. 0.0 1
  10. 1.0 1
  11. 0.1 1
  12. 1.1 1
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement