aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2017-11-09 13:31:20 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2017-11-10 09:37:14 +0100
commit66d34f291e0456f4c7a69b7f11a4678824287241 (patch)
tree984b5cd9fe0823ba1c4605d5c4872d604a2b4df0
parenta29a9be768c78f7059e23bd7cbaf85ea5f7895c5 (diff)
set initial volume from mute to default volume
Change-Id: I75feea3d64b98c0d6e8771a3078d853ed62c25e5 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
-rw-r--r--data/config_multichannel_audio_kit.xml4
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 -->