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