Advertisement
Guest User

asound.conf

a guest
May 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. defaults.ctl.!card MID
  2.  
  3. pcm.dmixed {
  4. type asym
  5. playback.pcm {
  6. type dmix
  7. ipc_key 10241
  8. ipc_perm 0660
  9. ipc_gid audio
  10.  
  11. slave {
  12. channels 2
  13. pcm {
  14. format S16_LE
  15. rate 44100
  16. type hw
  17. card MID
  18. }
  19.  
  20. period_size 1024
  21. buffer_size 4096
  22. }
  23.  
  24. bindings {
  25. 0 0
  26. 1 1
  27. }
  28. }
  29. capture.pcm "hw:MID"
  30. }
  31.  
  32. pcm.!default {
  33. type plug
  34. slave.pcm dmixed
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement