mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
virtualbox6: add 'Audio_in' session requirement to pkg
To actually receive audio input in a particular VM, it also
needs to be enabled in the vbox file:
<AudioAdapter controller="HDA" driver="OSS" enabled="true"
enabledOut="true" enabledIn="true"/>
Fixes #4377
This commit is contained in:
committed by
Christian Helmuth
parent
3f656bcf84
commit
2143bea176
@@ -17,6 +17,7 @@
|
||||
<rom label="usb_devices"/>
|
||||
<usb/>
|
||||
<audio_out/>
|
||||
<audio_in/>
|
||||
</requires>
|
||||
|
||||
<config verbose="yes">
|
||||
|
||||
Reference in New Issue
Block a user