mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 16:58:29 +00:00
a16ca36eb6
The explicit usage of the Rm session became obsolete with the removal of the internal slab (see memory consumption commit). Fixes #5348.
18 lines
252 B
Plaintext
18 lines
252 B
Plaintext
<runtime ram="2M" caps="105" binary="pci_audio">
|
|
|
|
<requires> <platform/> <timer/> </requires>
|
|
|
|
<provides>
|
|
<audio_out/>
|
|
<audio_in/>
|
|
</provides>
|
|
|
|
<config/>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="pci_audio"/>
|
|
</content>
|
|
|
|
</runtime>
|