mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
bsd_audio: remove unnecessary RM requirement
The explicit usage of the Rm session became obsolete with the removal of the internal slab (see memory consumption commit). Fixes #5348.
This commit is contained in:
parent
66689fa799
commit
a16ca36eb6
@ -1,6 +1,6 @@
|
||||
<runtime ram="2M" caps="105" binary="pci_audio">
|
||||
|
||||
<requires> <platform/> <rm/> <timer/> </requires>
|
||||
<requires> <platform/> <timer/> </requires>
|
||||
|
||||
<provides>
|
||||
<audio_out/>
|
||||
|
@ -13,6 +13,5 @@
|
||||
<service name="Record"> <child name="mixer"/> </service>
|
||||
<service name="Play"> <child name="mixer"/> </service>
|
||||
<service name="Report"> <parent/> </service>
|
||||
<service name="RM"> <parent/> </service>
|
||||
</route>
|
||||
</launcher>
|
||||
|
Loading…
Reference in New Issue
Block a user