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:
Norman Feske 2022-08-12 13:49:05 +02:00 committed by Christian Helmuth
parent b5c780993c
commit 48711c6f8b

View File

@ -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>