mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
0ef784b8fd
The mixer only supports Audio_out. Fixes #3210.
20 lines
238 B
Plaintext
20 lines
238 B
Plaintext
<runtime ram="60M" caps="100" binary="mixer">
|
|
|
|
<requires>
|
|
<audio_out/>
|
|
<report/>
|
|
</requires>
|
|
|
|
<provides>
|
|
<audio_out/>
|
|
</provides>
|
|
|
|
<config/>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="mixer"/>
|
|
</content>
|
|
|
|
</runtime>
|