From e93d8f6eac532fd1e4b833852fa4134d4540a1ef Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Tue, 28 Aug 2018 15:19:50 +0200 Subject: [PATCH] Added unmuting of the LineOut. --- MicroDexed.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/MicroDexed.ino b/MicroDexed.ino index 2ee88dd..9a25c08 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -153,6 +153,7 @@ void setup() //sgtl5000_1.dacVolumeRamp(); sgtl5000_1.dacVolumeRampLinear(); sgtl5000_1.unmuteHeadphone(); + sgtl5000_1.unmuteLineout(); sgtl5000_1.autoVolumeDisable(); // turn off AGC sgtl5000_1.volume(1.0, 1.0); #endif