Guest User

Untitled

a guest
Feb 16th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. pcm.!default {
  2. type hw
  3. card 0
  4. }
  5.  
  6. ctl.!default {
  7. type hw
  8. card 0
  9. }
  10. pcm.mic_hw{
  11. type hw
  12. card memsmic
  13. channels 2
  14. format S32_LE
  15. }
  16. pcm.mic_mm{
  17. type mmap_emul
  18. slave.pcm mic_hw
  19. }
  20. pcm.mic_rt{
  21. type route
  22. slave.pcm mic_mm
  23. ttable.0.0 1
  24. ttable.0.1 0
  25. ttable.1.0 1
  26. ttable.1.1 0
  27. }
  28. pcm.mic_sv{
  29. type softvol
  30. slave.pcm mic_rt
  31. control {
  32. name "Boost Capture Volume"
  33. card memsmic
  34. }
  35. min_dB -3.0
  36. max_dB 50.0
  37. }
Add Comment
Please, Sign In to add comment