sculpt/index: refer to recent audio mixer

Instead of publishing the old audio mixer, refer to the recent
record_play_mixer providing the audio API that is used by almost
all components now.

Ref genodelabs/genode#5356
This commit is contained in:
Stefan Kalkowski 2024-10-16 16:23:04 +02:00 committed by Christian Helmuth
parent 8ec2d6a36b
commit 8094b1ee01

View File

@ -23,7 +23,7 @@
<pkg path="black_hole" info="pseudo service provider"/>
<pkg path="usb_webcam" info="USB webcam"/>
<pkg path="bsd_audio" info="audio driver" arch="x86_64"/>
<pkg path="mixer" info="audio mixer"/>
<pkg path="record_play_mixer" info="audio mixer"/>
<pkg path="terminal" info="graphical terminal"/>
<pkg path="gdb_x86" info="GNU debugger" arch="x86_64"/>
</index>