summaryrefslogtreecommitdiff
path: root/src/drivers/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/dac.cpp')
-rw-r--r--src/drivers/dac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/dac.cpp b/src/drivers/dac.cpp
index d74e9523..ac5b5eaa 100644
--- a/src/drivers/dac.cpp
+++ b/src/drivers/dac.cpp
@@ -11,7 +11,7 @@
#include "esp_log.h"
#include "hal/i2c_types.h"
-namespace gay_ipod {
+namespace drivers {
static const char* kTag = "AUDIODAC";
static const uint8_t kPcm5122Address = 0x4C;
@@ -103,4 +103,4 @@ void AudioDac::WriteRegister(Register reg, uint8_t val) {
ESP_ERROR_CHECK(transaction.Execute());
}
-} // namespace gay_ipod
+} // namespace drivers