mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
machine.vbox6: add audio enabledIn/Out options
The file listed only enabled="false" in the audio adapter tag. However, setting only this option to true isn't sufficient for guest audio to work. One has to set also enabledIn respectively enabledOut in the same tag. The new default vbox6 file reflects this. Fixes #4476
This commit is contained in:
parent
25ae54223a
commit
25eb24299c
@ -48,7 +48,7 @@
|
||||
<Port slot="0" enabled="false" IOBase="0x378" IRQ="7"/>
|
||||
<Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
|
||||
</LPT>
|
||||
<AudioAdapter controller="HDA" driver="OSS" enabled="false"/>
|
||||
<AudioAdapter controller="HDA" driver="OSS" enabled="false" enabledIn="false" enabledOut="false"/>
|
||||
<RTC localOrUTC="UTC"/>
|
||||
<SharedFolders>
|
||||
<SharedFolder name="shared" hostPath="/shared" writable="true" autoMount="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user