Advertisement
Guest User

Untitled

a guest
Jun 9th, 2010
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. pcm.!default {
  2. type plug
  3. slave { pcm "jack" }
  4. }
  5.  
  6. pcm.jack {
  7. type jack
  8. playback_ports {
  9. 0 alsa_pcm:playback_1
  10. 1 alsa_pcm:playback_2
  11. }
  12. capture_ports {
  13. 0 alsa_pcm:capture_1
  14. 1 alsa_pcm:capture_2
  15. }
  16. }
  17.  
  18. ctl.mixer0 {
  19. type hw
  20. card 0
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement