Added unmuting of the LineOut.

pull/4/head
Holger Wirtz 6 years ago
parent a99f5ebca3
commit e93d8f6eac
  1. 1
      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

Loading…
Cancel
Save