Guest User

do you include it here?

a guest
Oct 25th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. wireplumber.profiles = {
  2. ## Syntax:
  3. ## <profile> = {
  4. ## inherits = [ other, profile, names ] # optional
  5. ## # optional is the default
  6. ## <feature name> = [ required | optional | disabled ]
  7. ## ...
  8. ## }
  9.  
  10. # The default profile
  11. main = {
  12. inherits = [ base ]
  13.  
  14. metadata.sm-settings = required
  15. metadata.sm-objects = required
  16.  
  17. policy.standard = required
  18.  
  19. hardware.audio = required
  20. hardware.bluetooth = required
  21. hardware.video-capture = required
  22.  
  23. hooks.node.suspend = disabled
  24. }
Advertisement
Add Comment
Please, Sign In to add comment