mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
vbox_win: Set priority of audio_drv to -1
Helps against choppy sound in Windows guest VMs.
This commit is contained in:
committed by
Christian Helmuth
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"/>
|
||||
|
||||
Reference in New Issue
Block a user