Advertisement
Guest User

alsaconf hifiberryos for volumio

a guest
Apr 14th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #
  2. # asound.conf for exclusive audio mode
  3. #
  4. defaults.pcm.rate_converter "samplerate"
  5.  
  6. defaults.pcm.card 0
  7. defaults.ctl.card 0
  8.  
  9. pcm.hifiberry {
  10. type hw
  11. card 0
  12. device 0
  13. }
  14. pcm.ttable {
  15. type route
  16. #ttable_config:stereo 0
  17. ttable.0.0 1
  18. ttable.1.1 1
  19. ttable.0.1 0
  20. ttable.1.0 0
  21. slave.pcm "hifiberry"
  22. }
  23. pcm.softvol {
  24. type softvol
  25. slave.pcm "ttable"
  26. control {
  27. name "Softvol"
  28. card 0
  29. }
  30. min_dB -90.2
  31. max_dB 0.0
  32. }
  33. pcm.!default {
  34. type plug
  35. slave.pcm "softvol"
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement