Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Standard
  2. pcm.!default {
  3. type hw
  4. card 1
  5. device 0
  6. }
  7.  
  8. ctl.!default {
  9. type hw
  10. card 1
  11. }
  12.  
  13. pcm_slave.slavej {
  14. pcm "hw:1"
  15. channels 2
  16. rate 44100
  17. }
  18.  
  19. pcm.plugj {
  20. type plug
  21. slave slavej
  22. }
  23.  
  24. # HDMI
  25. #pcm.!default {
  26. #type hw
  27. #card 1
  28. #device 3
  29. #}
  30.  
  31. #ctl.!default {
  32. #type hw
  33. #card 0
  34. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement