vbox_win: Set priority of audio_drv to -1

Helps against choppy sound in Windows guest VMs.
This commit is contained in:
Adrian-Ken Rueegsegger 2016-04-21 14:24:16 +02:00 committed by Christian Helmuth
parent 963ca0e6b5
commit 2f11caa8d6

View File

@ -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"/>