mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00: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:
parent
3f656bcf84
commit
2143bea176
@ -17,6 +17,7 @@
|
||||
<rom label="usb_devices"/>
|
||||
<usb/>
|
||||
<audio_out/>
|
||||
<audio_in/>
|
||||
</requires>
|
||||
|
||||
<config verbose="yes">
|
||||
|
Loading…
Reference in New Issue
Block a user