mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
vbox_win: Set priority of audio_drv to -1
Helps against choppy sound in Windows guest VMs.
This commit is contained in:
parent
963ca0e6b5
commit
2f11caa8d6
@ -74,7 +74,7 @@ append config_of_app {
|
||||
needs to be enabled in the .vbox file (disabled by default).
|
||||
(Recording is configured to use the external mic.)
|
||||
-->
|
||||
<start name="audio_drv">
|
||||
<start name="audio_drv" priority="-1">
|
||||
<resource name="RAM" quantum="9M"/>
|
||||
<provides>
|
||||
<service name="Audio_out"/>
|
||||
|
Loading…
Reference in New Issue
Block a user