summaryrefslogtreecommitdiff
path: root/src/audio/include/audio_element_handle.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-01-24 16:39:52 +1100
committerjacqueline <me@jacqueline.id.au>2023-01-24 16:39:52 +1100
commite5fb1759b16d2c99487acc4fb0a2711afa3aa1dc (patch)
treef138ac2fe47cc8a8fb3557e98a9e29cc09361a05 /src/audio/include/audio_element_handle.hpp
parent0560fa7f10e0cbeae07b861bb03419377219aac0 (diff)
downloadtangara-fw-e5fb1759b16d2c99487acc4fb0a2711afa3aa1dc.tar.gz
Add a bunch of logging from playback stream investigatons
Diffstat (limited to 'src/audio/include/audio_element_handle.hpp')
-rw-r--r--src/audio/include/audio_element_handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/include/audio_element_handle.hpp b/src/audio/include/audio_element_handle.hpp
index adb26baa..e4d66491 100644
--- a/src/audio/include/audio_element_handle.hpp
+++ b/src/audio/include/audio_element_handle.hpp
@@ -33,7 +33,7 @@ class AudioElementHandle {
std::unique_ptr<TaskHandle_t> task_;
std::shared_ptr<IAudioElement> element_;
- auto MonitorUtilState(eTaskState desired) -> void;
+ auto MonitorUntilState(eTaskState desired) -> void;
auto SetStateAndWakeUp(ElementState state) -> void;
auto WakeUpTask() -> void;
};