summaryrefslogtreecommitdiff
path: root/src/drivers/include/dac.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-04-20 11:25:43 +1000
committerjacqueline <me@jacqueline.id.au>2023-04-20 11:25:43 +1000
commit731b2cfa77a063e98da8fa26acc1e7ed1de8c169 (patch)
tree13a8cca13f2e6ea665a87cc0f1c036de7c326d60 /src/drivers/include/dac.hpp
parent4c77950e702a329f3136456a932efbea36e03d42 (diff)
downloadtangara-fw-731b2cfa77a063e98da8fa26acc1e7ed1de8c169.tar.gz
working isr-based sink, but still grainy
Diffstat (limited to 'src/drivers/include/dac.hpp')
-rw-r--r--src/drivers/include/dac.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/dac.hpp b/src/drivers/include/dac.hpp
index f2ee9b49..d27ed915 100644
--- a/src/drivers/include/dac.hpp
+++ b/src/drivers/include/dac.hpp
@@ -158,7 +158,7 @@ class AudioDac {
auto Reconfigure(BitsPerSample bps, SampleRate rate) -> void;
auto WriteData(const cpp::span<const std::byte>& data) -> void;
- auto SetSource(StreamBufferHandle_t *buffer) -> void;
+ auto SetSource(StreamBufferHandle_t buffer) -> void;
auto Stop() -> void;
auto LogStatus() -> void;