sculpt: raise volume in audio launcher

The default mixer launcher limits the volume to 50%, so raise the
driver's volume to the max to be audible on certain systems where
otherwise audio is barely recognizable.

While there, fix the wrong reporting attribute as well.

Issue #5174.
This commit is contained in:
Josef Söntgen 2024-04-23 17:44:22 +02:00 committed by Christian Helmuth
parent 1379661a85
commit ac3202e554

View File

@ -1,7 +1,7 @@
<launcher pkg="bsd_audio_drv" priority="0">
<config report="yes" record_play="yes">
<config report_mixer="yes" record_play="yes">
<!-- value range [0,255] -->
<mixer field="outputs.master" value="160"/>
<mixer field="outputs.master" value="255"/>
<!-- look into mixer report for source selection -->
<mixer field="record.enable" value="on"/>