Skip to content

Commit

Permalink
Enable controller reset for audio by default
Browse files Browse the repository at this point in the history
It fixes Nvidia suspension for laptops
  • Loading branch information
wangwillian0 committed Jun 24, 2024
1 parent 5d5dbfc commit 2143022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuned/plugins/plugin_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _device_module_name(self, device):
def _get_config_options(cls):
return {
"timeout": 0,
"reset_controller": False,
"reset_controller": True,
}

def _timeout_path(self, device):
Expand Down

0 comments on commit 2143022

Please sign in to comment.