good idea to unmute the dac!

This commit is contained in:
jacqueline
2023-08-22 13:39:40 +10:00
parent 764b01e913
commit 588857fef8
+1
View File
@@ -117,6 +117,7 @@ auto I2SDac::Start() -> void {
vTaskDelay(pdMS_TO_TICKS(1));
// FIXME: Pull the amp's EN pin here.
wm8523::WriteRegister(wm8523::Register::kPsCtrl, 0b11);
i2s_active_ = true;
}