mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
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:
parent
1379661a85
commit
ac3202e554
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user