Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wireplumber.profiles = {
- ## Syntax:
- ## <profile> = {
- ## inherits = [ other, profile, names ] # optional
- ## # optional is the default
- ## <feature name> = [ required | optional | disabled ]
- ## ...
- ## }
- # The default profile
- main = {
- inherits = [ base ]
- metadata.sm-settings = required
- metadata.sm-objects = required
- policy.standard = required
- hardware.audio = required
- hardware.bluetooth = required
- hardware.video-capture = required
- hooks.node.suspend = disabled
- }
Advertisement
Add Comment
Please, Sign In to add comment