mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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