dde_bsd: properly enable recording in run script

* Updating the run script was missed in commit "dde_bsd: remove
    configration attributes".

  * Decrease output and input volume to "more sane" levels.

Issue #3929.
This commit is contained in:
Josef Söntgen 2020-10-27 15:45:55 +01:00 committed by Christian Helmuth
parent 54d36a7d1b
commit 6c7f0cb7cc

View File

@ -62,10 +62,11 @@ append config {
<service name="Audio_out"/>
<service name="Audio_in"/>
</provides>
<config recording="yes">
<mixer field="outputs.master" value="255"/>
<config>
<mixer field="outputs.master" value="128"/>
<mixer field="record.adc-0:1_source" value="sel2"/>
<mixer field="record.adc-0:1" value="255"/>
<mixer field="record.adc-0:1" value="128"/>
<mixer field="record.enable" value="on"/>
</config>
</start>
<start name="test-audio_in">