Advertisement
alexpetro000

Untitled

Dec 23rd, 2018
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. pcm.volume {
  2. type softvol
  3. slave {
  4. pcm "surround51"
  5. }
  6. control {
  7. name "Master"
  8. card 0
  9. }
  10. hint {
  11. show {
  12. @func refer
  13. name defaults.namehint.extended
  14. }
  15. description "Software Volume Control "
  16. }
  17. }
  18.  
  19. pcm.!default {
  20. type plug # with a plug device, so rate is converted automatically
  21. slave {
  22. pcm "volume"
  23. }
  24. hint {
  25. show {
  26. @func refer
  27. name defaults.namehint.extended
  28. }
  29. description "Playback in Surround 5.1 "
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement