Advertisement
Guest User

Untitled

a guest
Feb 11th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. linuxmce@dcerouter:~$ cat /etc/asound.conf
  2. #
  3. # Place your global alsa-lib configuration here...
  4. #
  5.  
  6. @hooks [
  7. {
  8. func load
  9. files [
  10. "/etc/alsa/pulse-default.conf"
  11. ]
  12. errors false
  13. }
  14. ]
  15.  
  16. pcm.maudio {
  17. type dmix
  18. ipc_key 1024
  19. slave {
  20. pcm "hw:1,0"
  21. rate 44100
  22. period_time 0
  23. period_size 2048
  24. buffer_size 128000
  25. channels 8
  26. }
  27. bindings {
  28. 0 0
  29. 1 1
  30. 2 2
  31. 3 3
  32. 4 4
  33. 5 5
  34. 6 6
  35. 7 7
  36. }
  37. }
  38.  
  39.  
  40. pcm.maudio12 {
  41. type plug
  42. slave {
  43. pcm "maudio"
  44. channels 8
  45. }
  46. ttable.0.0 1
  47. ttable.1.1 1
  48. }
  49. pcm.maudio34 {
  50. type plug
  51. slave {
  52. pcm "maudio"
  53. channels 8
  54. }
  55. ttable.0.2 1
  56. ttable.1.3 1
  57. }
  58. pcm.maudio56 {
  59. type plug
  60. slave {
  61. pcm "maudio"
  62. channels 8
  63. }
  64. ttable.0.4 1
  65. ttable.1.5 1
  66. }
  67. pcm.maudio78 {
  68. type plug
  69. slave {
  70. pcm "maudio"
  71. channels 8
  72. }
  73. ttable.0.6 1
  74. ttable.1.7 1
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement