mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
sculpt: hook for audio-driver integration
This patch allows the leitzentrale subsystem to control an audio driver hosted in the drivers subsystem. An example use case is the toggling of the speaker during phone calls.
This commit is contained in:
parent
b5c780993c
commit
48711c6f8b
@ -389,6 +389,8 @@ install_config {
|
||||
<child name="config_fs_rom" label="system"/> </service>
|
||||
<service name="ROM" label_last="modem.config">
|
||||
<child name="config_fs_rom" label="managed/modem"/> </service>
|
||||
<service name="ROM" label_last="audio.config">
|
||||
<child name="config_fs_rom" label="managed/audio"/> </service>
|
||||
<service name="ROM" label_last="numlock"> <child name="report_rom"/> </service>
|
||||
<service name="Timer"> <child name="timer"/> </service>
|
||||
<service name="Capture"> <child name="nitpicker"/> </service>
|
||||
|
Loading…
x
Reference in New Issue
Block a user