diff options
Diffstat (limited to 'data/config_multichannel_audio_kit.xml')
-rw-r--r-- | data/config_multichannel_audio_kit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config_multichannel_audio_kit.xml b/data/config_multichannel_audio_kit.xml index ad4a350..1cbe31f 100644 --- a/data/config_multichannel_audio_kit.xml +++ b/data/config_multichannel_audio_kit.xml @@ -47,9 +47,9 @@ <I2CPortWrite Address="0x2A" Payload="06 00"/>
<I2CPortWrite Address="0x2A" Payload="05 00"/>
<!-- Register 7: Master Volume (Max Volume=07 00 00 and Min Volume=07 03 FF) -->
- <!-- - together with HAL-MOST-UNICENS binding use "07 03 FF" = muted after start -->
+ <!-- - together with "4a-hal-unicens" binding use "07 03 FF" = muted after start -->
<!-- - otherwise use "07 01 50" = default volume -->
- <I2CPortWrite Address="0x2A" Payload="07 03 FF"/>
+ <I2CPortWrite Address="0x2A" Payload="07 01 50"/>
</Script>
<!-- 1st Aux IO -->
|