Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pcm.mmap0 {
  2. type mmap_emul;
  3. slave {
  4. pcm "hw:0,0";
  5. }
  6. }
  7.  
  8. pcm.!default {
  9. type plug;
  10. slave {
  11. pcm mmap0;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement