Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pcm.!default {
  2. type asym
  3. capture.pcm "mic"
  4. playback.pcm "speaker"
  5. }
  6. pcm.mic {
  7. type plug
  8. slave {
  9. pcm "hw:1,0"
  10. }
  11. }
  12. pcm.speaker {
  13. type plug
  14. slave {
  15. pcm "hw:1,0"
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement