summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/i2s_dac.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/i2s_dac.cpp b/src/drivers/i2s_dac.cpp
index 679c40b2..4fe939f5 100644
--- a/src/drivers/i2s_dac.cpp
+++ b/src/drivers/i2s_dac.cpp
@@ -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;
}