Advertisement
Guest User

Untitled

a guest
Mar 8th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. pcm.dmixer {
  2. type dmix
  3. ipc_key 1024
  4. ipc_key_add_uid false
  5. ipc_perm 0660
  6. slave {
  7. pcm "hw:0,7"
  8. rate 48000
  9. channels 2
  10. format S32_LE
  11. period_time 0
  12. period_size 1024
  13. buffer_time 0
  14. buffer_size 4096
  15. }
  16. }
  17.  
  18. pcm.!default {
  19. type plug
  20. slave.pcm "dmixer"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement