Advertisement
andoru

asound.conf

Apr 1st, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. pcm.dmixed {
  2. ipc_key 1025
  3. type dmix
  4. slave.pcm "hw:0,0"
  5. }
  6.  
  7. pcm.dsnooped {
  8. ipc_key 1027
  9. type dsnoop
  10. slave.pcm "hw:0,0"
  11. }
  12.  
  13. pcm.asymed {
  14. type asym
  15. playback.pcm "dmixed"
  16. capture.pcm "dsnooped"
  17. }
  18.  
  19. pcm.pasymed {
  20. type plug
  21. slave.pcm "asymed"
  22. }
  23.  
  24. ctl.pasymed {
  25. type hw
  26. card 0
  27. }
  28.  
  29. pcm.dsp0 {
  30. type plug
  31. slave.pcm "asymed"
  32. }
  33.  
  34. ctl.mixer0 {
  35. type hw
  36. card 0
  37. }
  38.  
  39. ctl.equal {
  40. type equal;
  41. }
  42.  
  43. pcm.plugequal {
  44. type equal;
  45. slave.pcm "plughw:0,0";
  46. }
  47.  
  48. pcm.equal{
  49. type plug;
  50. slave.pcm plugequal;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement